urlscan Pro - The Phishing URL endpoint is a convenience method over the Search API for retrieving detected pages. Unless you have a specific reason not to, you should use the Search API instead!
Security
apikeyAuth(Required scopes: readwrite)
GET
curl -i -X GET \
'https://urlscan.io/api/v1/pro/phishfeed?q=date%3A%3Enow-24h&limit=10&format=json' \
-H 'api-key: YOUR_API_KEY_HERE'Response
{ "results": [ { … }, { … } ], "total": 10000, "took": 23, "has_more": true }