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.
A repeatable workflow for link building & outreach that turns sitemap data into a structured result your team can validate and reuse.
Start from this concrete goal: Discover all pages on target domains for outreach
Use the implementation example below from server-side code and pass the target domain or sitemap URL required by the workflow.
Check the returned sitemap URLs and page records against the expected outcome for link building & outreach before sending the data to the next system.
# 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'Inspect a sitemap structure before automating the workflow.
Review authentication, endpoints, response fields, and limits.
Connect sitemap discovery to the language or platform you use.
Understand XML sitemap fields and technical SEO terminology.
Free tier includes 100 API calls/month. No credit card required.