Jovian
Sign In

Web Scraper

TV SHOWS WEB SCRAPER

Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. It is about downloading structured data from the web, selecting some of that data, and passing along what you selected to another process.

The idea is to go through a website of interest and, using special python programming libraries, extract relevant data/information that can be presented as a DataFrame.

Project Objective

This web scraping project explores the 200 most popular TV Shows on themoviedb.org in descending order. One challenge is that we will have to parse in several pages to extract these informations as all 200 TV Shows are not on the same web page.

Below are the steps i will be taking:

  1. download the web page using requests library.

  2. parse the HTML source code using BeautifulSoup.

  3. Extract show name, release date and web link.

  4. Get links and information of 9 other pages to complete 200 TV shows.

  5. Create a Dataframe and save the information as a CSV file.

  6. Get info about a TV series using its web link.

  7. Create a dataframe containing some TV Show's details.

  8. Scrape all shows and create their csv files containing some of their info.

  9. Create a folder to store all the created csv files.

I will extracting the below information for each TV Show.

  • creator
  • description
  • genre
  • viewer age suitability
  • Top casts

themoviedb.png

sulenas
Sule Nasiru Ogebe6 months ago