nwanduben/Data-collection-using-webscraping

Benjamin Nwandu

Web Scraping for Data Collection

This project uses web scraping techniques to collect data from a website called - justwatch.com The data collected is used for analysis and further processing.

Installation

Before running the code, make sure you have installed the following Python packages:
Requests
BeautifulSoup
Pandas
You can install these packages using pip:
pip install requests beautifulsoup4 pandas from selenium import webdriver

Data Collection

The following website was scraped for data:
The data collected includes:
Movie Titles
Genre
IMDB Ratings
Runtime
Released Year
Tv/Age Ratings
Directors
The data is stored in CSV format.
Like this project

Posted May 1, 2024

Contribute to nwanduben/Data-collection-using-webscraping development by creating an account on GitHub.

Likes

0

Views

11

Building a Movie Recommendation System with Deployment
Building a Movie Recommendation System with Deployment
nwanduben/Top-Movie-Streaming-platform-Analysis
nwanduben/Top-Movie-Streaming-platform-Analysis