# Domain Traffic Estimator (Bulk)

> Domain Traffic Estimator (Bulk) is a paid API for AI agents from agent.connskill.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Estimates organic and paid Google traffic for up to 10 domains in a single API call, with configurable language and location targeting

## Facts

- Endpoint: POST https://agent.connskill.com/v1/traffic-estimate
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/domain-traffic-estimator-bulk-6b65549d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8Z0KViUqGI63ap_B7vjBx

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 domain-traffic-estimator-bulk-6b65549d -d '<json body>'
```

Example prompt: Can you estimate the organic and paid Google traffic for these 5 competitor domains — shopify.com, bigcommerce.com, woocommerce.com, squarespace.com, and wix.com — targeting the US market in English?

## When to prefer this

Choose this endpoint when you need to compare Google traffic across multiple domains simultaneously without making separate calls per domain. It is ideal for competitive analysis, portfolio monitoring, or market research tasks where bulk efficiency matters. Prefer this over single-domain lookups when you have 2–10 domains to analyze and want location/language-specific estimates (e.g., Germany vs. US market segmentation).

## Known failure modes

- More than 10 domains submitted — API enforces a max of 10 targets per call
- Invalid domain format causes parsing errors
- Unsupported language_code or location_code returns an error or falls back to defaults
- Empty targets array returns validation error
- Network timeout on slow domain lookups
- Domains with very low traffic may return zero or null estimates

## How this service works

Estimated organic and paid Google traffic for up to 10 domains in one call

## Output

Returns estimated organic and paid Google traffic figures for each submitted domain, segmented by the specified language and location. Data typically includes traffic volume estimates per domain, allowing direct comparison across all submitted targets in a single response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "targets"
 ],
 "properties": {
  "targets": {
   "type": "array",
   "description": "Domains to estimate (max 10)"
  },
  "language_code": {
   "type": "string",
   "description": "ISO language code, defaults to de"
  },
  "location_code": {
   "type": "number",
   "description": "Location code (2276 = Germany, 2840 = United States)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "Estimated organic and paid Google traffic for up to 10 domains in one call"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/domain-traffic-estimator-bulk-6b65549d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.connskill.com](https://www.zero.xyz/host/agent.connskill.com/llms.txt)
