Free Plan API limits

I am testing on the free plan and and am sending a API request via promise.all to hit multiple API endpoints in Apify. It works fine up to 4 requests but errors with 5 requests or more.
Is there a limit to how many api calls I can send at one time with the free plan? Is the issue max concurrent runs? Even the free plan has 25 concurrent runs allowed I checked the compute units used per API and its only 0.002 and the free plan includes 10.000 compute units I notice it briefly hits the 8gb memory limit but its not clear how much memory is used per API call
1 Reply
magic-amber
magic-amber2y ago
It might be API rate limit or some other error https://docs.apify.com/api/client/js/reference/class/ApifyApiError - check response of failed API call(s)

Did you find this page helpful?