urlscan.io integration (Security, Data). Imported from open-connector.
https://urlscan.io/api/v1/scan/
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL to submit for scanning. |
| visibility | string | optional | Visibility level for the submitted scan. |
| tags | array | optional | User-defined tags to annotate the scan. |
| customagent | string | optional | Custom User-Agent string to use for the scan. |
| referer | string | optional | Custom HTTP referer to use for the scan. |
| overrideSafety | boolean | optional | Whether to disable URL reclassification when urlscan.io detects potential PII. |
| country | string | optional | Two-letter ISO-3166-1 alpha-2 country code for the scan location. |
/api/v1/result/{uuid}/
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | Unique scan UUID to retrieve. |
/api/v1/search/
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | Search query using urlscan.io search syntax, for example "domain:example.com". |
| size | integer | optional | Maximum number of results to return. |
| searchAfter | string | optional | Pagination cursor from the sort values of the last result in the previous page. |