Skip to content

muscak/web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

TMDB Scraping

Objective

In this project, I aimed to collect the information of the movies with the highest ratings from The Movie Database. I will extract data from themoviedb.org site using Python's request library, make this data readable with the BeautifulSoup library, then store it in a DataFrame and save it in a .csv file with the help of the Pandas library.

Website

The data is collected from The Movie Database (TMDB) which is a community built movie and TV database. Since my focus was on the top rated movies, I scraped Top Rated Movies page.

Dataset

Details can be found here.

Releases

No releases published

Packages

No packages published

Languages