Structured Data Validator
# Schema.org Structured Data Validator API Validate JSON-LD and Microdata markup for any URL. Check Schema.org vocabulary compliance, Google Rich Results eligibility, and get a structured data quality score. --- ## Quick Start ```bash curl -X POST "https://schemaorg-structured-data-validator.p.rapidapi.com/v1/scan" \ -H "Content-Type: application/json" \ -H "X-RapidAPI-Key: YOUR_KEY" \ -H…
Structured Data Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| POST |
scanUrl /v1/scan |
Fetches the target URL, extracts all JSON-LD and Microdata markup, validates each schema against Schema.org vocabulary, and assesses Google Rich Results eligibility. Results are… |
| GET |
healthCheck /v1/health |
|
| GET |
getScan /v1/scan/{scanId} |
|
| GET |
getUsage /v1/usage |
|
Structured Data Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $15 / month | 5 / minute |
|
| ULTRA | $39 / month | 10 / second |
|
| MEGA | $99 / month | 25 / second |
|