# SpyFu Combined Top Competitors

> SpyFu Combined Top Competitors 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 a combined list of top organic and paid search competitors for a given domain using SpyFu data

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/competitors_api/v2/combined/getCombinedTopCompetitors
- 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-9ed2594d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6aTVJg8xl701FywHgXc5W

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-9ed2594d
```

Example prompt: Who are the top combined organic and paid search competitors for nike.com right now? Give me the full competitive landscape across both SEO and PPC.

## When to prefer this

Use this endpoint when you need a single unified view of both organic SEO and paid PPC competitors for a domain, rather than querying them separately. Prefer this over the SEO-only getTopCompetitors endpoint when you want a holistic competitive landscape covering all of Google search.

## Known failure modes

- Missing or invalid domain input returns an error
- Domain not found in SpyFu index returns empty results
- Payment not fulfilled via x402 protocol returns 402 Payment Required
- Rate limiting or quota exceeded returns 429 Too Many Requests
- Malformed query parameters return 400 Bad Request

## How this service works

GET /apis/competitors_api/v2/combined/getCombinedTopCompetitors

## Output

A list of top competitor domains ranked by their combined presence in organic and paid search overlapping with the queried domain, including competitor scores or metrics as provided by SpyFu's combined competitors API.

## 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-9ed2594d/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)
