I would like to scrape option chain of stock from nasdaq website using scrapy (along with other data)
Nasdaq recently updated their website. Here is the url I am talking about.
The data is not loaded with plain spider and in scrapy shell. From the scrapy docs, I need to use scrapy-splash or scrapy-selenium.
I would like to know which one is the right tool for the job before investing my time. Or is there something else that is recommended?
Thanks!