Clueless-Community / scrape-up

A web-scraping-based python package that enables you to scrape data from various platforms like GitHub, Twitter, Instagram, or any useful website.
https://pypi.org/project/scrape-up/
MIT License
251 stars 242 forks source link

Scrape IMDb website #239

Closed Shreyg-27 closed 1 year ago

Shreyg-27 commented 1 year ago

Is your feature request related to a problem? Please describe. IMDb (Internet Movie Database) is a popular online database that provides information about movies, TV shows, actors, directors, and other related content. It is one of the most comprehensive sources of information about films and television series. Scraping data from IMDb using Python can be used for data analysis.

Describe the solution you'd like I would like to scrape data from : 1) https://www.imdb.com/search/title/?count=100&groups=top_1000&sort=user_rating 2) https://www.imdb.com/chart/top/

Shreyg-27 commented 1 year ago

Hi @nikhil25803 ! I have raised this issue under gssoc'23. It would be great if you could assign this issue to me. Thank you.

nikhil25803 commented 1 year ago

Great Idea @Shreyg-27 Note

This returns the JSON format data of the movie of which the instance has been created.

RobertDowneyJrTonyStarkGIF

Good Luck with the issue :))