# GoCreative Website Traffic API

> GoCreative Website Traffic 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 SimilarWeb-grade website traffic analytics for a domain, including global/country/category rank, monthly visits trend, bounce rate, traffic-source breakdown, and top paid keywords with CPC.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/seo/traffic/: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-traffic-api-987bef27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jMETiBw7q6Oz0B9JWZFT5

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-traffic-api-987bef27
```

Example prompt: Can you pull up the website traffic stats for shopify.com — I want to see its global rank, monthly visits trend, bounce rate, traffic sources, and top paid keywords with CPC?

## When to prefer this

Choose this endpoint when you need programmatic, no-login access to SimilarWeb-grade traffic data for any domain — especially useful for competitive intelligence, SEO audits, market research, or enriching lead/company profiles with web traffic signals. Prefer this over scraping SimilarWeb directly or using their paid subscription API when you need per-call pricing with no upfront commitment.

## Known failure modes

- Domain not found or too low-traffic to have data — returns empty or null metrics
- Invalid domain format passed as path parameter — likely returns 400 or error object
- Rate limit or payment failure via x402 — returns 402 Payment Required
- Very new domains with no historical data may return incomplete trend data
- Misspelled or non-existent TLDs may return no results

## How this service works

Website Traffic API — real SimilarWeb-grade traffic data for a domain: global/country/category rank, monthly visits trend, bounce rate, traffic-source breakdown, top paid keywords with CPC. Real-time, no login. SEO: website traffic checker, SimilarWeb API, traffic estimate API, domain analytics.

## Output

Returns structured traffic analytics for the queried domain including: global rank, country-level rank, category rank, monthly visits time-series trend, bounce rate percentage, traffic-source breakdown (organic search, paid search, direct, referral, social, email), and top paid keywords with associated CPC values.

## 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-traffic-api-987bef27/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)
