URL Metadata & OpenGraph Extractor avatar

URL Metadata & OpenGraph Extractor

Pricing

from $1.00 / 1,000 results

Go to Apify Store
URL Metadata & OpenGraph Extractor

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

Nicolas van Arkens

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

FieldDescription
URLsList 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.