# SpyFu Just Made It Keywords (via Sponge/x402)

> SpyFu Just Made It Keywords (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).

Returns SEO keywords that a domain has just recently broken into the rankings for, indicating newly achieved search positions

## Facts

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

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

Example prompt: Can you pull up the keywords that example.com has just recently broken into the rankings for — I want to see which new SEO terms they're starting to show up for using SpyFu's just-made-it keywords data?

## When to prefer this

Use this endpoint when you need to identify keywords a specific domain has just recently started ranking for — ideal for competitive monitoring, tracking SEO momentum, or discovering a competitor's newly gained organic search footholds. Prefer this over broader keyword tools when the specific insight needed is 'what's new in their rankings' rather than their full keyword profile.

## Known failure modes

- Domain not found or not tracked by SpyFu returns empty results
- Invalid domain format causes request failure
- Missing required query parameters returns 400 error
- Payment failure via x402 protocol blocks access
- Rate limiting may return 429 if called too frequently
- Domain with no recent ranking changes returns empty keyword list

## How this service works

GET /apis/serp_api/v2/seo/getJustMadeItKeywords

## Output

A list of SEO keywords that the specified domain has recently entered the search rankings for, including keyword-level data such as search volume, ranking position, and related metrics indicating newly achieved organic visibility.

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