← Tools Reference

urlscan.io

urlscan.io integration (Security, Data). Imported from open-connector.

API key3 toolshttps://urlscan.io
POST
urlscan_submit_scan
Submit a URL to urlscan.io for scanning.

/api/v1/scan/

7 parameters
ParamTypeRequiredDescription
urlstringrequiredURL to submit for scanning.
visibilitystringoptionalVisibility level for the submitted scan.
tagsarrayoptionalUser-defined tags to annotate the scan.
customagentstringoptionalCustom User-Agent string to use for the scan.
refererstringoptionalCustom HTTP referer to use for the scan.
overrideSafetybooleanoptionalWhether to disable URL reclassification when urlscan.io detects potential PII.
countrystringoptionalTwo-letter ISO-3166-1 alpha-2 country code for the scan location.
GET
urlscan_get_result
Retrieve the JSON result for a completed urlscan.io scan.

/api/v1/result/{uuid}/

1 parameter
ParamTypeRequiredDescription
uuidstringrequiredUnique scan UUID to retrieve.
GET
urlscan_search_scans
Search urlscan.io scans with the documented search query syntax.

/api/v1/search/

3 parameters
ParamTypeRequiredDescription
querystringoptionalSearch query using urlscan.io search syntax, for example "domain:example.com".
sizeintegeroptionalMaximum number of results to return.
searchAfterstringoptionalPagination cursor from the sort values of the last result in the previous page.