# SpyFu Lost Clicks Keywords

> SpyFu Lost Clicks 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-13).

Retrieves keywords for which a domain has lost organic search clicks, indicating ranking drops or missed traffic opportunities

## Facts

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

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-226bf8f7
```

Example prompt: Can you pull up the SpyFu lost clicks keywords report for example.com so I can see which organic search terms have been losing traffic and figure out where our SEO rankings dropped?

## When to prefer this

Use this endpoint when you need to identify specific keywords where a domain has lost organic search clicks over time — ideal for diagnosing SEO traffic drops, building recovery strategies, or auditing a competitor's weaknesses. Prefer this over getMostValuableKeywords when the focus is on declining performance rather than current top performers.

## Known failure modes

- Missing required domain parameter returns 400 Bad Request
- Invalid or unresolvable domain returns empty results or 404
- Payment of 0.01 USDC not provided returns 402 Payment Required
- Rate limiting exceeded returns 429 Too Many Requests
- SpyFu upstream unavailability causes 502 or 503 errors
- Domain with no tracked history returns empty keyword list

## How this service works

GET /apis/serp_api/v2/seo/getLostClicksKeywords

## Output

Returns a list of keywords for which the queried domain has experienced lost organic clicks, including associated ranking and traffic loss metrics, helping identify SEO regression opportunities and recovery targets.

## 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-226bf8f7/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)
