web_crawl
Crawl a website breadth-first from a starting URL, extracting page content while staying on the same domain. Useful for gathering comprehensive data from a single site.
Instructions
Breadth-first crawl from a start URL, fetching and extracting each page. Stays on the start host by default. Capped at 50 pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | en | |
| max_pages | No | ||
| start_url | Yes | ||
| same_domain | No |