/imdb-scraper

Web scraper that can scrape IMDb's movie charts (e.g. Top250 Movies, Most Popular Movies)

Primary LanguagePythonMIT LicenseMIT

IMDb Scraper

For populating personal database. Able to scrape all movies from IMDb chart page like top 250 movies and other pages with similar html structure.

Usage

  1. Change the url link of source = requests.get('https://www.imdb.com/chart/top/') in imdb_scraper.py to any of other charts (e.g. Most Popular Movies or Most Popular TV)
  2. Change the output csv file name as desired
  3. Run python3 imdb_scraper.py (Mac) and python imdb_scraper.py (Windows)

Sample Data