How Do I Fetch Data In Bulk?
K
Written by Kevin Zhou
Updated over a week ago

Each individual request should take around 250-400ms and you are able to make concurrent requests to our API endpoint.
โ€‹
Alternatively, you can use our bulk request API - this will take all the submitted URLs and download them concurrently on our side.

We would recommend you pull the data with a while loop and have a 5-second delay until the data is sent back.

Did this answer your question?