⭐ Open Source IMDB Scraper

Powerful movie data extraction tools - completely free and open source!

🚀 View Source Code on GitHub

IMDB API Suite

🚀 IMDB Scraper API Enhanced

Endpoint Method Description Example
Movie Info v2 GET /api/v2/movie/{ImdbId} Try Example
Reviews v2 GET /api/v2/reviews/{ImdbId}?max_pages=5 Try Example
Images v2 GET /api/v2/images/{ImdbId}?max_pages=5 API | Gallery
Videos List v2 GET /api/v2/videos/{ImdbId} Try Example
Video URLs v2 GET /api/v2/video/{VideoId} Try Example
Movies List v2 GET /api/v2/movies?after={cursor} Try Example

🎬 Image Gallery Interactive

Browse and download movie images

🎥 Video Gallery Interactive

Watch trailers, clips and videos

💬 Review Gallery Interactive

Read and analyze movie reviews

📊 Static IMDB Data Database

Pre-cached movie data from our MongoDB database for faster access

Endpoint Method Description Example
Search by ID GET /api/imdbid/{imdbid} Try Example
Search by Name GET /api/movie/{movie} Try Example
Search Images GET /api/images/{ImdbId} Try Example
Search by Genre GET /api/genre/{genre} -

🔗 Resources External

📈 Dataset

Access our comprehensive movie dataset

Kaggle Dataset (600k Movies)

💻 Source Code

Explore the scraper implementations

GitHub Repository

⚠️ Friendly Disclaimer ⚠️

This is a demo playground running on a potato server! 🥔
Hosted on paid Heroku (RIP my wallet 💸) - so please be gentle with the requests! 😅
Perfect for testing, learning, and having fun - but please don't try to scrape the entire IMDB database at once!
Built for education, not world domination