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

# Check Rich Results API

Audit a webpage URL for rich result eligibility. Returns checked types, eligibility status, and missing or recommended fields for each result type.

## Endpoints

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

## About

## What it does
Rich Results Checker audits a webpage URL and tells you whether the page is eligible for rich results. Send an http/https URL in the request body, and the response returns the checked page URL, a summary, and per-type eligibility details.

Use Rich Results Checker when you want to verify structured-data coverage before publishing or when you need to diagnose why a page is not eligible for a specific result type. The summary includes the list of rich result types checked, the number of eligible types, and the total number of types evaluated.

For each eligible or not eligible type, the response includes the type name, status, fields present, fields missing, and fields recommended. That makes it easier to spot exactly which markup properties need to be added or corrected on a page.

This is a good fit for SEO checks in content pipelines, CMS validation, and QA workflows where you need a machine-readable assessment of structured data on a live page.

## Usage

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