Movietickets: Get Movie Calendar
Movietickets via Parse · entertainment
Returns available showtime dates for a specific movie near a given zip code. The returned dates (YYYY-MM-DD strings) are used with get_movie_showtimes to retrieve actual showtime listings. Requires both the movie slug and movie_id from get_now_playing_movies. 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_calendar
- Interface artifact
- sha256:bb895af3846ce7f27bfbe698e197f0b76695dbc31f33c52c1f51760017517dc2
- Manifest digest
- sha256:d8050c1220f789b777267c5d2809ba17a1a93c687305b25b8cdff4fa0ffb1abb
Request fields
- slug (string, required): The URL slug for the movie title (from get_now_playing_movies results, e.g. 'scary-movie-2026').
- 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 to check availability for.: Allowed values: 10001, 90210, 60601
Example queries
- {"slug":"spider-man-brand-new-day-2026","movie_id":"243819","zip_code":"10001"}