# AnyAPI SimilarWeb Traffic

> AnyAPI SimilarWeb Traffic is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.007/call, status unknown (last checked 2026-09-14).

Fetches SimilarWeb traffic analytics data for a given website domain via AnyAPI's unified pay-per-request gateway.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/similarweb.traffic
- Price: $0.007/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-similarweb-traffic-7f4f301f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zYTjRMpxeZaSzleYmI9me

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 anyapi-similarweb-traffic-7f4f301f -d '<json body>'
```

Example prompt: Can you pull the SimilarWeb traffic stats for shopify.com — I want to see monthly visits, top traffic sources, bounce rate, and which countries drive the most traffic?

## When to prefer this

Use this endpoint when you need SimilarWeb-sourced website traffic estimates without a direct SimilarWeb subscription. Ideal for one-off competitive research, enriching lead data with traffic signals, or building lightweight market research workflows where you only pay per lookup rather than a monthly SimilarWeb plan.

## Known failure modes

- Domain not found or has insufficient traffic data — returns empty or null traffic fields
- Invalid domain format causes a bad request error
- SimilarWeb data unavailable for low-traffic or new domains
- Rate limit or payment failure results in 402 or 429 response
- Network timeout if upstream SimilarWeb data is slow to respond

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing SimilarWeb traffic analytics for the queried domain, including estimated monthly visits, traffic source breakdown (direct, search, social, referral, etc.), top countries by share, bounce rate, pages per visit, and average visit duration.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "title": "Yelp search input",
 "example": {
  "limit": 5,
  "query": "pizza",
  "location": "Chicago, IL"
 },
 "required": [
  "query",
  "location"
 ],
 "properties": {
  "limit": {
   "type": "integer",
   "maximum": 20,
   "minimum": 1,
   "description": "Maximum number of results to return (1 to 20, default 20)."
  },
  "query": {
   "type": "string",
   "description": "Search term or category to look for (e.g. sushi)."
  },
  "location": {
   "type": "string",
   "description": "City and state defining the search area (e.g. San Francisco, CA)."
  }
 },
 "additionalProperties": false
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-similarweb-traffic-7f4f301f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
