FETCH402
← Protocol index

Resource / 352

unknown

Sitemap URL Extractor.

Give this API a link to any website's sitemap.xml file and it will fetch and parse it, returning every URL found inside. If the sitemap links to other sitemaps (called sitemap indexes), it will follow and extract those too. Each URL is returned with any extra information available, such as when the page was last updated and how often it changes. Useful for SEO audits, content inventories, broken link checks, and competitive research.

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 2 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 10000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0xE9740820225B3918b4ddd1292C7cA4Ca0e2C2F08
active solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp exact 10000 EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v 8ugAWAXDB8V18kiUrGZTq1oMvU3C6Fxs8hfC6rvzQT3b

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "body": {
    "sitemap_url": "https://onescales.com/sitemap.xml"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}
OutputJSON
{
  "example": {
    "api_version": "1.0.0",
    "sitemaps_found": 1,
    "total_urls": 6,
    "urls": [
      {
        "changefreq": "weekly",
        "lastmod": "2022-12-27T03:01:05-05:00",
        "priority": null,
        "url": "https://onescales.com/pages/contact"
      },
      {
        "changefreq": "weekly",
        "lastmod": "2025-09-29T21:38:56-04:00",
        "priority": null,
        "url": "https://onescales.com/pages/about"
      },
      {
        "changefreq": "weekly",
        "lastmod": "2023-11-29T18:49:48-05:00",
        "priority": null,
        "url": "https://onescales.com/pages/join-our-community"
      },
      {
        "changefreq": "weekly",
        "lastmod": "2024-01-01T23:12:34-05:00",
        "priority": null,
        "url": "https://onescales.com/pages/podcast"
      },
      {
        "changefreq": "weekly",
        "lastmod": "2024-10-07T21:21:59-04:00",
        "priority": null,
        "url": "https://onescales.com/pages/support-us"
      },
      {
        "changefreq": "weekly",
        "lastmod": "2025-05-06T21:28:16-04:00",
        "priority": null,
        "url": "https://onescales.com/pages/shopify-growth-course"
      }
    ]
  },
  "type": "json"
}