crawl_website
Crawl a website's sitemap and extract structured page content. Set the URL and maximum pages to control the scope.
Instructions
Crawl a website's sitemap and return structured page content.
Parameters:
url — Website URL to crawl.
max_pages — Maximum pages to crawl (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_pages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |