https://www.scrapingcourse.com/ecommerce/
as the URL to Scrape.{ "product-names": ".product-name" }
..product-name
(which contains product titles).product-name
field.
['product-name']
variable under Split Out on the left to the Values to Send field.
wait_for
parameter when scraping sites that load content asynchronously.
wait
parameter to make the request wait for a specific number of seconds. For more information, check the Wait Milliseconds and Wait for Selector documentation!