Skip to main content

Submit URL Scan

Submit a URL to scan. Returns the unique scan UUID and API endpoint for the scan. With the unique UUID you can retrieve the scan result via "Get Scan Results". While the scan is still in progress, the Result API endpoint will respond with the HTTP 404 status code.

Parameters

ParameterDescription
URLThe URL to scan.
VisibilityThe visibility of your scan results.

Example Output

{
"message": "Submission successful",
"uuid": "0e37e828-a9d9-45c0-ac50-1ca579b86c72",
"result": "https://urlscan.io/result/0e37e828-a9d9-45c0-ac50-1ca579b86c72/",
"api": "https://urlscan.io/api/v1/result/0e37e828-a9d9-45c0-ac50-1ca579b86c72/",
"visibility": "public",
"options": {
"useragent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36"
},
"url": "https://urlscan.io",
"country": "de"
}

Workflow Library Example

Submit Url Scan with Urlscan and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop