Skip to content

This notebook utilizes Python to seamlessly scrape key details like names, critic scores, release years, and rankings. Simply execute the notebook cells to compile your findings into a handy CSV file, Top_100_Netflix_Shows_data.csv.

Notifications You must be signed in to change notification settings

victorr-ko/Webscrapping-Rotten-Tomatoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Netflix Top 100 Shows Scraper

Overview

This Notebook scrapes Rotten Tomatoes' editorial list of the "Top 100 Best Netflix Shows and Movies to Binge-Watch Now" for December 2023. It extracts information such as the name, critic score, release year, and ranking for each show/movie and saves the data into a CSV file.

Additional Features

  • The notebook also includes a loop to scrape data from multiple pages on the Rotten Tomatoes site. However, due to challenges like repetitive data and data limits, this part of the notebook may require further modification for optimal functionality.

Dependencies

  • BeautifulSoup
  • Requests
  • Pandas

References

Feel free to use and modify this notebook as needed. Happy binge-watching! 🍿📺

About

This notebook utilizes Python to seamlessly scrape key details like names, critic scores, release years, and rankings. Simply execute the notebook cells to compile your findings into a handy CSV file, Top_100_Netflix_Shows_data.csv.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages