How to scrape the next pages in python using Beautifulsoup
问题 Suppose I am scraping a url http://www.engineering.careers360.com/colleges/list-of-engineering-colleges-in-India?sort_filter=alpha and it contents no of pages which contains the data which I want to scrape. So how can I scrape the data of all the next pages. I am using python 3.5.1 and Beautifulsoup. Note: I can't use scrapy and lxml as it is giving me some installation error. 回答1: Determine the last page by extracting the page argument of the "Go to the last page" element. And loop over