Open Graph & Twitter Card Extractor - Social Tags API avatar

Open Graph & Twitter Card Extractor - Social Tags API

Pricing

$10.00 / 1,000 page scanneds

Go to Apify Store
Open Graph & Twitter Card Extractor - Social Tags API

Open Graph & Twitter Card Extractor - Social Tags API

Extract social-sharing tags exactly as Facebook, Twitter/X, LinkedIn, and Pinterest read them. Input: a URL. Output: JSON with all Open Graph tags, Twitter Card tags, and article tags, ready for building share previews. Cheap pay-per-result: $0.01 per page scanned.

Pricing

$10.00 / 1,000 page scanneds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Social Share Tags Extractor

See any page exactly the way Facebook, Twitter/X, LinkedIn, and Pinterest see it — every OpenGraph, Twitter Card, and article tag, plus ready-to-render share previews.

Live on the Apify Store — run it instantly or call it as an agent tool via Apify MCP.

What you get

  • Raw social tags — all og:*, twitter:*, article:*, and fb:* meta, plus Pinterest rich-pin tags.
  • Resolved fields — the title / description / image each network actually falls back to (OG → Twitter → <title> / meta description).
  • Per-network previews — pre-built facebook, twitter, and linkedin objects with image, title, description, and domain, so you can drop straight into a share-card UI.
  • Absolute image URLs and the resolved canonical + finalUrl after redirects.
  • Bulk mode — pass one url or an array of urls; one dataset record per page.

Input

{
"url": "https://github.com",
"urls": ["https://www.theverge.com", "https://stripe.com"],
"maxUrls": 25
}

url (single) and urls (bulk) can be combined. URLs without a scheme get https:// prepended.

Output

{
"url": "https://github.com",
"finalUrl": "https://github.com/",
"status": 200,
"canonical": "https://github.com/",
"resolved": {
"title": "GitHub · Build and ship software on a single, collaborative platform",
"description": "Join the world's most widely adopted, AI-powered developer platform...",
"image": "https://github.githubassets.com/assets/home24-5939032587c9.jpg",
"domain": "github.com"
},
"openGraph": {
"title": "GitHub · Build and ship software on a single, collaborative platform",
"type": "object",
"image": "https://github.githubassets.com/assets/home24-5939032587c9.jpg",
"url": "https://github.com/"
},
"twitter": { "card": "summary_large_image", "site": "@github", "image": "https://..." },
"article": {},
"previews": {
"facebook": { "image": "https://...", "title": "GitHub · ...", "description": "...", "domain": "github.com" },
"twitter": { "card": "summary_large_image", "image": "https://...", "title": "...", "description": "...", "domain": "github.com" },
"linkedin": { "image": "https://...", "title": "...", "description": "...", "domain": "github.com" }
}
}

Pricing: pay-per-event — $0.01 per page scanned.