scan_url
Submit a URL to urlscan.io to initiate a scan and receive a UUID immediately. The scan runs in the background, and you can use the UUID to retrieve results later.
Instructions
Submit a URL to urlscan.io for scanning. Returns immediately with a UUID.
The scan takes roughly 10-30 seconds to complete. Use scan_and_wait instead if you want the finished result in one call.
Requires an API key. visibility must be one of: public, unlisted, private. country is a 2-letter ISO code selecting the scanner's exit location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| tags | No | ||
| country | No | ||
| referer | No | ||
| user_agent | No | ||
| visibility | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||