# GoCreative Website Competitors API

> GoCreative Website Competitors API is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a ranked leaderboard of top competitors and similar/related sites for any given domain, including category rank, affinity score, and traffic data

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/seo/competitors/:var1
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-website-competitors-api-7c712ff8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0xYf0OAx2CnxvKh4w6NW8

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 gocreative-website-competitors-api-7c712ff8
```

Example prompt: Pull up the top competitors and similar websites for shopify.com — I want to see category rankings and affinity scores so I can understand who the real rivals are in that space.

## When to prefer this

Choose this endpoint when you need a real-time, no-login competitive intelligence snapshot for any website — especially when you want both a ranked leaderboard of direct competitors AND a set of similar/related sites with traffic and rank in a single call. Prefer this over manual SEO tools when building automated market-research pipelines, enriching lead data with competitive context, or running agent-driven competitor discovery at scale via pay-per-call pricing on Base.

## Known failure modes

- Unknown or very new domain with no traffic data returns empty or sparse results
- Malformed domain input (e.g. with protocol or path) may cause parsing errors
- Rate limiting or payment failure (x402) results in 402 Payment Required response
- Domains with extremely low traffic may lack meaningful competitor matches
- Temporary upstream data source outages may return stale or null competitor sets

## How this service works

Website Competitors API — the wedge: a computed top-competitors leaderboard (category rank + affinity score) plus similar/related sites with their own traffic and rank. Real-time, no login. SEO: competitor analysis API, similar websites API, competitive intelligence, market research API.

## Output

Returns a structured leaderboard of top competitors for the queried domain, including each competitor's category rank, affinity score, and traffic estimates, along with a list of similar/related websites and their own traffic and ranking data — all computed in real-time without requiring authentication.

## 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"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-website-competitors-api-7c712ff8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
