URL Metadata & Open Graph Extractor avatar

URL Metadata & Open Graph Extractor

Pricing

from $2.00 / 1,000 results

Go to Apify Store
URL Metadata & Open Graph Extractor

URL Metadata & Open Graph Extractor

Fetch URLs and extract clean, unified metadata — title, description, Open Graph and Twitter card tags, canonical, favicon — with relative URLs resolved to absolute and per-URL status. Ideal for link previews and content pipelines.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

alaudin burki

alaudin burki

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Fetch URLs and extract clean, unified metadata — title, description, Open Graph and Twitter card tags, canonical, favicon — with relative URLs resolved to absolute and per-URL status. Ideal for link previews and content pipelines.

Built reliability-first: every row reports what was found and what was missing — you never get a silent blank, and a run summary tells you exactly what happened.

What you get

FieldDescription
urlUrl
titleTitle
descriptionDescription
ogTitleOg Title
ogImageOg Image
ogSiteNameOg Site Name
canonicalUrlCanonical Url
faviconUrlFavicon Url
hasOpenGraphHas Open Graph

How to use it

  1. Fill in the input (see the example below).
  2. Run it once for a snapshot, or schedule it to keep the data fresh.
  3. Export to CSV/JSON/Excel, or push straight to Google Sheets, Notion, Airtable, Zapier, Make, or n8n.

Input

{
"urls": [
{
"url": "https://example.com"
}
],
"useProxy": false,
"maxConcurrency": 10
}

Sample output

[
{
"url": "https://example.com/item/1",
"title": "Example title",
"description": "Short example text.",
"ogTitle": "Example ogTitle",
"ogImage": "https://example.com/img.jpg",
"ogSiteName": "Example ogSiteName",
"canonicalUrl": "https://example.com/item/1",
"faviconUrl": "https://example.com/item/1",
"hasOpenGraph": true
}
]

Typical uses

  • Link previews / social cards — feed URLs, get card-ready title/description/image.
  • Content pipelines — enrich a list of article URLs with metadata.
  • SEO audits — check which pages are missing OG tags or canonicals.

Pricing

$2.00 / 1,000 results ($0.002 per result), plus a near-zero start fee. You are never charged beyond your limit, and blocked or failed items are reported honestly — not billed as data.

FAQ & limitations

  • Public data only — no login walls, no cookies required.
  • Rate limits on the source may require the proxy or a retry on very large pulls.
  • Every row reports its own status, so partial results are always labeled, never faked.
  • Integrations: output works with Zapier, Make, n8n, and any webhook via Apify's integrations.
  • Formats: results export as JSON, CSV, Excel, or HTML from the dataset.
  • Portfolio Health Monitor
  • Format Converter
  • URL Metadata Extractor