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.
http://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.
http://urlscan.io/api/v1/pro/availableBrands
curl -i -X GET \
http://urlscan.io/api/v1/pro/availableBrands \
-H 'api-key: YOUR_API_KEY_HERE'
{ "kits": [ { … } ] }
http://urlscan.io/api/v1/pro/brands
curl -i -X GET \
http://urlscan.io/api/v1/pro/brands \
-H 'api-key: YOUR_API_KEY_HERE'