# SpyFu Live SEO Stats

> SpyFu Live SEO Stats is a paid API for AI agents from spyfu.x402.paysponge.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-14).

Retrieves live SEO statistics for a domain or keyword via SpyFu's SERP API through the Sponge x402 payment proxy

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/serp_api/v2/seo/getLiveSeoStats
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/spyfu-0e60319a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UxZ5b2XqRke0_87aldT4C

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 spyfu-0e60319a
```

Example prompt: What are the live SEO stats for example.com right now — things like how many keywords it ranks for, its SEO strength, and estimated organic traffic?

## When to prefer this

Use this endpoint when you need real-time, live SEO metrics for a domain rather than historical data. Prefer this over the organic history endpoint when you need current rankings and stats rather than trends over time. Best suited for competitive research, auditing a site's current SEO health, or quickly benchmarking a domain's organic search presence using SpyFu's data.

## Known failure modes

- Missing required query parameters returns a 400 or empty result
- Invalid domain format may return no data
- Payment failure (402) if USDC balance is insufficient
- Rate limiting or quota exceeded returns an error
- SpyFu backend unavailable causes 5xx errors
- Domain with no SEO history returns empty metrics

## How this service works

GET /apis/serp_api/v2/seo/getLiveSeoStats

## Output

Returns live SEO statistics for the queried domain or keyword, including metrics such as organic keyword count, SEO strength score, estimated monthly clicks, and search visibility data sourced from SpyFu's live SERP index.

## 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",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "json"
    },
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  }
 },
 "additionalProperties": false
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/spyfu-0e60319a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from spyfu.x402.paysponge.com](https://www.zero.xyz/host/spyfu.x402.paysponge.com/llms.txt)
