How credits work
Every API key has a credit balance. Each scrape request deducts a fixed number of credits. Credits are deducted on both cache hits and fresh scrapes — you’re paying for the data, not the compute.Credit costs
Checking your balance
Insufficient credits
If your balance is too low for a request, you’ll receive a402 error:
Credit deduction rules
- Credits are deducted only on successful responses (HTTP 2xx)
- Failed scrapes (502, 504) do not cost credits
- Cached responses still cost credits (same rate as fresh scrapes)
- The
credit-balanceendpoint is always free