Need movies database scrapper

mrnixdorf

Senior Member
Joined
May 24, 2015
Messages
856
Reaction score
767
Hey guys,

Is there any tools "Free/paid" that can scrape online movies links with their information.

Movie link.
Movie Title.
Movie Description.
Movie Genre
Movie Year.
Movie Quality.

Thank you
 
For something that specific your probably going to need something custom.

What I would do is google around for a pre-ripped database. Some places may even publish them for you.

Then all you need are some handy queries to pull out what you want and your done.

Or even better, just use an API.

IE: https://www.omdbapi.com/
 
I use guessit python script to get the movie/tv show name season, episode etc. from a filename.
Then I use themoviedb api to get all details about the movie/tv show.
IMDB does not have an api, but you can use omdbapi[dot]com if you need IMDB data.
 
Back
Top