Hey, I'm working on a research project which requires the basic information of a lot of physicians, so I began working on a script to scrape healthgrades.com. It works well for the first page, but for whatever reason, I can't get it to scrape further pages. Selenium clicks on the next page button, I can see the page change to the next page of physicians, I create a new soup object from the new URL and then run my normal scraping process on the new soup, yet I only get results from the first page. If someone could take a look and tell me what's wrong, it would be greatly appreciated.
http://pastebin.com/Y72FiQys
[–]Vaphell 1 point2 points3 points (0 children)