This repo is for
- Scraping content on IMDB website
- REST API for content of IMDB
a) Static data - hosted on MongoDB
b) Dynamic data - scraping from Imdb on Request
Link for API and documentation: https://imdb-rest-api.herokuapp.com/
Download Content |
---|
Image downloader |
Video downloader |
Pages dowloader |
Reviews downloader |
Tv series dowloader |
movie dowloader |
- Download all Reviews of Movie/Tv Series by Imdbd ID
- Download Images by Imdbd ID
- Download All Images of movie/Tv by Imdbd ID
- Download videos by Imdbd ID
- Download all videos of movie by Imdbd ID
- Download Movie data by list of Imdbd IDs from csv file
- Download Movie data from list of csv files placed in a folder.
- Download Tv series data by Imdbd ID
- Download all Imdbd IDs by search list url
- Download all movie data by search list url
id --> ImdbId Example - tt4154796 lan --> telugu,tamil,upcoming
Endpoint Methods Rule
--------------------------- ------- --------------------------------------
home GET /
ScrapMovieNow GET /api/livescraper/movie/<id>
SearchById GET /api/imdbid/<id>
SearchImagesById GET /api/images/<id>
genre GET /api/genre/<genre>
movie GET /api/movie/<movie>
scrapeReviewsNow GET /api/livescraper/reviews/<id>
scrapeReviewsNowAndDownload GET /api/livescraper/download/reviews/<id>
scrapeSearchByTitle GET /api/livescraper/title/<title>
scrapeTvshow GET /api/livescraper/tv/<id>
scrapeTvshowAndDownload GET /api/livescraper/download/tv/<id>
trendingIndia GET /api/livescraper/trendingIndia/<lan>