LogoLogo
Release NotesDataPipelineFAQ
FAQ
FAQ
  • General
    • How to use the API
    • What is an API credit?
    • Concurrent Requests
    • Increasing scraping speed
    • Getting Failed Requests From The API
    • Unused Requests
  • Plans & Billing
    • Free Plan & 7-Day Free Trial
    • What happens if I run out of credits before the end of my current subscription?
    • Cancelling a Plan
    • Getting a refund
    • Change Credit Card Details
    • Pay-As-You-Go Option
    • Bandwidth Based Pricing
    • Buying Individual IPs
  • JS Rendering
    • Enable JavaScript Rendering
    • Extra JavaScript Rendering Costs
    • Clicking Page Elements
    • Page Elements Still Missing
    • JS Rendering Concurrency
  • Geolocation & Residential IPs
    • Geolocation & Residential IPs
    • City-Level Geotargeting
    • Residential IPs
    • Mobile IPs
  • Anti-bots & CAPTCHAs
    • Getting Distil, Cloudflare, etc. bans.
    • How CAPTCHA solving works
    • Getting a CAPTCHA as successful response
    • Solving embedded CAPTCHAs
  • Low Success Rates
    • Check if it's a general issue
    • Check what type of protection your target domain is using
    • Check if the URL is allowed
    • Check your timeout setting
    • Try geo-targeting
    • Use your own custom headers (Advanced)
    • Try our Async scraper
Powered by GitBook

Quick Links

  • Homepage
  • Dashboard
  • Pricing
  • Contact Sales

Resources

  • Developer Guides
  • Blog
  • Contact Support
  • Learning Hub
On this page

Was this helpful?

Export as PDF
  1. General

Concurrent Requests

PreviousWhat is an API credit?NextIncreasing scraping speed

Last updated 1 year ago

Was this helpful?

Every plan with ScraperAPI has a limited number of concurrent threads which limit the number of requests you can make in parallel to the API (the API doesn’t accept batch requests). The more concurrent threads your plan has the faster you can scrape a website. If you would like to increase the number of concurrent requests you can make with the API then contact our .

In case your scraper is not utilizing the full concurrency thread limit of your Subscription, please make sure that its settings are correct and are set to utilize the exact amount of Threads that your Subscription allows.

In case you are still not utilizing all of your Concurrent threads, there might be something else blocking your requests on your machine. Please make sure you check both your Antivirus/Firewall and your Network for any issues. Another culprit might be the resource usage for the user on your machine.

You can adjust "ulimit" on both Linux and Windows machines to make sure that there are no restrictions on resource usage for the users set up on your machines. For Linux users, you will need to modify the file "/etc/security/limits.conf", and for Windows Users, you will need to modify your Registry Values. There are multiple guides that can be found on the Internet on how exactly this can be done.

customer support team