# Pa1m SEO – E-E-A-T Category Check

> Pa1m SEO – E-E-A-T Category Check 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 E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) signals and returns a scored JSON report for that category.

## Facts

- Endpoint: GET https://seo.hypa1m.xyz/check/eeat
- 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-e-e-a-t-category-check-c2e3a0cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4FB1XiTAEPbW5Ua6dPuH2

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-e-e-a-t-category-check-c2e3a0cc
```

Example prompt: Can you check the E-E-A-T signals on https://myblog.com and tell me how it scores — I want to know what's hurting my authority and trustworthiness in Google's eyes.

## When to prefer this

Use this endpoint when you need a fast, single-category E-E-A-T audit without waiting for a full async site scan. Ideal when you specifically want to assess trustworthiness, authoritativeness, and expertise signals in isolation — for example, after content updates, before a Google core update, or to diagnose a ranking drop suspected to be E-E-A-T-related. For full-site audits across all 20 categories, prefer the /scan/full async flow instead.

## Known failure modes

- Missing or invalid 'url' query parameter returns an error or empty result
- Unreachable or blocked target URL causes a scan failure
- Paywalled or login-gated pages may return incomplete E-E-A-T signal data
- Rate limits or payment failures (x402) prevent the call from completing
- Non-HTML URLs (PDFs, images) may return unexpected or empty results

## 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 'category' field set to 'core-seo' (or relevant E-E-A-T category label), a 'result' object containing a 0–100 score for the E-E-A-T category, and a list of specific issues or signals found — covering author credentials, about-page presence, trust indicators, external citations, and other E-E-A-T-related checks.

## 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": "eeat"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pa1m-seo-e-e-a-t-category-check-c2e3a0cc/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)
