# SpyFu Kombat Competing PPC Keywords

> SpyFu Kombat Competing PPC 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-15).

Returns the PPC (pay-per-click) keywords that competitors are bidding on in paid search, enabling competitive advertising intelligence via SpyFu's Kombat tool.

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/keyword_api/v2/kombat/getCompetingPpcKeywords
- 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-769784a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jsl7TsKQqDzV-zmHk42YY

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-769784a3
```

Example prompt: Show me the PPC keywords that both example.com and their competitor rival.com are bidding on in paid search — I want to see where they're competing head-to-head in Google Ads.

## When to prefer this

Use this endpoint when you need to identify specific PPC keyword overlaps between competing domains for paid search competitive intelligence. Prefer this over the SEO equivalent (getCompetingSeoKeywords) when your focus is on paid advertising strategy rather than organic rankings.

## Known failure modes

- Missing required domain parameters returns an error or empty result
- Domains with no PPC history return empty keyword lists
- Invalid domain format may return a 400 error
- Rate limiting or payment failure returns 402 or 429
- Unknown domains not tracked by SpyFu return empty results

## How this service works

GET /apis/keyword_api/v2/kombat/getCompetingPpcKeywords

## Output

A list of PPC keywords that the specified domains are both bidding on in paid search, along with competitive overlap data such as shared keywords, bid estimates, and ad positioning information sourced from SpyFu's Kombat analysis.

## 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-769784a3/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)
