The Philadelphia Inquirer · Example Payload

Sitemaps Getsitemapindex Example

NewsNews MediaNewspaperJournalismPhiladelphiaPennsylvaniaLocal NewsRSSSitemapArc PublishingMCP

Sitemaps Getsitemapindex Example is an example object payload from The Philadelphia Inquirer, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://www.inquirer.com/arc/outboundfeeds/sitemap-index-2/?outputType=xml"
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/xml; charset=utf-8"
    },
    "body": {
      "sitemaps": [
        {
          "loc": "https://www.inquirer.com/arc/outboundfeeds/sitemap/latest/?outputType=xml",
          "lastmod": "2026-05-23"
        },
        {
          "loc": "https://www.inquirer.com/arc/outboundfeeds/sitemap/2026-05-22/?outputType=xml",
          "lastmod": "2026-05-22"
        },
        {
          "loc": "https://www.inquirer.com/arc/outboundfeeds/sitemap/2026-05-21/?outputType=xml",
          "lastmod": "2026-05-21"
        }
      ]
    }
  }
}