Maoyan: List Cinemas
Maoyan via Parse · entertainment
List cinemas showing a specific movie in a given city. Returns cinema names, addresses, ticket prices, and service tags. The upstream API returns a maximum of 20 cinemas per offset page. Use district_id from get_cinema_filters to narrow results by district. Access Maoyan (猫眼电影) movie data including now-showing and coming-soon movies, movie details, cinema listings, and cinema filter options for Chinese movie theaters. Fulfilled by Parse from www.maoyan.com.
- entertainment
- maoyan
- maps-geo
- parse
- platform-key
- reviews-ratings
- www-maoyan-com
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/e9bfd954-21ee-4c0c-8ba9-f8fe2c8276d5/list_cinemas
- Interface artifact
- sha256:886116d4d1b35ccb3b77933d0bd7c9d0fb96d61d014ff36e49571dd0186dd6ad
- Manifest digest
- sha256:cfa59d43d164f0a0a98ef19dfb061b522a9881cf7364e06cbf999743b8cc152c
Request fields
- day (string): Date in YYYY-MM-DD format. Omitting defaults to today.
- limit (integer): Number of cinemas per page (max 20).
- offset (integer): Pagination offset. Each page returns up to 20 cinemas.
- city_id (string): City ID (e.g. 1 for Beijing, 59 for Chengdu).
- movie_id (string, required): Movie ID to find cinemas for.
- district_id (string): District ID from get_cinema_filters (-1 for all districts).
Example queries
- {"day":"2026-06-11","limit":"5","offset":"0","city_id":"1","movie_id":"1516982","district_id":"-1"}