crawl
Start a non-blocking website crawl and retrieve a task ID for status polling. Set crawl depth, page limits, and choose HTTP or browser rendering.
Instructions
Start a non-blocking crawl; poll via crawl_status(task_id).
depth=0 (default) = single URL, N = follow links N levels,
null = whole site. 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 | |||