Async Batch Requests
We have created a separate endpoint that accepts an array of URLs instead of just one to initiate scraping of multiple URLs at the same time: https://async.scraperapi.com/batchjobs. The API is almost the same as the single endpoint, but we expect an array of strings in the urls field instead of a string in url.
As a response you’ll also get an array of the same response that you get using our single job endpoint:
We recommend sending a maximum of 50,000 URLs in one batch job.
Last updated
Was this helpful?