Read a whole site
crawl_siteCrawl same-domain pages from a seed URL and convert them to markdown. If crawling takes longer than 60 seconds, returns a job ID to check later; pricing is capped by a page limit.
Instructions
Crawl same-domain pages from a seed URL into markdown. Waits up to 60s; if still running, returns a job id for check_job. Billed $0.005 per page, capped by limit. Full page set is at result_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Seed URL | |
| limit | No | Max pages (default 100) — bounds cost at limit × $0.005 |