Prepaid model
Tallyscrape is prepaid: you buy credits up front, and each successful scrape debits your balance. There is no subscription and no monthly minimum. Key rules:- You are billed only on a real success —
success: trueandblocked: false. Failed requests, timeouts, and anti-bot pages cost nothing. - The cost is the tier actually used. If you request a proxy but the pool falls back
to a direct connection, you are billed at the
nonerate (seeproxy_usedonPOST /scrape). - The balance never goes negative. If your balance is too low for the requested cost, the request is rejected up front with 402 — nothing is scraped.
Buying credits
Credits are purchased through Stripe Checkout. CallPOST /credits/buy to get a payment
URL, then redirect the user to it. Your balance is credited automatically once the
payment completes.
pack or a free amount_eur (not both):
string
A predefined pack in euros:
"10", "50", or "100".number
A custom amount in euros. Minimum 5 €.
Response
Running low mid-request? A scrape whose cost exceeds your balance returns 402 Payment
Required without scraping. Top up, then retry. See Errors.
