I want to execute JavaScript's function in Python-Scrapy, before, i used Selenium, but Selenium is too much slow for scraping the big sites.
I would like to know what's the best alternative for selenium for executing js in Scrapy?
I want to execute JavaScript's function in Python-Scrapy, before, i used Selenium, but Selenium is too much slow for scraping the big sites.
I would like to know what's the best alternative for selenium for executing js in Scrapy?
Splash - A javascript rendering service
Bonus points for it being developed by the same guys who are developing Scrapy.