This repository contains a Python-based web scraping tool designed specifically to gather detailed data on 140 highly-rated action movies from the popular movie review aggregator website, Rotten Tomatoes.
The primary purpose of this tool is to collect the following information:
- Movie Title
- Released Year
- Rotten Tomatoes Score
- Cast
- Director
- Synopsis
- Critics consensus
The gathered data can be used for various purposes such as data analysis, machine learning, data visualization, etc.
All the scraping steps are explained in a Jupyter notebook and the data extracted can be obtained in the 'data_140_action_movies.csv' file