# SpyFu Domain Stats for Exact Date

> SpyFu Domain Stats for Exact Date 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 SEO and traffic domain statistics for a specific historical date using SpyFu data

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/domain_stats_api/v2/getDomainStatsForExactDate
- 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-a0cb7924
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iI9o8XcgDgIzjZka-Rw4d

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

Example prompt: Pull up the SpyFu domain stats for techcrunch.com on March 15, 2023 — I want to see the SEO metrics like estimated organic traffic and keyword counts for that exact date.

## When to prefer this

Use this endpoint when you need point-in-time domain SEO statistics for a specific known date, rather than a range or the most recent data. Ideal for auditing historical performance, comparing a domain's state before and after events, or reconstructing competitive landscapes at a precise moment. Prefer this over the historic rankings endpoint when you want aggregate domain-level stats rather than per-keyword ranking history.

## Known failure modes

- Domain not found in SpyFu database returns empty or null stats
- Date outside SpyFu historical coverage range returns error or empty result
- Invalid date format causes bad request error
- Payment failure (402) if x402 payment header is missing or insufficient
- Rate limiting if too many calls are made in quick succession
- Domain with no historical data for the exact date may return zeros or no data

## How this service works

GET /apis/domain_stats_api/v2/getDomainStatsForExactDate

## Output

Returns a JSON object containing SpyFu domain statistics for the specified domain and exact date, including metrics such as estimated organic traffic, number of ranking keywords, ad budget estimates, and other SEO performance indicators captured at that historical point in time.

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