{"uid":"cap_8q-8vDHZfcdqdsoqbyDpG","slug":"openverbs-web-sitemap-parser-4d36c1ff","name":"OpenVerbs Web Sitemap Parser","description":"Discover a site's XML sitemaps (via robots.txt Sitemap: directives, an explicit sitemap URL, or the conventional /sitemap.xml) and parse them into a bounded list of URLs with their lastmod, changefreq and priority. Follows sitemap-index files to their child sitemaps. Fetches and URL counts are capped (with a `truncated` flag) to stay fast and memory-bounded. The reliable way for an agent to enumerate a site's pages.","url":"https://web.openverbs.com/v1/sitemap","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","maxLength":2048,"description":"Public http(s) URL to fetch. Private/loopback/link-local addresses are rejected."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.006","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.006/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.006","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.006","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_eAWzFq8hcpRzQfIBtrJ4S","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.006","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Discovers and parses a website's XML sitemaps (via robots.txt, explicit URL, or /sitemap.xml) into a bounded list of URLs with metadata including lastmod, changefreq, and priority","exampleAgentPrompt":"Can you enumerate all the pages on example.com by discovering and parsing its sitemaps — I want a list of URLs with their last-modified dates and update frequencies?","exampleUseCases":[{"title":"Content audit for a blog","prompt":"Pull all the URLs from nytimes.com's sitemap so I can see every article they've published, along with when each was last updated."},{"title":"SEO competitor page discovery","prompt":"Discover all the pages on competitor.com by fetching their sitemaps — I want the full URL list with priority and changefreq so I can analyze their content strategy."},{"title":"Monitoring recently updated pages","prompt":"Get the sitemap for shopify.com and give me all the URLs sorted by lastmod so I can see which pages they've changed most recently."}],"resultDescription":"A bounded list of URLs discovered from the site's sitemaps, each entry including the URL string and available metadata (lastmod, changefreq, priority). Sitemap-index files are followed to their child sitemaps. A `truncated` boolean flag indicates if the result was capped for performance. Fetches and URL counts are bounded to remain fast and memory-efficient.","failureModes":["No sitemap found — site has no sitemap.xml, no Sitemap: directive in robots.txt, and no explicit sitemap URL provided","Private/loopback/link-local URLs rejected with an error","Sitemap malformed or not valid XML — parser returns error","Site blocks sitemap fetches with 403/401 — returns HTTP error","Truncated results when sitemap contains very large numbers of URLs — truncated flag set to true","Network timeout if the target site is slow or unreachable"],"whenToPreferThis":"Use this endpoint when you need to enumerate a site's pages systematically via its declared sitemap rather than crawling HTML links. Ideal for SEO analysis, content auditing, change monitoring, or building a seed URL list for a crawler. Prefer this over manual HTML scraping when the site publishes sitemaps, as it provides structured metadata (lastmod, changefreq, priority) and handles sitemap-index nesting automatically.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:30:03.093Z","isFirstParty":false}