Skip to main content

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 successsuccess: true and blocked: 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 none rate (see proxy_used on POST /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.
See the full rate grid on Pricing.

Buying credits

Credits are purchased through Stripe Checkout. Call POST /credits/buy to get a payment URL, then redirect the user to it. Your balance is credited automatically once the payment completes.
Provide either a predefined 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 €.
The conversion rate is fixed: 1 € = 1000 credits.

Response

Redirect the user to this URL to complete payment. Credits are added to the balance only after Stripe confirms the payment.
Running low mid-request? A scrape whose cost exceeds your balance returns 402 Payment Required without scraping. Top up, then retry. See Errors.