Skip to content

IMDb

Mode: 🌐 Public (Browser) · Domain: www.imdb.com

Commands

CommandDescription
opencli imdb searchSearch movies, TV shows, and people
opencli imdb titleGet movie or TV show details
opencli imdb topIMDb Top 250 Movies
opencli imdb trendingIMDb Most Popular Movies
opencli imdb personGet actor or director info
opencli imdb reviewsGet user reviews for a title

Usage Examples

bash
# Search for a movie
opencli imdb search "inception" --limit 10

# Get movie details
opencli imdb title tt1375666

# Get TV series details (also accepts full URL)
opencli imdb title "https://www.imdb.com/title/tt0903747/"

# Top 250 movies
opencli imdb top --limit 20

# Currently trending movies
opencli imdb trending --limit 10

# Actor/director info with filmography
opencli imdb person nm0634240 --limit 5

# User reviews
opencli imdb reviews tt1375666 --limit 5

# JSON output
opencli imdb top --limit 5 -f json

Prerequisites

  • Chrome with Browser Bridge extension installed
  • No login required (all data is public)

Released under the Apache-2.0 License.