Link Preview & URL Metadata API — Open Graph Extractor avatar

Link Preview & URL Metadata API — Open Graph Extractor

Pricing

Pay per usage

Go to Apify Store
Link Preview & URL Metadata API — Open Graph Extractor

Link Preview & URL Metadata API — Open Graph Extractor

Free API: turn any URL into clean link-preview metadata — title, description, Open Graph & Twitter card, favicon, canonical, and language. Powers link unfurling and preview cards. No login.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

F0rty7even

F0rty7even

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Free. Turn any URL into clean link-preview metadata — the data that powers link unfurling in Slack, Discord, and chat apps, and the preview cards on websites. Paste one URL or hundreds and get back title, description, Open Graph, Twitter card, favicon, canonical URL, and language as tidy JSON.

No login, no API key, no cost — just fast, reliable metadata.

What it does

  • Open Graph & Twitter cardsog:title, og:description, og:image, og:site_name, og:type, plus Twitter card/title/description/image.
  • Core metadata — page title, meta description, canonical URL, lang, charset, theme-color.
  • Favicon — resolved to an absolute URL (with sensible fallback).
  • Redirect-aware — reports the finalUrl and HTTP status.
  • Batch — pass many URLs, get one clean record each.

Use cases

  • Link previews / unfurling — build rich cards for a chat app, CMS, or bookmarking tool.
  • Content & social tooling — pull OG images and titles for scheduling or dashboards.
  • QA / SEO spot-checks — confirm a page's OG/Twitter tags render correctly.

Input

FieldDescription
urlsOne or more URLs to extract metadata from.
maxUrlsSafety cap on URLs processed per run.

Output

{
"url": "https://apify.com",
"finalUrl": "https://apify.com",
"statusCode": 200,
"title": "Apify: The largest marketplace of trusted tools for AI",
"description": "Thousands of tools to automate your business...",
"ogImage": "https://apify.com/og-image?title=...",
"ogSiteName": "Apify",
"twitterCard": "summary_large_image",
"canonical": "https://apify.com",
"favicon": "https://apify.com/favicon.ico",
"lang": "en"
}

Need more than metadata?

This is the free, lightweight sibling of my data-extraction Actors — if you need the full content, not just the preview:

Notes

  • Reads server-rendered HTML <head> metadata (what social crawlers see). It does not execute JavaScript.
  • Public pages only — no login or paywall bypass.

FAQ

Is it really free? Yes — no per-result charge. You only ever pay Apify's standard platform usage for the run itself.

What formats can I export? JSON, JSONL, CSV, or Excel, or via the Apify API.