Skip to main content

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

Every successful scrape response also includes credit info:

Insufficient credits

If your balance is too low for a request, you’ll receive a 402 error:
The request is not processed and no credits are deducted.

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-balance endpoint is always free