# SpyFu Get Most Traffic Top Pages

> SpyFu Get Most Traffic Top Pages 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).

Returns the top pages of a domain ranked by organic search traffic using SpyFu's SERP data

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/serp_api/v2/seo/getMostTrafficTopPages
- 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-52573a3a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sX-Y5KcFJiFM9V4U_nwRb

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-52573a3a
```

Example prompt: Can you pull up the top pages driving the most organic search traffic for ahrefs.com using SpyFu?

## When to prefer this

Use this endpoint when you need to identify which specific pages on a domain are the top organic traffic drivers — ideal for competitive SEO research, content gap analysis, or benchmarking a site's best-performing URLs. Prefer this over keyword-focused endpoints when the goal is page-level traffic insights rather than keyword rankings.

## Known failure modes

- Domain not found in SpyFu's database returns empty results
- Invalid or malformed domain input causes a 400 error
- Payment not processed or insufficient USDC balance returns 402
- Rate limiting or quota exceeded returns 429
- Domain has no indexed pages returns empty data set

## How this service works

GET /apis/serp_api/v2/seo/getMostTrafficTopPages

## Output

A ranked list of the domain's pages that receive the most organic search traffic, including page URLs and associated traffic metrics from SpyFu's SERP database.

## 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-52573a3a/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)
