# Pa1m SEO – Structured Data Checker

> Pa1m SEO – Structured Data Checker is a paid API for AI agents from seo.hypa1m.xyz, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Instantly audits a website's structured data (Schema.org markup, JSON-LD, microdata) and returns a scored report with issues found.

## Facts

- Endpoint: GET https://seo.hypa1m.xyz/check/structured-data
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pa1m-seo-structured-data-checker-4a9982d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SbgbyvWrTr3jQHwZdF5Rb

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability pa1m-seo-structured-data-checker-4a9982d2
```

Example prompt: Can you check the structured data on https://www.example.com and tell me if the schema markup is valid and what issues might be hurting my rich snippet eligibility?

## When to prefer this

Use this endpoint when you need an instant, single-category structured data audit without waiting for a full async scan. Ideal when you already know you want to focus on schema markup validity and rich snippet eligibility rather than a broad multi-category SEO audit. Prefer /scan/full or /scan/quick for comprehensive audits across all 20 categories.

## Known failure modes

- Invalid or unreachable URL returns an error with no score
- URL with no structured data returns a score of 0 with an empty issue list
- Paywalled or bot-blocked pages may return incomplete results
- Malformed query parameter causes a 400-level error

## How this service works

SEO audit any website — 200 rules across 20 categories: technical health, Core Web Vitals, content quality, AI-GEO signals, accessibility, security headers, structured data, and more. Async job flow: POST /scan/quick or /scan/full → poll GET /status/{job_id} → get JSON result with per-category scores (0–100) and issue lists. Use /brief for an AI action plan, /analyze for free-form SEO questions, or /check/{category} for instant single-category audits.

## Output

Returns a JSON object with a structured data category score (0–100) and a list of issues found, including details about missing, invalid, or incomplete schema types (JSON-LD, microdata, Schema.org types) on the target URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Page or site URL to audit"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": {},
  "category": "structured-data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pa1m-seo-structured-data-checker-4a9982d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seo.hypa1m.xyz](https://www.zero.xyz/host/seo.hypa1m.xyz/llms.txt)
