# Pa1m SEO – JS Rendering Check

> Pa1m SEO – JS Rendering 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 JavaScript rendering configuration and SEO impact for a given URL.

## Facts

- Endpoint: GET https://seo.hypa1m.xyz/check/js-rendering
- 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-js-rendering-check-f2d3c23c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WoX9j1Bvs9GNLKuc1dAME

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-js-rendering-check-f2d3c23c
```

Example prompt: Can you check if the JavaScript rendering on my site example.com is hurting its SEO — I want to know if Googlebot can actually see my content?

## When to prefer this

Use this endpoint when you need a quick, single-category check specifically on JavaScript rendering SEO issues without running a full site audit. Ideal when you suspect client-side rendering is hurting crawlability or indexing, and you want targeted results fast without paying for a comprehensive scan.

## Known failure modes

- Missing or invalid 'url' query parameter returns an error
- URL is unreachable or returns non-200 status — audit may fail or return empty results
- JavaScript-heavy sites with slow load times may produce incomplete analysis
- Paywalled or login-gated sites cannot be audited
- Rate limiting or payment failure (x402) prevents the call from completing

## 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 'result' field containing the JS rendering category audit, including a score (0–100) and a list of identified issues such as client-side rendering problems, JavaScript-blocked content, or crawlability concerns under the 'js-rendering' category.

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pa1m-seo-js-rendering-check-f2d3c23c/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)
