Integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.
No reviews yet. Be the first to review!
Sign in to join the conversation
Search for movies by title or keywords. Input: query (string): Search query. Returns: List of movies with titles, release years, IDs, ratings, and overviews.
Get movie recommendations based on a movie ID. Input: movieId (string): TMDB movie ID. Returns: Top 5 recommended movies with details.
Get trending movies for a specified time window. Input: timeWindow (string): Either 'day' or 'week'. Returns: Top 10 trending movies with details.