I want to parse a website which contains a list of people and their information, The problem is that the website using ajax loads new and new information as I scroll down the website. I need information of ALL the people.
urllib.open(..).read() does not take care of the scroll down. Can you please suggest me a way to parse all the data.