Sitemap XML URL Extractor

Use when an agent wants to discover all crawlable pages of a target website.

Try it OpenAPI

Call

POST https://codepulse-api.hahavoid0.workers.dev/web/sitemap
{
  "url": "https://example.com/sitemap.xml"
}

AgentCash command

npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/web/sitemap -m POST -b '{"url":"https://example.com/sitemap.xml"}'

Not for

Do not use for downloading pages text content.