Documentation

https://www.imdb.com/title/tt0944947 ----- IMDB Id

download VIDEOS BY Video Id

download All Images BY Movie Id

unstable

Live Scrape IMDB API - Scrapes data from IMDB website on request

Endpoint Methods Rule Example
scrapeReviewsNow GET api/livescraper/reviews/{ImdbId} api/livescraper/reviews/tt0068646
scrapeSearchByTitle GET /api/livescraper/title/{title}?count=20 api/livescraper/title/game?count=20
ScrapMovieNow GET /api/livescraper/movie/{ImdbId} /api/livescraper/movie/tt0068646
scrapeTvshow GET /api/livescraper/tv/{ImdbId} /api/livescraper/tv/tt0944947
scrapeReviewsNowAndDownload GET /api/livescraper/download/reviews/{ImdbId}?sort=helpfulnessScore&dir=desc&ratingFilter=0 /api/livescraper/download/reviews/tt0944947
scrapeTvshowAndDownload GET /api/livescraper/download/tv/{ImdbId} /api/livescraper/download/tv/tt0944947
trendingIndia GET /api/livescraper/trendingIndia/{lan} /api/livescraper/trendingIndia/telugu lan= telugu,tamil,upcoming
GetVideoUrlByVideoId GET /api/livescraper/download/video/{videoId}} /api/livescraper/download/video/vi1143521817"
GetVideoFileByVideoId GET /api/livescraper/download/video_file?videoId={videoId}} /api/livescraper/download/video_file?videoId=vi1143521817"

Static IMDB Data

Endpoint Methods Rule Example
SearchById GET /api/imdbid/{imdbid} /api/imdbid/tt2631186
Search Movie by Name GET /api/movie/{movie} /api/movie/king
SearchImagesById GET /api/images/{ImdbId} /api/images/tt2631186
Search by genre GET /api/genre/{genre}

Kaggle Dataset for 600k International Movies

For Downloading Movie/Tv Lists, Images , All Videos , All Reviews for a movie/Tv clone :

my github here