# SpyFu Historic Organic Rankings for Domain

> SpyFu Historic Organic Rankings for Domain 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-15).

Retrieves historical organic search rankings for a specified domain over time using SpyFu data

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/organic_history_api/v2/historic/getHistoricRankingsForDomain
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/spyfu-3573d3a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zUK6Se1ar5gffRm6-VpKB

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-3573d3a0
```

Example prompt: Can you pull up the historic organic search rankings for example.com using SpyFu? I want to see how their keyword positions have changed over time.

## When to prefer this

Use this endpoint when you need historical organic search ranking data for a specific domain — particularly useful for competitor research, tracking SEO trends over time, or auditing a domain's past search performance. Prefer this over current-rankings endpoints when trend analysis or historical context is required.

## Known failure modes

- Missing or invalid domain parameter returns an error
- Domain not found in SpyFu's database returns empty results
- Payment failure via x402 protocol returns 402 status
- Rate limiting or quota exceeded returns 429 status
- Malformed query parameters return 400 bad request

## How this service works

GET /apis/organic_history_api/v2/historic/getHistoricRankingsForDomain

## Output

Returns historical organic search ranking data for the specified domain, including keyword positions and ranking changes over past periods as tracked by SpyFu.

## 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-3573d3a0/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)
