# SpyFu Get New Top Pages (via Sponge/x402)

> SpyFu Get New Top Pages (via Sponge/x402) 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 newly emerged top-ranking pages for a domain in organic search results via SpyFu's SERP API

## Facts

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

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

Example prompt: What new pages on example.com have recently broken into the top organic search results on Google? Pull the list using SpyFu's new top pages data.

## When to prefer this

Use this endpoint when you need to identify which pages on a specific domain have recently started ranking highly in organic search — ideal for competitive SEO analysis, tracking a rival's content strategy, or monitoring your own new content performance. Prefer this over general SERP or keyword endpoints when the specific goal is discovering newly emerging top pages rather than overall keyword rankings or historical data.

## Known failure modes

- Missing or invalid domain query parameter returns an error
- Domain not found in SpyFu's database returns empty results
- Payment failure (x402) causes 402 response and no data returned
- Rate limiting or quota exceeded returns an error response
- Malformed request with disallowed HTTP method returns a rejection

## How this service works

GET /apis/serp_api/v2/seo/getNewTopPages

## Output

A JSON object containing a list of newly emerged top-ranking pages for the queried domain, including page URLs and associated SEO metrics such as organic ranking positions and traffic data as reported 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-d85fdf93/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)
