Link Preview & URL Metadata API — Open Graph Extractor
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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 cards —
og:title,og:description,og:image,og:site_name,og:type, plus Twittercard/title/description/image. - Core metadata — page
title, metadescription,canonicalURL,lang,charset,theme-color. - Favicon — resolved to an absolute URL (with sensible fallback).
- Redirect-aware — reports the
finalUrland 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
| Field | Description |
|---|---|
urls | One or more URLs to extract metadata from. |
maxUrls | Safety 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:
- LLM-Ready Web Extractor — any URL or whole site → clean Markdown/JSON for LLMs & RAG.
- SEO Audit & Site Health Checker — crawl a site for per-page SEO issues and a health score.
- llms.txt Generator — make any website LLM-ready.
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.