# SpyFu Newly Ranked Keywords

> SpyFu Newly Ranked Keywords 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-16).

Returns a list of keywords that a domain has recently started ranking for in organic search results

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/serp_api/v2/seo/getNewlyRankedKeywords
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/spyfu-7034cd40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XTgItgqZ6SZSU_X9Ejonn

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-7034cd40
```

Example prompt: Can you pull up the keywords that example.com has newly started ranking for in organic search — I want to see what new SEO ground they've gained recently?

## When to prefer this

Use this endpoint when you need to identify which keywords a domain has freshly entered the rankings for — ideal for competitive SEO monitoring, spotting emerging content strategies from rivals, or tracking your own new ranking opportunities. Choose this over general keyword endpoints when the recency of ranking acquisition is the key signal.

## Known failure modes

- Invalid or missing domain parameter returns an error
- Domain not found in SpyFu database returns empty results
- Rate limiting or payment failure returns 402 or 429 status
- Malformed query parameters return 400 bad request

## How this service works

GET /apis/serp_api/v2/seo/getNewlyRankedKeywords

## Output

A JSON object containing a list of keywords the specified domain has recently begun ranking for organically, likely including keyword text, current ranking position, search volume, and related SEO metrics.

## 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-7034cd40/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)
