---
title: Check Rich Results API
slug: check-rich-results
url: https://apyverse.com/chisleroff/service/check-rich-results
provider: Website Intelligence
categories: [SEO]
tags: [seo, structured-data, rich-results, schema-validation, page-audit]
auth: api_key
---

# Check Rich Results API

Check a webpage URL for rich result eligibility and see which fields are present, missing, or recommended for each type.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `websiteintelligence/seo/rich-results` | What it does Checks a webpage URL for rich result eligibility and returns a structured report for t… | 100 |

## About

## What it does
Rich Results Checker audits a webpage URL for structured-data eligibility and returns which rich result types are eligible, which are not, and what fields are missing or present for each type.

Send a page URL and get back a summary with `types_checked`, `eligible_count`, and `total_types_checked`, plus detailed `eligible` and `not_eligible` lists. Each item includes the rich result `type`, a `status`, and the fields Google-style schema checks found as `fields_missing`, `fields_present`, and `fields_recommended`.

Use Rich Results Checker when you need to validate product pages, articles, recipes, events, or other pages before they go live. It helps you spot incomplete markup quickly so you can fix structured data issues that affect search appearance and indexing signals.

The response also includes the original `url` and `source_url`, making it straightforward to trace results back to the page you tested.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/chisleroff/service/check-rich-results
