# Pa1m SEO – Google Search Check (Single-Category Audit)

> Pa1m SEO – Google Search Check (Single-Category Audit) is a paid API for AI agents from seo.hypa1m.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Submits an async Google-category SEO audit job for a given website URL and returns a task ID for polling results.

## Facts

- Endpoint: POST https://seo.hypa1m.xyz/google/check
- Price: $0.02/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-google-search-check-single-category-audit-4a354fd7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TfEOWsYanutm1phgBJFU-

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-google-search-check-single-category-audit-4a354fd7 -d '<json body>'
```

Example prompt: Can you run a Google SEO audit on my website https://example.com and tell me what issues are hurting my search rankings?

## When to prefer this

Choose this endpoint when you need a Google-specific SEO category audit for a website, especially for quick single-category checks rather than a full 20-category deep scan. It is ideal for automated pipelines that need async job submission and programmatic polling. Prefer this over /scan/full when you only need Google search signals and want faster turnaround at lower cost.

## Known failure modes

- Invalid or unreachable URL causes job to fail at crawl stage
- Payment failure (insufficient USDC) prevents job submission
- Rate limiting if too many concurrent jobs are submitted
- Job timeout if the target site is very slow to respond
- Polling returns pending status indefinitely for unresponsive sites

## 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 containing a task_id (e.g. '69d90e28ca1ca09ba6bab220'), a poll URL path (/google/check/status/{task_id}) to retrieve the completed audit results, the amount paid in USD, and the submission timestamp. The agent must poll the status endpoint until the job completes to receive per-category SEO scores and issue lists.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "urls": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "maxItems": 1,
   "description": "Exactly one URL to check against Google's index"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "poll": "/google/check/status/{task_id}",
  "task_id": "69d90e28ca1ca09ba6bab220",
  "paid_usd": 0.02,
  "submitted": 1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pa1m-seo-google-search-check-single-category-audit-4a354fd7/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)
