# Channel3 Website/Domain Commission Rate Lookup

> Channel3 Website/Domain Commission Rate Lookup is a paid API for AI agents from stableproduct.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Resolves a Channel3 website or domain and returns its affiliate commission rate.

## Facts

- Endpoint: GET https://stableproduct.dev/api/channel3/v0/websites
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableproduct-dev-1017d8be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_97jc0BMPRAXhh3bMQ6O8a

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 stableproduct-dev-1017d8be
```

Example prompt: What is the Channel3 affiliate commission rate for amazon.com? Look it up and tell me the best rate available.

## When to prefer this

Use this endpoint when you need to look up a specific website or domain's affiliate commission rate in the Channel3 network by its URL. Prefer this over the brand search endpoint when you already know the exact domain name rather than a brand name or free-text query.

## Known failure modes

- Domain not found in Channel3 database — returns empty or null result
- Invalid or missing query parameter — returns 400 bad request
- Domain string too short or empty — rejected by minLength:1 validation
- Payment not processed — returns 402 Payment Required
- Rate limiting or service downtime — returns 429 or 5xx

## How this service works

Resolve a Channel3 website/domain and commission rate.

## Output

Returns a JSON object with the website's Channel3 ID, URL/domain, and the best available affiliate commission rate as a percentage (e.g. {id: 'kLQy', url: 'amazon.com', best_commission_rate: 30}).

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "query": "amazon.com",
   "include_raw": false
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableproduct-dev-1017d8be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableproduct.dev](https://www.zero.xyz/host/stableproduct.dev/llms.txt)
