# SpyFu Top Pages SEO Lookup

> SpyFu Top Pages SEO Lookup 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 the top-ranked SEO pages for a given domain using SpyFu data

## Facts

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

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

Example prompt: What are the top SEO pages for hubspot.com — I want to see which URLs are driving the most organic search traffic for them.

## When to prefer this

Use this endpoint when you need to identify which specific pages of a domain are performing best in organic search, especially for competitive research or content gap analysis. Prefer this over getMostTrafficTopPages when you want a broader SEO-ranked list rather than strictly traffic-sorted results.

## Known failure modes

- Domain not found or not indexed in SpyFu — returns empty results
- Missing required query parameters — returns 400 or validation error
- Payment not processed or x402 authentication failure — returns 402
- Rate limit exceeded — returns 429
- Invalid domain format — returns error or empty response

## How this service works

GET /apis/serp_api/v2/seo/getTopPages

## Output

A list of the highest-ranking or most valuable pages for the queried domain, including page URLs, estimated organic traffic, and associated SEO metrics such as keyword rankings and visibility scores.

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