Skip to content

A simple scrapper written using BeautifulSoup website scrapping python library to generate the list of 5000 IMDB top rated movies along with some meta information about movie.

Notifications You must be signed in to change notification settings

uyathiraj/IMDB-WebScrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMDB Website scrapper

A simple scrapper written using BeautifulSoup website scrapping python library to generate the list of 5000 IMDB top rated movies along with some meta information about movie.

Program crawls throgh webiste http://www.imdb.com/search/title and generates an excel with following details

  • ID - Ranking of movie
  • Name - Movie name
  • Year - Year of release.
  • Genre - Genre of movie
  • Rating - IMDB rating of movie.
  • Description - Description about the movie.
  • Image - Link to the image banner/poster

Platform used to develop https://colab.research.google.com/

Libraries used

  • BeautifulSoup
  • Pandas
  • Google colab

About

A simple scrapper written using BeautifulSoup website scrapping python library to generate the list of 5000 IMDB top rated movies along with some meta information about movie.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published