Discover all pages on target domains for outreach
Find all content pages on a potential link partner's site. Identify relevant pages for outreach, broken link building, and guest post opportunities by analyzing sitemap data.
# Find all blog posts on a target site for outreach
curl -X POST https://sitemapkit.com/api/v1/sitemap/full \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"url": "target-blog.com"}' | \
jq -r '[.urls[] | select(.loc | test("blog|article|post"))] | length'Free tier includes 100 API calls/month. No credit card required.