HasData uses a credits-based pricing model because the complexity and cost of scraping varies. Some APIs and scrapers require more resources and cost more credits.
You can track your credit consumption and remaining balance in the Dashboard. Credits are updated in real-time, so you can always see how many credits you’ve used and how much is left.
Concurrency refers to the number of simultaneous requests you can make to the API.
If you exceed your concurrency limit, the API will return a 429 Too Many Requests
response, indicating that you’ve hit the maximum number of concurrent requests allowed.
To increase your concurrency limit, upgrade your plan. For custom limits, contact support to discuss your needs.
You’ll receive real-time notifications when your credits are running low.
To monitor credit consumption and concurrency usage programmatically, use the /user/me/usage
endpoint.
Response:
How can I track my credits?
You can track your remaining and used credits in the dashboard. It updates in real time as you make requests.
What happens if I run out of credits?
Your scraper jobs will be stopped, and you won’t be able to continue them once they stop. You also won’t be able to make any new requests.
To avoid interruptions, you can enable auto-renew, which automatically renews your plan when you run out of credits.
Can I increase my concurrency limit?
Yes. You can upgrade to a higher plan or reach out to support to discuss custom limits.
Do I pay for failed requests?
No. You’re only charged for successful requests.
HasData uses a credits-based pricing model because the complexity and cost of scraping varies. Some APIs and scrapers require more resources and cost more credits.
You can track your credit consumption and remaining balance in the Dashboard. Credits are updated in real-time, so you can always see how many credits you’ve used and how much is left.
Concurrency refers to the number of simultaneous requests you can make to the API.
If you exceed your concurrency limit, the API will return a 429 Too Many Requests
response, indicating that you’ve hit the maximum number of concurrent requests allowed.
To increase your concurrency limit, upgrade your plan. For custom limits, contact support to discuss your needs.
You’ll receive real-time notifications when your credits are running low.
To monitor credit consumption and concurrency usage programmatically, use the /user/me/usage
endpoint.
Response:
How can I track my credits?
You can track your remaining and used credits in the dashboard. It updates in real time as you make requests.
What happens if I run out of credits?
Your scraper jobs will be stopped, and you won’t be able to continue them once they stop. You also won’t be able to make any new requests.
To avoid interruptions, you can enable auto-renew, which automatically renews your plan when you run out of credits.
Can I increase my concurrency limit?
Yes. You can upgrade to a higher plan or reach out to support to discuss custom limits.
Do I pay for failed requests?
No. You’re only charged for successful requests.