I had a short window this week to evaluate JSON-LD Schema & Meta Tag Extractor as a data source. Here is the condensed write-up of what the data looks like, what surprised me, and the bits of infrastructure that paid off. The source JSON-LD Schema & Meta Tag Extractor Scrape Schema.org, OpenGraph & Meta Tags Extract structured data and SEO metadata from any webpage in seconds. The relevant questions for any new source are always: is the markup stable, is pagination sensible, and how aggressively does it rate-limit. For this one, all three answers are "good enough that you can build on it" -- which is honestly more than I can say for a lot of supposedly easy targets. The schema What you get back per record: url -- url pageTitle -- page title metaDescription -- meta description jsonLd -- json ld openGraph -- open graph twitter -- twitter scrapeDate -- scrape date Nothing exotic, which is exactly what you want from a feed. Flat records, predictable keys, types you can guess from the names.…