Skip to content

Avadhoot1905/Web-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Top 250 Movies Scraper

Overview

This project is a simple web scraper that retrieves the names of the top movies from IMDb's Top 250 movies page. It utilizes Python's requests library to fetch the webpage content and BeautifulSoup to parse the JSON-LD structured data.

Features

  • Fetches the top movies from the IMDb website.
  • Extracts movie names from the JSON-LD data.
  • Saves the movie names to a text file (names.txt).

Technologies Used

  • Python 3
  • requests library
  • BeautifulSoup from bs4 library
  • JSON parsing

Installation

  1. Clone this repository:
    git clone https://github.com/Avadhoot1905/Web-scrapper.git
    

All data and content used in this project belong to IMDb and are used here for educational purposes only. The author does not encourage anyone to use this module for any illegal or un-ethical project/purpose.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published