Inputs
Output
Type:List[str]
Returns list of URLs found in the sitemap.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Extracts and parses URLs from website sitemaps
| App | Web |
| Operation ID | web_extract_urls_from_sitemap |
| Type | Action |
| Connection | None |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
sitemap_url | string | Yes | - | URL of the XML sitemap (e.g., https://example.com/sitemap.xml) |
limit | integer | No | - | Maximum number of URLs to return (omit for all) |
List[str]
Returns list of URLs found in the sitemap.