{"id":"t/sitemap_parse","kind":"forged","name":"sitemap_parse","description":"Fetches a sitemap.xml (or sitemap index) from a given URL, follows nested <sitemap> entries up to the request budget, and returns the list of page URLs with their lastmod dates, capped at 2000 entries.","tags":["sitemap","seo","crawling","xml"],"method":"POST","path":"/v1/t/sitemap_parse","url":"https://toll402.dev/v1/t/sitemap_parse","specUrl":"https://toll402.dev/v1/spec/t/sitemap_parse","price":"$0.003","priceUsd":0.003,"available":true,"inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"URL of the sitemap.xml or sitemap index to fetch"},"maxUrls":{"type":"integer","minimum":1,"maximum":2000,"default":2000}},"required":["url"],"additionalProperties":false},"example":{"url":"https://nonexistent-domain-abcxyz123456.com/sitemap.xml"},"meta":{"creator":null,"createdAt":"2026-09-09T07:08:42.429Z","calls":19,"failures":18,"network":true,"notes":"Fetches sitemap XML via GET, recursively follows <sitemap> entries in sitemap indexes up to a 20-fetch budget, parses <url> entries with loc/lastmod via regex, caps total collected entries at 2000 (hard cap) and slices to requested maxUrls without treating that slicing as truncation; truncated is only true when the fetch budget or hard cap actually cut off data."}}