TMDb-Movie-Data-Scraper is a Python-based web scraping tool that extracts detailed information about movies from The Movie Database (TMDb). The tool collects data such as movie name, release date, rating, genre, runtime, overview, and director for movies across multiple pages, and saves the data into an Excel file for easy analysis.
requests librarybeautifulsoup4 librarypandas librarylxml parserClone the repository:
git clone https://github.com/yourusername/TMDb-Movie-Data-Scraper.git
cd TMDb-Movie-Data-Scraper
Install the required libraries:
pip install requests beautifulsoup4 pandas lxml
Run the script to start scraping data:
python scrape_movies.py
The script will generate an Excel file named all_movies_datas.xlsx containing the scraped movie data.
This project is licensed under the MIT License.