web_crawl
Crawl websites by starting from a URL, extracting content from pages while staying within the same domain. Limits to 50 pages for focused research.
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 |