waitFor
parameter to delay scraping until a specific HTML element appears on the page.
This is useful when the target content is rendered dynamically with JavaScript — for example, when you need to wait for product details, prices, or reviews to load after initial page render.
waitFor
takes a CSS selector as its value (e.g. .product-title
, #main
, div[data-loaded=true]
).product-details
is present on the page.
"jsRendering": true
wait
(time delay in ms) for extra control if needed