cinemark.com API: get_showtimes
www.cinemark.com via Parse · entertainment
Returns session-level showtimes for a specific theater. Each showtime includes movie name, session ID, date/time, format, and accessibility attributes. Identify the theater by slug (theater_id from get_theaters) or by display name (theater_name for fuzzy case-insensitive lookup). When theater_name matches multiple theaters, returns a disambiguation list instead of showtimes. Results include the numeric theaterId and movieId needed by get_ticket_prices. Access Cinemark US theater locations, movie catalog, showtimes, and ticket prices. Fulfilled by Parse from www.cinemark.com.
- ecommerce
- entertainment
- parse
- platform-key
- travel
- www-cinemark-com
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/419c732a-574b-40b8-a153-54dce7810331/get_showtimes
- Interface artifact
- sha256:20a067a0842ff02c01e3a5242750b9e1b9b27d4afbd9d30cdf2cf8523210427b
- Manifest digest
- sha256:4d2da26d743908de74981a91281a2e87cf0cbc40401c48a961bdcdfc210875f5
Request fields
- date (string): Date in YYYY-MM-DD format. Omitting returns today's showtimes.
- theater_id (string): Theater path slug from get_theaters id field (e.g. va-fairfax/cinemark-fairfax-corner-and-xd). Either theater_id or theater_name is required.
- theater_name (string): Theater display name for fuzzy case-insensitive lookup (e.g. Cinemark Fairfax Corner and XD). Either theater_id or theater_name is required.
Example queries
- {"date":"2026-07-20","theater_id":"va-centreville/cinemark-centreville","theater_name":"Cinemark Fairfax Corner and XD"}