A web scraper built with Python and Beautiful Soup that collects movie review data from IMDb.
- Python
- Beautiful Soup
- Requests
- JSON
- Python 3
- Beautiful Soup
- Requests
- Clone the repository
Copy code
git clone https://github.com/adabarbulescu/IMDb-Reviews-Scraping.git
- Navigate to the directory
Copy code
cd IMDb-Reviews-Scraping
- Run the script
Copy code
python main.py
- The review data will be saved in a JSON file called
review_data.json
in the project directory.
The script may take a while to run as it is scraping a large amount of data from multiple pages.
Implement the feature to automatically scrape additional reviews by pressing the "Load more" button on review pages