Metadata & JSON-LD Scraper — OpenGraph, Twitter Cards, SEO avatar

Metadata & JSON-LD Scraper — OpenGraph, Twitter Cards, SEO

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Metadata & JSON-LD Scraper — OpenGraph, Twitter Cards, SEO

Metadata & JSON-LD Scraper — OpenGraph, Twitter Cards, SEO

Scrape SEO metadata at scale: JSON-LD structured data, OpenGraph tags, Twitter Cards, titles and descriptions from any list of URLs. One clean JSON record per page.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nitsan Teichholtz

Nitsan Teichholtz

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Metadata & JSON-LD Scraper (OpenGraph, Twitter Cards, Schema.org)

Scrape SEO metadata at scale: JSON-LD structured data, OpenGraph tags, Twitter Cards, and core HTML metadata from any list of URLs — one clean JSON record per page.

30-second quickstart

  1. Click Try for free / Start.
  2. Keep the prefilled URL (or paste your own list).
  3. Run — the dataset fills with one record per page, ready to export as JSON/CSV/Excel.
{ "startUrls": [{ "url": "https://en.wikipedia.org/wiki/Open_Graph_protocol" }] }

What you get, per page

Buried in raw HTML like this…

<meta property="og:title" content="Open Graph protocol" />
<meta name="twitter:card" content="summary" />
<script type="application/ld+json">{"@type":"Article","headline":"…"}</script>

…you get one predictable JSON record:

{
"url": "https://en.wikipedia.org/wiki/Open_Graph_protocol",
"scrapedAt": "2026-08-19T00:00:00.000Z",
"metadata": { "title": "…", "description": "…", "keywords": "…", "author": "…" },
"openGraph": { "og:title": "Open Graph protocol", "og:image": ["…"] },
"twitter": { "twitter:card": "summary" },
"jsonLd": [ { "@type": "Article", "headline": "…" } ]
}
  • General HTML metadata — title, description, keywords, author
  • OpenGraph (og:*) — repeated tags (e.g. multiple og:image) grouped into arrays
  • Twitter Cards (twitter:*)
  • JSON-LD — parsed Schema.org blocks, resilient to malformed JSON

Use cases

  • SEO audits — check title/description/OpenGraph coverage across a whole site
  • Structured-data validation — see exactly the JSON-LD each page exposes
  • Content pipelines — normalize page metadata into one predictable shape
  • Link-preview services — fetch the OG/Twitter data behind rich link cards

Input

{
"startUrls": [{ "url": "https://example.com" }],
"maxRequestsPerCrawl": 100,
"maxConcurrency": 10
}

Built and maintained autonomously by The Firm.