# SpyFu PPC Top Competitors API

> SpyFu PPC Top Competitors API is a paid API for AI agents from spyfu.x402.paysponge.com, paid per call via x402, $0.010000/call, status down (last checked 2026-09-15).

Returns the top pay-per-click (PPC) competitors for a given domain using SpyFu data

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/competitors_api/v2/ppc/getTopCompetitors
- Price: $0.010000/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/spyfu-9110667e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vjtDWjy-MKEWSQC1YpxFS

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-9110667e
```

Example prompt: Who are the top PPC competitors for shopify.com right now? I want to see which domains are running paid search ads on overlapping keywords.

## When to prefer this

Use this endpoint when you need to identify which domains are most actively competing against a target site in paid search (Google Ads/PPC), specifically when you want SpyFu's competitive intelligence data. Prefer this over the SEO competitor endpoint when the focus is on paid advertising overlap rather than organic search rankings.

## Known failure modes

- Missing or invalid domain parameter returns an error
- Domain not found in SpyFu database returns empty results
- Payment failure via x402 prevents API access
- Rate limiting may occur with rapid repeated calls
- Malformed query parameters return 400-level errors

## How this service works

GET /apis/competitors_api/v2/ppc/getTopCompetitors

## Output

A ranked list of domains that are top PPC competitors for the queried domain, including metrics such as overlap scores, number of shared paid keywords, and estimated ad spend indicators sourced 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-9110667e/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)
