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
Live Scanning
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
- https://urlscan.io/api/v1/datadump/list/{timeWindow}/{fileType}/{date}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://urlscan.io/api/v1/datadump/list/{timeWindow}/{fileType}/{date}' \
-H 'api-key: YOUR_API_KEY_HERE'Response
application/json
{ "files": [ { … }, { … } ] }
- https://urlscan.io/api/v1/datadump/link/{path}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://urlscan.io/api/v1/datadump/link/{path}' \
-H 'api-key: YOUR_API_KEY_HERE'