Skip to content

A web scraper which takes the current top 1000 movies on IMDB and writes the data about them to a csv file.

Notifications You must be signed in to change notification settings

dlbjames/top1000_imdb_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

top1000_imdb_scraper

A web scraper which takes the current top 1000 movies on IMDB and writes the data about them to a csv file.

Data Included

  • Movie Title
  • Year of Release
  • Runtime in minutes
  • IMDB Rating
  • Metascore
  • Votes
  • Gross in millions

Some Issues

  • Movies with metascores of 0 originally had no metascores and as such 0 is the placeholder value for them.
  • Like most times you web scrape, not all the slots will have values in them since not all the movies report some of the metrics I was lookiing for.

About

A web scraper which takes the current top 1000 movies on IMDB and writes the data about them to a csv file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages