API endpoints related to the platform or the user account.
urlscan.io APIs (1.0.0)
API endpoints for urlscan.io and urlscan Pro. Most of these API endpoints require authentication.
The fastest way to start working with our APIs is by using one of the many existing commercial or open-source integrations.
Download OpenAPI description
Overview
urlscan Support
Languages
Servers
https://urlscan.io
urlscan Pro - Live Scanning allows users to scan websites from different geographical locations and using different device settings.
See additional info about this proprietary feature on urlscan Pro.
Operations
Request
urlscan Pro - Download a file by SHA256 hash. For the ZIP files delivered by this endpoint, the default encryption password is urlscan! - including the trailing exclamation mark. The ZIP file contains a single file named after the SHA256 of the requested file.
Security
apikeyAuth(Required scopes:
read
write
)- https://urlscan.io/downloads/{fileHash}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://urlscan.io/downloads/{fileHash}?password=urlscan%21&filename=%24fileHash.zip' \
-H 'api-key: YOUR_API_KEY_HERE'