Open Graph & Meta Tag Extractor avatar

Open Graph & Meta Tag Extractor

Pricing

from $1.00 / 1,000 url extracteds

Go to Apify Store
Open Graph & Meta Tag Extractor

Open Graph & Meta Tag Extractor

Extract link-preview metadata from any URL in bulk: Open Graph, Twitter Card, title, meta description, canonical, favicon and language. Perfect for building preview cards, SEO audits and social sharing tools. No API key, no proxy - just paste URLs.

Pricing

from $1.00 / 1,000 url extracteds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

Pull link-preview metadata from any URL in bulk — the exact tags that power social cards, previews and SEO tools. Get Open Graph, Twitter Card, title, description, canonical, favicon and language in clean JSON.

What you get

  • ✅ Open Graph — og:title, og:description, og:image, og:type, og:site_name, og:url
  • ✅ Twitter Card — twitter:card, twitter:title, twitter:image
  • ✅ Page basics — <title>, meta description, canonical, lang
  • ✅ Favicon — resolved to an absolute URL
  • ✅ Raw dumps — full og_all and twitter_all objects, nothing hidden
  • ✅ Bulk-ready — extract from hundreds of URLs in one run
  • ✅ No API key, no proxy — just paste your links and run

Input

{ "urls": ["https://apify.com", "https://github.com"] }

Output (per URL)

{
"url": "https://apify.com",
"title": "Apify: Full-stack web scraping and data extraction platform",
"description": "Cloud platform for web scraping...",
"canonical": "https://apify.com/",
"lang": "en",
"og_title": "Apify",
"og_description": "Cloud platform for web scraping...",
"og_image": "https://apify.com/og-image.png",
"og_type": "website",
"og_site_name": "Apify",
"twitter_card": "summary_large_image",
"favicon": "https://apify.com/favicon.ico"
}

Use cases

  • 🔗 Link-preview cards — build rich previews for chats, CMS and dashboards
  • 📈 SEO audits — check missing/duplicate title, description and canonical at scale
  • 📣 Social tools — validate how a page will look when shared on X, Facebook, LinkedIn
  • 🧹 Content pipelines — enrich URLs with clean metadata

FAQ

Do I need an API key or proxy? No — just paste your URLs and run. Can it process many URLs at once? Yes, it works in bulk and in parallel. What if a tag is missing on the page? The field comes back as null, so your pipeline stays consistent. Are relative image/favicon URLs fixed? Yes — they're resolved to absolute URLs.

⭐ Enjoying this Actor?

If it saved you time, a quick rating/review means a lot — it helps other people find it and keeps it actively maintained. Need an extra field or hit a snag? Open a ticket on the Issues tab and I'll take a look.