Scans
Search URL scans
GET/accounts/{account_id}/urlscanner/v2/search
Get URL scan
GET/accounts/{account_id}/urlscanner/v2/result/{scan_id}
Create URL Scan
POST/accounts/{account_id}/urlscanner/v2/scan
Bulk create URL Scans
POST/accounts/{account_id}/urlscanner/v2/bulk
Get URL scan's HAR
GET/accounts/{account_id}/urlscanner/v2/har/{scan_id}
Get screenshot
GET/accounts/{account_id}/urlscanner/v2/screenshots/{scan_id}.png
Get URL scan's DOM
GET/accounts/{account_id}/urlscanner/v2/dom/{scan_id}
ModelsExpand Collapse
ScanGetResponse { data, lists, meta, 5 more }
ScanGetResponse { data, lists, meta, 5 more }
data: { console, cookies, globals, 3 more }
data: { console, cookies, globals, 3 more }
requests: array of { request, response, requests }
requests: array of { request, response, requests }
request: { documentURL, hasUserGesture, initiator, 9 more }
request: { documentURL, hasUserGesture, initiator, 9 more }
response: { asn, dataLength, encodedDataLength, 8 more }
response: { asn, dataLength, encodedDataLength, 8 more }
lists: { asns, certificates, continents, 7 more }
lists: { asns, certificates, continents, 7 more }
meta: { processors }
meta: { processors }
processors: { asn, dns, domainCategories, 7 more }
processors: { asn, dns, domainCategories, 7 more }
stats: { domainStats, ipStats, IPv6Percentage, 10 more }
stats: { domainStats, ipStats, IPv6Percentage, 10 more }
ipStats: array of { asn, countries, domains, 9 more }
ipStats: array of { asn, countries, domains, 9 more }
ScanHARResponse { log }
ScanHARResponse { log }