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
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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
- Click Try for free / Start.
- Keep the prefilled URL (or paste your own list).
- 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. multipleog: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.