# SpyFu Organic Outranking Keywords

> SpyFu Organic Outranking 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-14).

Returns the organic keywords for which a given domain outranks a competitor in Google search results

## Facts

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

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-8c634f65
```

Example prompt: Using SpyFu, show me the organic keywords where myshop.com outranks competitor.com in Google search results.

## When to prefer this

Use this endpoint when you need to identify the specific organic search keywords where one domain has a ranking advantage over a competitor — ideal for competitive SEO analysis, gap analysis, and finding strengths to build upon. Prefer this over general keyword tools when you already have two specific domains to compare.

## Known failure modes

- Missing required domain or competitor parameter returns 400 error
- Unknown or low-traffic domain returns empty keyword list
- Payment failure via x402 protocol returns 402 Payment Required
- Rate limiting or quota exceeded returns 429 Too Many Requests
- Invalid query parameters return 422 Unprocessable Entity

## How this service works

GET /apis/serp_api/v2/seo/getOrganicOutrankingKeywords

## Output

A list of organic keywords for which the queried domain outranks a specified competitor, including SERP positions, search volume, and related ranking metrics from SpyFu's database.

## 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-8c634f65/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)
