Skip to main content
Reader is metered in credits. Every successful scrape consumes credits according to the proxy mode that actually ran; failures and cache hits are free.

Cost table

The resolved mode is reported in every response under metadata.proxyMode. Your usage history also tracks it; see /v1/usage/history.

Monthly allowance

Every account gets 1,000 credits per month. Credits reset at the start of each billing period. Unused credits do not roll over.

Checking your balance

Check programmatically from the SDK:

When billing runs

Reader charges credits after a scrape succeeds, not before. The pre-flight check only verifies you have enough to start the request; the actual deduction happens once the content is in your response. The pre-flight check verifies you have the correct number of credits for the mode you selected: 1 credit for standard, 3 credits for premium.

Insufficient credits

See the Credit exhaustion guide for how to handle this gracefully.

Estimating batch costs

Before running a large batch, estimate the bill:
Know your target sites before running large batches. Standard works for 90%+ of the web. Sites known to require bot bypass (Amazon, LinkedIn, booking sites) need premium. See Cost estimation.

Browser session costs

Browser sessions are billed at 1 credit per minute, charged in real-time:
  • First minute charged on session creation
  • Each additional minute charged via interval timer
  • Session auto-stops if credits run out
  • No reconciliation needed on close - already charged
A 10-minute session costs 10 credits.

Next