webcrawl_map
Discover all URLs on a website by starting from a given URL and extracting same-domain links. Set a limit to control the number of URLs returned.
Instructions
Discover URLs on a website.
Fetches the given URL and extracts all same-domain links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Starting URL to map from | |
| limit | No | Maximum number of URLs to return (default: 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |