Wait when rendering Javascript

Let's say you want to scrape a website that renders its data slowly then in that case, you can use our wait parameter along with the dynamic parameter. wait parameter is actually a time for which you want to wait for a headless browser to keep loading the website. It is in milliseconds and its minimum value is 0 and the maximum value is 35000.

API Example

curl "https://api.scrapingdog.com/scrape?api_key=5e5a97e5b1ca5b194f42da86&url=http://httpbin.org/ip&wait=5000"

Last updated