URL Metadata & OpenGraph Extractor
Pricing
from $1.00 / 1,000 results
URL Metadata & OpenGraph Extractor
Extract clean metadata from any list of URLs: title, description, preview image, favicon, site name, and more. Reconciles OpenGraph, Twitter Card, and standard meta tags into one tidy record per URL.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Nicolas van Arkens
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
URL Metadata & OpenGraph Extractor ๐
Give it any list of URLs and get back clean, unified metadata for each page โ title, description, preview image, favicon, site name, canonical URL, author, and published date. It reconciles OpenGraph, Twitter Card, and standard <meta> tags into one tidy record per URL, so you don't have to care which tags a given site happens to use.
Perfect for building link previews, social-media tools, bookmarking apps, content curation, and SEO audits.
Why use it
- ๐ Reconciled metadata โ OpenGraph โ Twitter Card โ standard meta โ
<title>, in priority order - ๐ผ๏ธ Preview image & favicon โ resolved to absolute URLs (with a sensible favicon fallback)
- ๐ Canonical URL โ and the final URL after redirects
- ๐ท๏ธ Rich fields โ site name, type, author, published date, theme color, Twitter card type, keywords
- ๐ฆ Batch โ process many URLs in a single run
- ๐ชถ Fast & light โ metadata-only extraction, no heavy rendering
Use cases
- Link previews โ build rich cards like Slack, Discord, and iMessage show
- Social media tools โ pull share metadata for scheduling and preview
- Bookmarking & read-later apps โ auto-title and illustrate saved links
- Content curation & newsletters โ enrich link lists with titles and images
- SEO audits โ check OG/Twitter tags across a set of pages at once
Input
| Field | Description |
|---|---|
| URLs | List of page URLs (scheme added automatically if omitted). |
Output
{"url": "https://example.com/page","finalUrl": "https://example.com/page","success": true,"statusCode": 200,"title": "OG Title Wins","description": "The OpenGraph description.","image": "https://cdn.example.com/img.jpg","siteName": "Example Site","type": "article","canonicalUrl": "https://example.com/canonical-page","favicon": "https://example.com/favicon.png","author": "Jane Author","publishedDate": "2026-05-01T10:00:00Z","twitterCard": "summary_large_image"}
Export to JSON, CSV, or Excel, or pull via the Apify API.
Notes
- Extracts metadata from publicly accessible pages only. Some sites block automated requests or require JavaScript rendering, in which case fewer fields may be available.
- Independent tool; respects each site's access policy. Please use responsibly.