Closed dviator closed 9 years ago
The crawler should follow this link repeatedly and crawl the results from those pages as well. Following this down to the end should provide coverage of most of what's needed.
Example of using selenium to click a button and make javascript calls, integrated with scrapy. http://stackoverflow.com/questions/17975471/selenium-with-scrapy-for-dynamic-page
Another example: http://stackoverflow.com/questions/10648644/executing-javascript-submit-form-functions-using-scrapy-in-python
Now completed via Selenium
The crawler should follow this link repeatedly and crawl the results from those pages as well. Following this down to the end should provide coverage of most of what's needed.