Check your current credit balance and plan information. This endpoint helps you monitor your available credits before creating jobs.
Response
Returns credit information including:
Current balance of Pro credits (used when enrich=true)
Total Pro credits ever allocated
Current balance of Basic credits (used when enrich=false)
Total Basic credits ever allocated
Current balance of Private Key credits (used when scraperKey is provided)
Total Private Key credits ever allocated
Your current plan (e.g., “free”, “pro”)
Credits System
- Pro Credits: Used when creating jobs with
enrich=true
- Basic Credits: Used when creating jobs with
enrich=false
- Private Key Credits: Used when creating jobs with
scraperKey
- Credit Deduction: Credits are deducted immediately when a job is created
- Credit Calculation: 1 credit per 100 results requested
Always check your credits before creating jobs to ensure you have sufficient balance.
Example Response
{
"basicCreditsBalance": 4992,
"basicCreditsTotal": 5000,
"plan": "free",
"proCreditsBalance": 1,
"proCreditsTotal": 5,
"privateKeyCreditsBalance": 9981,
"privateKeyCreditsTotal": 10000
}