Description
Extract JSON-LD and Microdata through the unified scrape endpoint
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| x-api-key | string | optional |
How to Use
1
1. POST to `/v1/scrape` with a `url`. 2. Add `extract: {"structured_data": true}`. 3. Read parsed blocks from the `structured_data` object.
About This Tool
Structured data extraction is exposed as an optional section of the unified scrape response. Enable `extract.structured_data` to collect JSON-LD and Microdata from the page in a machine-friendly format.
This is especially useful for SEO validation, schema inspection, and product or article extraction workflows.
Why Use This Tool
- Rich snippet validation — Inspect schema markup used for search results
- Product/article extraction — Read structured metadata without extra parsing
- Competitive analysis — Compare which schema types other sites publish
- SEO diagnostics — Confirm pages include parseable structured markup
Frequently Asked Questions
Does this validate the schema for correctness?
It extracts the data; external validators are still useful for formal schema validation.
Can it return multiple JSON-LD blocks?
Yes. All discovered blocks are returned in the structured response.
Can this be combined with metadata or content extraction?
Yes — it is designed to be combined with other `extract` options in the same request.
Start using Structured Data Extractor now
Get your free API key and make your first request in under a minute.