crawl
Initiate a non-blocking website crawl with configurable depth, page caps, and HTTP or browser rendering. Poll the returned task ID to check progress.
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 | |||