crawl
Start a non-blocking crawl of a website. Configure crawl depth (full site or single URL) and render mode (HTTP or browser). Poll for results using the task ID.
Instructions
Start a non-blocking crawl; poll via crawl_status(task_id).
depth=None = whole site, 0 = single URL. render_mode: "http"/"browser".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| depth | No | ||
| max_pages | No | ||
| render_mode | No | ||
| include_subdomains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||