Relative Content

Tag Archive for pythonweb-scrapingscrapyscrapy-splash

Webscraping a form using scrapy and splash

I am trying to scrape this website that is build on javascript, now I want to scrape price and other data, when we select an option form a dropdown menu, price changes. This is the code i’ve written so far but I dont know how can I increment selected index in Click_action_script and then every time the index is selected and clicked run the parse method: