SEO TOOLS
SEO tools APIs
2 production-grade seo tools APIs on upAPI. Every endpoint below is live behind the same gateway, takes the same API key, and returns JSON — no per-provider signup, no per-provider billing.
P
SEO toolsParse Open Graph Metadata
Fetch a URL and extract its Open Graph, Twitter Card, <title>, description, canonical, and favicon metadata - everything needed to render a rich link preview.
● live
P
SEO toolsParse Sitemap
Fetch and parse an XML sitemap, sitemap index, or plaintext URL list. Returns URL entries (with lastmod/changefreq/priority) or child sitemap locations.
● live
Calling a seo tools API
Every operation on this page is one POST away. Swap the slug, keep the key.
curl -X POST https://api.upapi.io/opengraph-parse.get \
-H "X-Api-Key: $UPAPI_KEY" \
-H "Content-Type: application/json" \
-d '{}'