Monitor news sitemaps for fresh articles in real-time
News websites update their sitemaps frequently. Monitor news sitemaps to detect new articles as they're published, enabling real-time news aggregation and media monitoring.
# Check for new articles published today
curl -X POST https://sitemapkit.com/api/v1/sitemap/full \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"url": "news-site.com"}' | \
jq '[.urls[] | select(.lastmod > "2025-03-15")] | length'Free tier includes 100 API calls/month. No credit card required.