seo meta extractor apiopen graph extractormeta tags scrapertwitter card extractorseo audit api

SEO Meta Extractor API

Extract title, description, Open Graph and Twitter Card tags from any URL.

REST API that fetches a URL and extracts all SEO-relevant meta tags: title, meta description, canonical URL, Open Graph (og:title, og:description, og:image, og:type), Twitter Card tags, robots directives, and structured data hints. Ideal for SEO audits, link preview generators, and content scrapers.

POST/api/trpc/seoMetaExtractor.extract
2 tokens / callAPI online

How it works

Three steps. No complex setup.

1

Send your request

Make a POST with the data you want to analyze. Include your API key in the Authorization header.

2

We process server-side

Our engine validates, analyzes and enriches the data in under 200ms. No external APIs, no network latency.

3

Receive the result

Typed JSON with all documented fields. Clear errors if something fails. Production ready.

Who is it for?

SEO tools auditing competitor pages
Link preview generators for social platforms
Content aggregators enriching article metadata
Marketing teams checking OG tags before publishing

Response example

Real input and output. What you send and what you get back.

// Input

{
  "url": "https://example.com"
}

// Output

{
  "url": "https://example.com",
  "title": "Example Domain",
  "description": "This domain is for use in illustrative examples in documents.",
  "canonical": "https://example.com",
  "og": {
    "title": null,
    "description": null,
    "image": null,
    "type": null,
    "url": null,
    "site_name": null
  },
  "twitter": {
    "card": null,
    "title": null,
    "description": null,
    "image": null,
    "site": null
  },
  "robots": "index, follow",
  "lang": "en",
  "favicon": "https://example.com/favicon.ico",
  "status_code": 200,
  "error": null
}

Try it now

// live demo — no account needed to try

Playground

Demo activa2 tokens

Integrate into your project

Copy and paste. Replace YOUR_API_KEY with your real key.

curl -X POST https://jsnhengine.com/api/trpc/seoMetaExtractor.extract \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"json": {"url":"https://example.com"}}'

Why choose JSNH Engine Lab

Low latency

Responses in under 200ms

Secure authentication

API keys with per-plan rate limiting

Usage tracking

Every request logged with metrics

Production ready

Input validation and typed errors

Frequently asked questions

Everything you need to know before integrating.

Other modules

Expand your integration with more APIs from the catalogue.

Community reviews

What developers using this module say

Sign in to leave a review

No reviews yet. Be the first!

// production ready

Start using SEO Meta Extractor API

Sign up free and get 1,000 tokens to start. No credit card. No complex setup.