--- license: cc-by-4.0 pretty_name: "JSON-LD Schema & Meta Tag Extractor" tags: [data_extraction, web-scraping, apify, seo-tools, developer-tools] size_categories: - n<1K --- # JSON-LD Schema & Meta Tag Extractor Extract JSON-LD/Schema.org structured data, Meta tags, OpenGraph and Twitter Cards from any URL. Get page title + meta description with a clean JSON output for SEO audits, validation, competitor research and AI datasets. Proxy-ready for large crawls. ## What the actor scrapes # 🧩 JSON-LD Schema & Meta Tag Extractor — Scrape Schema.org, OpenGraph & Meta Tags Extract structured data and SEO metadata from any webpage in seconds. This **JSON-LD extractor** scrapes **JSON-LD / Schema.org markup**, standard **meta tags** (title and description), **OpenGraph (OG) tags** and **Twitter Card tags** from a list of URLs and returns a clean, structured JSON dataset. If you need a **schema scraper**, **meta tag checker**, **OpenGraph scraper** or **Twitter card validator** for tec ## Who this is for This sample is useful for anyone working in **data extraction, seo tools, developer tools** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time. ## Source **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/json-ld-schema-meta-tag-extractor](https://apify.com/logiover/json-ld-schema-meta-tag-extractor) ## Fields - **`url`** — canonical URL of the item - **`pageTitle`** — field captured by the actor - **`metaDescription`** — field captured by the actor - **`jsonLd`** — field captured by the actor - **`openGraph`** — field captured by the actor - **`twitter`** — field captured by the actor - **`scrapeDate`** — timestamp ## Sample preview ```json [ { "url": "https://www.allrecipes.com/recipe/158968/spinach-and-feta-turkey-burgers/", "pageTitle": "Spinach and Feta Turkey Burgers Recipe", "metaDescription": "These spinach and feta turkey burgers are moist and easy to make in one bowl with simple ingredients, shaped into patties, and cooked on a hot grill.", "jsonLd": [ "[…1 items]" ], "openGraph": { "type": "article", "site_name": "Allrecipes", "url": "https://www.allrecipes.com/recipe/158968/spinach-and-feta-turkey-burgers/", "title": "Spinach and Feta Turkey Burgers", "description": "These spinach and feta turkey burgers are moist and easy to make in one bowl with simple ingredients, shaped into patties, and cooked on a hot grill.", "image": "https://www.allrecipes.com/thmb/cpf6Rics5oHGq1TZ1df5fEaImwM=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/1360550-582be362ee99424bb4f363c2274a9d0d.jpg" }, "twitter": { "card": "summary_large_image", "site": "@allrecipes", "title": "Spinach and Feta Turkey Burgers", "description": "These spinach and feta turkey burgers are moist and easy to make in one bowl with simple ingredients, shaped into patties, and cooked on a hot grill.", "image": "https://www.allrecipes.com/thmb/cpf6Rics5oHGq1TZ1df5fEaImwM=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/1360550-582be362ee99424bb4f363c2274a9d0d.jpg" }, "scrapeDate": "2026-05-15T10:51:38.226Z" } ] ``` ## Snapshot stats - Row count in this sample: **1** - Data quality flag at capture time: `THIN` ## License & Attribution Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/json-ld-schema-meta-tag-extractor](https://apify.com/logiover/json-ld-schema-meta-tag-extractor). The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.