Skip to main content
GET
Get Account Info
This endpoint is useful for monitoring your credit balance programmatically — e.g., before running a batch job or in a CI pipeline. It returns both PAYG and subscription credit balances, plus full subscription details if you’re on a plan. No credits are deducted.

Authorizations

x-api-key
string
header
required

Your ScrapeBadger API key. You can find this in your dashboard at https://scrapebadger.com/dashboard/api-keys

Response

Account info retrieved successfully

credits_balance
integer

PAYG (pay-as-you-go) credit balance — never expires

subscription_credits_balance
integer

Subscription wallet — current period's monthly allowance (0 if no subscription)

total_credits_balance
integer

Sum of PAYG + subscription credits

tier
enum<string>

Account tier (free, basic, pro, enterprise)

Available options:
free,
basic,
pro,
enterprise
rate_limit_per_minute
integer

Maximum API requests allowed per minute

subscription
object | null

Active subscription details, or null if PAYG-only