Movietickets: Get Movie Showtimes
Movietickets via Parse · entertainment
Returns detailed showtimes for a specific movie grouped by theater for a given date and zip code. Each theater includes format variants (Standard, IMAX, Dolby, etc.), amenity details, and individual showtime entries with ticketing URLs. The date parameter should come from get_movie_calendar showtimeDates. Retrieves movie schedules, theater details, and metadata from Fandango (MovieTickets.com). Fulfilled by Parse from movietickets.com.
- entertainment
- maps-geo
- movietickets
- movietickets-com
- parse
- platform-key
- reviews-ratings
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/e10a8363-fbd8-4be1-99a1-ac0dc298ae15/get_movie_showtimes
- Interface artifact
- sha256:826f6d937ab16399d3d8ffaf8a663b773eb90e1efaf04e417734bbee850a2fb9
- Manifest digest
- sha256:b1f4cefe71e6f13276c891841f552f46abfefa4bbd640e7cd46b33dd74204fcd
Request fields
- date (string, required): The date for showtimes in YYYY-MM-DD format (from get_movie_calendar showtimeDates).
- movie_id (string, required): The numeric Fandango movie ID (from get_now_playing_movies or get_coming_soon_movies results).
- zip_code (string, required): 5-digit US zip code for theater lookup.: Allowed values: 10001, 90210, 60601
Example queries
- {"date":"2026-08-20","movie_id":"243819","zip_code":"10001"}