JSON-LD Extractor
Pricing
from $20.00 / 1,000 successful api calls
Pricing
from $20.00 / 1,000 successful api calls
Rating
0.0
(0)
Developer
Alex Jordan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
What does JSON-LD Extractor do?
JSON-LD Extractor pulls all structured Schema.org data embedded in any web page's <script type="application/ld+json"> blocks — products, articles, organizations, breadcrumbs, events, reviews, and more — and returns it as clean, parsed JSON. No parsing required on your end.
Built on the Apify platform, results are returned in seconds and integrate with Apify's scheduling, webhooks, and 1,500+ tools.
Why use JSON-LD Extractor?
- E-commerce intelligence — Extract structured product data (price, availability, rating) from competitor pages
- News & content monitoring — Pull article metadata (author, publish date, headline) at scale
- SEO research — Audit which Schema.org types competitors use to win rich snippets in Google
- Business data — Extract organization info (address, phone, social profiles) from company websites
- Event tracking — Collect structured event data from ticketing or conference sites
How to use JSON-LD Extractor
- Click Try for free on this Actor's page
- Enter the URL you want to extract JSON-LD from (e.g.
https://www.bbc.com/news) - Click Start and wait a few seconds
- Download your results from the Output tab in JSON, CSV, or Excel
Input
| Field | Type | Required | Description |
|---|---|---|---|
url | string | ✅ | Page URL to extract JSON-LD from |
cache | boolean | ❌ | Use cached result if available (default true) |
Example input:
{"url": "https://www.bbc.com/news"}
Output
Example output:
{"items": [{"@type": "WebSite","@context": "https://schema.org","name": "BBC News","url": "https://www.bbc.com/news"},{"@type": "Organization","@context": "https://schema.org","name": "BBC","logo": { "url": "https://www.bbc.com/logo.png" }}],"meta": { "cache_hit": false, "execution_time_ms": 380 }}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data fields
| Field | Type | Description |
|---|---|---|
items | array | All JSON-LD objects found on the page |
items[][@type] | string | Schema.org type (e.g. Article, Product, Organization) |
items[][@context] | string | Schema context (usually https://schema.org) |
Pricing / Cost estimation
$0.02 per successful API call on Apify.
- 1,000 successful Apify runs = $20.00
FAQ & Support
Is this legal? JSON-LD data is intentionally embedded by website owners for search engines and bots to read — extracting it is fully legitimate.
Known limitations: JSON-LD injected dynamically via JavaScript after page load may not be captured. Static HTML JSON-LD is fully supported.
Need help? Open an issue in the Issues tab or contact the support team for custom solutions.