# SpyFu Get All Domain Stats

> SpyFu Get All Domain 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 comprehensive SEO and PPC statistics for a domain via SpyFu's domain stats API

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/domain_stats_api/v2/getAllDomainStats
- 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-cafa4439
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n-L0lFGsl6fc9Ep23k5ll

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-cafa4439
```

Example prompt: Pull all the SEO and PPC stats SpyFu has on neil patel.com — I want to see organic keywords, paid keywords, monthly traffic estimates, and anything else in their domain overview.

## When to prefer this

Use this endpoint when you need a broad, all-in-one domain-level snapshot of SEO and PPC performance from SpyFu. It is ideal as a first step in competitive research when you want a full picture before drilling into specific keyword sets or historical rankings. Prefer this over sibling endpoints like getTopCompetitors or getMostValuableKeywords when you want aggregate domain health metrics rather than a specific data slice.

## Known failure modes

- Domain not found or not indexed by SpyFu — returns empty or null stats
- Missing or malformed domain query parameter — returns 400 error
- Payment not processed or insufficient funds — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- SpyFu API backend unavailable — returns 503 or gateway timeout

## How this service works

GET /apis/domain_stats_api/v2/getAllDomainStats

## Output

A JSON object containing comprehensive domain-level statistics from SpyFu including organic keyword counts, paid keyword counts, estimated monthly organic traffic, ad budget estimates, top-ranking pages, and related performance indicators for the queried domain.

## 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-cafa4439/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)
