Schema.org Structured Data Scraper
Every JSON-LD block and microdata scope on a page, normalized, counted and linted for common types.
AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.
https://hyperscrape.com/api/scrape/schema-org-scraper?urls=https%3A%2F%2Fexample.com%2Fproduct%2F123Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide
Extracts all schema.org structured data from each page, from both sources:
- JSON-LD — every
<script type="application/ld+json">block is parsed,@graphcontainers and arrays are expanded, and each node becomes a normalized item{ type, properties, source: "json-ld" }with properties flattened two levels deep into dotted keys (offers.price,author.name…). Deeper structures are JSON-stringified. - Microdata — every top-level
itemscopeelement is detected and itsitempropvalues extracted (content/href/src/datetimeattributes or text), becoming{ type, properties, source: "microdata" }items.
On top of the raw inventory you get a type-count summary and hints for the common rich-result types — Product, Article/NewsArticle/BlogPosting, FAQPage and Recipe items are checked against Google's recommended properties and any missing ones are listed.
Output: one item per URL with the normalized items array, per-source
counts, typeCounts, and hints. Parsed directly from page HTML — no
third-party APIs.
Related scrapers
Google Search Results (SERP)
hyperscrape/google-search-scraper
Scrape organic Google results — title, URL, snippet, sitelinks, PAA and related searches.
On-Page SEO Analyzer
hyperscrape/seo-page-analyzer
Audit any page's title, meta, headings, links and structured data.
Sitemap URL Extractor
hyperscrape/sitemap-extractor
Pull every URL from a site's XML sitemap (including nested indexes).