What a capture costs
Each surface has a flat credit cost per capture.| Surface | Credits |
|---|---|
| Claude | 6 |
| ChatGPT | 5 |
| Copilot | 5 |
| Google AI Overview | 5 |
| Gemini | 4 |
| Google AI Mode | 4 |
| Perplexity | 3 |
Every field is included in the price. A capture that returns rich evidence costs exactly the same as one that returns a short answer.
You only pay for successful captures
Credits are charged on a successful capture only.- An empty capture is free. When a surface returns nothing, the child job still completes with
provenance.surfacePresent: falseand an emptyanswer— and it costs nothing. - A failed capture is free. If a child ends in
failed(for example, aSURFACE_TIMEOUT), you are not charged for it.
Billing is per child job. Nothing is deducted up front when you submit a search — credits are counted as each child capture succeeds.
Fan-out math
One search fans out to one child per surface × region. The total spend for a search is:Example: one surface, one region
Example: one surface, one region
A search for
["chatgpt"] in [{ "country": "US" }] is a single capture — 5 credits on success.Example: three surfaces, one region
Example: three surfaces, one region
A search for
["chatgpt", "claude", "perplexity"] in one region is three captures: 5 + 6 + 3 = 14 credits on success.Example: two surfaces, two regions
Example: two surfaces, two regions
A search for
["chatgpt", "gemini"] across [{ "country": "US" }, { "country": "GB" }] fans out to four children: (5 + 4) × 2 = 18 credits if all four succeed. Any child that returns empty or fails is not charged.Free credits to start
New accounts start with 500 free credits — no card required. That’s enough to try every surface across several regions before you pick a plan. See aisearchapi.dev/pricing for plans and rates.Read your ledger
GET /v1/usage returns your plan, a per-surface job breakdown, and your current balance.
Accounting is per child job. One search across N surfaces × M regions counts as N × M jobs in
usage.Pricing & plans
Compare plans and per-credit rates.
The Envelope
Everything a capture returns — all included in the credit cost.