Imdb: Get Popular Movies
Imdb via Parse · entertainment
Get the most popular movies from IMDb's Movie Meter chart (https://www.imdb.com/chart/moviemeter/). Returns up to 100 movies ranked by current popularity, with title, poster image, rating, release year, genres, languages, plot, runtime, and content rating. Supports cursor-based pagination via the 'after' parameter. Each page returns up to 'limit' movies. Extract comprehensive movie details from IMDb including overview, ratings, genres, cast, crew, and financial data using IMDb's GraphQL API. Fulfilled by Parse from imdb.com.
- entertainment
- imdb
- imdb-com
- parse
- platform-key
- reviews-ratings
- streaming-video
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/fe7b024f-ea0d-489a-b060-6f5bda26ccb7/get_popular_movies
- Interface artifact
- sha256:57fec867318aa5b6e60a39845add025e0c6a9ad4711944d3f7483237bc96018d
- Manifest digest
- sha256:017acbe7224fd5857879394406dc8d4b14394664cbd15debd35d619296117f98
Request fields
- after (string): Cursor for pagination (from end_cursor of previous response).
- limit (integer): Number of movies per page (max 100).: Allowed values: 10, 20, 50
Example queries
- {"limit":"10"}