web_crawl
Crawl websites from a seed URL, respecting depth and page limits, with concurrent fetching and robots.txt compliance to extract content.
Instructions
Crawl a website starting from a seed URL, respecting depth and page limits.
Fetches pages concurrently within each depth level. Respects robots.txt by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract | No | ||
| seed_url | Yes | ||
| max_depth | No | ||
| max_pages | No | ||
| concurrency | No | ||
| same_domain_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |