Web scraping is about downloading structured data from the web, selecting some of that data, and passing along what you selected to another process. There are plenty of libraries and python tools to implement these automation to data collecting tasks.
I've used Scrapy, Beautiful Soup and urllib3 in this repository.
Refer : Scrapy and Beautiful Soup
This is introductory Scrapy implementation which scrapes the quotes of somme great minds. Courtesy: [http://quotes.toscrape.com]
Searching for the top rated movies?? This could be of some help.
Spider returns the stars, writers , title , rating etc. of the top 250 movies listed on IMDB by making use of Item class
Courtesy : [http://www.imdb.com/chart/top]