Imdb: Get Full Cast
Imdb via Parse · entertainment
Get the complete cast list for a movie with cursor-based pagination support. Use this when you need all cast members beyond what get_movie_details returns. Each page returns up to 50 cast members with a cursor for the next page. 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_full_cast
- Interface artifact
- sha256:8a3aee0bd1763d89d6a61b37227bfc69ae8f0d71b46f7e2f4cc0778a4544b0a3
- Manifest digest
- sha256:d5d523b9f21e16fd7dd3f4911733e28122fd7dc693b81a27692ebc00ddd9bb83
Request fields
- after (string): Cursor for pagination (from end_cursor of previous response).
- limit (integer): Number of cast members per page (max 50).: Allowed values: 10, 20, 50
- title_id (string, required): IMDb title ID (e.g., tt0816692).: Allowed values: tt0816692, tt1375666, tt0468569, tt0111161, tt0137523
Example queries
- {"after":"bm0wMDA0MjY2L3R0MDgxNjY5Mi9hY3RyZXNz","limit":"10","title_id":"tt0816692"}