sitemap.xml inspector
HTTP /api/v1/http/sitemapFetch and parse sitemap or sitemap-index, list URLs with lastmod, priority.
https://maps.google.com/maps/sitemaps/place/geopolitical-international.xml
urlset
25 URLs
URLs (showing first 25)
| Location | Last modified | Freq | Pri |
|---|---|---|---|
| https://maps.google.com/maps/place/bangkok/data=!4m2!3m1!1s0x311d6032280d61f3:0x10100b25de24820 | 2026-08-25 | ||
| https://maps.google.com/maps/place/beijing/data=!4m2!3m1!1s0x35f05296e7142cb9:0xb9625620af0fa98a | 2026-08-25 | ||
| https://maps.google.com/maps/place/buenos+aires/data=!4m2!3m1!1s0x95bcca3b4ef90cbd:0xa0b3812e88e88e87 | 2026-08-25 | ||
| https://maps.google.com/maps/place/cairo/data=!4m2!3m1!1s0x14583fa60b21beeb:0x79dfb296e8423bba | 2026-08-25 | ||
| https://maps.google.com/maps/place/chongqing/data=!4m2!3m1!1s0x369334baf3e64f43:0xde9f8616dc88b321 | 2026-08-25 | ||
| https://maps.google.com/maps/place/delhi/data=!4m2!3m1!1s0x390cfd5b347eb62d:0x37205b715389640 | 2026-08-25 | ||
| https://maps.google.com/maps/place/dhaka/data=!4m2!3m1!1s0x3755b8b087026b81:0x8fa563bbdd5904c2 | 2026-08-25 | ||
| https://maps.google.com/maps/place/guangzhou/data=!4m2!3m1!1s0x3402f895a35c2bc7:0xe59e075adeae415 | 2026-08-25 | ||
| https://maps.google.com/maps/place/istanbul/data=!4m2!3m1!1s0x14caa7040068086b:0xe1ccfe98bc01b0d0 | 2026-08-25 | ||
| https://maps.google.com/maps/place/jakarta/data=!4m2!3m1!1s0x2e69f3e945e34b9d:0x5371bf0fdad786a2 | 2026-08-25 | ||
| https://maps.google.com/maps/place/karachi/data=!4m2!3m1!1s0x3eb33e06651d4bbf:0x9cf92f44555a0c23 | 2026-08-25 | ||
| https://maps.google.com/maps/place/kinshasa/data=!4m2!3m1!1s0x1a6a3130fe066a8b:0x168b7e4e1f52378d | 2026-08-25 | ||
| https://maps.google.com/maps/place/kolkata/data=!4m2!3m1!1s0x39f882db4908f667:0x43e330e68f6c2cbc | 2026-08-25 | ||
| https://maps.google.com/maps/place/lagos/data=!4m2!3m1!1s0x103b8b2ae68280c1:0xdc9e87a367c3d9cb | 2026-08-25 | ||
| https://maps.google.com/maps/place/manila/data=!4m2!3m1!1s0x3397ca03571ec38b:0x69d1d5751069c11f | 2026-08-25 | ||
| https://maps.google.com/maps/place/mexico+city/data=!4m2!3m1!1s0x85ce0026db097507:0x54061076265ee841 | 2026-08-25 | ||
| https://maps.google.com/maps/place/moscow/data=!4m2!3m1!1s0x46b54afc73d4b0c9:0x3d44d6cc5757cf4c | 2026-08-25 | ||
| https://maps.google.com/maps/place/mumbai/data=!4m2!3m1!1s0x3be7c6306644edc1:0x5da4ed8f8d648c69 | 2026-08-25 | ||
| https://maps.google.com/maps/place/osaka/data=!4m2!3m1!1s0x6000e6553406e2e1:0xc55bc16ee46a2fe7 | 2026-08-25 | ||
| https://maps.google.com/maps/place/s%C3%A3o+paulo/data=!4m2!3m1!1s0x94ce448183a461d1:0x9ba94b08ff335bae | 2026-08-25 | ||
| https://maps.google.com/maps/place/seoul/data=!4m2!3m1!1s0x357ca2012d5c39cf:0x7e11eca1405bf29b | 2026-08-25 | ||
| https://maps.google.com/maps/place/shanghai/data=!4m2!3m1!1s0x35b27040b1f53c33:0x295129423c364a1 | 2026-08-25 | ||
| https://maps.google.com/maps/place/tehran/data=!4m2!3m1!1s0x3f8e00491ff3dcd9:0xf0b3697c567024bc | 2026-08-25 | ||
| https://maps.google.com/maps/place/tianjin/data=!4m2!3m1!1s0x35edfd8fe2934917:0x27c2a84d7e78f36d | 2026-08-25 | ||
| https://maps.google.com/maps/place/tokyo/data=!4m2!3m1!1s0x605d1b87f02e57e7:0x2e01618b22571b89 | 2026-08-25 |
How to use sitemap.xml inspector
-
1
Paste your input
Enter the value at the top — domain, IP, URL, email, ASN, hash, whatever fits this tool. The smart input auto-detects type.
-
2
Click "Inspect"
host.tools issues real probes (DNS, HTTP, TCP, TLS, WHOIS where applicable) and renders the result in milliseconds.
-
3
Open the API tab
Every web tool has a sibling /api/v1/http/sitemap JSON endpoint with the same payload. One copy-as-curl click and you're scripting it.
Why this matters
Headers are how the modern web declares its security posture. Auditing them is the highest-ROI thing you can do this week.
API equivalent
/api/v1/http/sitemap?q=https%3A%2F%2Fmaps.google.com%2Fmaps%2Fsitemaps%2Fplace%2Fgeopolitical-international.xml
curl -s '/api/v1/http/sitemap?q=https%3A%2F%2Fmaps.google.com%2Fmaps%2Fsitemaps%2Fplace%2Fgeopolitical-international.xml'
Embed this tool
<iframe src="/http/sitemap?q={INPUT}&embed=1"
width="100%" height="600" frameborder="0"></iframe>
Drop into any HTML page. The embed=1 flag hides nav and footer.
FAQ · sitemap.xml inspector
Common questions
Is sitemap.xml inspector free?
Yes — every tool is free on the web with a 200/hour rate limit per IP. The matching API endpoint /api/v1/http/sitemap is free up to 100 requests/hour, no key required.
Where does the data come from?
Real-time probes against authoritative sources (DNS root, RIRs, registries, the target server itself), plus partner data feeds from hostinfo.com (GeoIP/ASN) and hostcheck.com (reputation).
How fresh are the results?
Live by default. Cached for 5 minutes to make repeat queries instant; pass
?nocache=1 for a forced refresh.Can I run this from the command line?
Yes — every tool ships with a copy-as-curl. There's also an official CLI:
host.tools http sitemap YOUR_INPUT.Can I monitor results over time?
Pro tier lets you schedule any tool to run every 1/5/15/60 min and alert on diff. See monitors.
host.tools Pro
Run sitemap.xml inspector on a schedule. Get pinged when it changes.
Pro gets you bulk lookups, monitors, webhook alerts, history, exports and 10,000 API calls/day. $19/mo.
- ✓Schedule any tool — every 1, 5, 15, 60 min
- ✓Diff against last run, alert on change
- ✓Webhook + email + Slack + PagerDuty + OpsGenie
- ✓Bulk CSV upload, 1,000 inputs per job
- ✓Export results as CSV / NDJSON / Excel
- ✓90-day history, comparison view