Maoyan: List Movies
Maoyan via Parse · entertainment
List movies currently showing in theaters or coming soon. Returns movie summaries with name, score, stars, release date, poster, and showing info. Now-showing (show_type=NOW_SHOWING) supports offset-based pagination in batches of up to 12. Coming-soon (show_type=COMING_SOON) returns upcoming movies up to the limit. Each MovieSummary exposes a .details() navigation to the full Movie resource. 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_movies
- Interface artifact
- sha256:a5cd4f2186536f8e84137d2d7fa22955e5c42f2b149e0ba3588de756f9208eac
- Manifest digest
- sha256:0cc2bf69d3a2afa5b703bf5c8255a81060aedd9ef3ce315cc3ae7a568e36c633
Request fields
- limit (integer): Maximum number of movies to return.
- offset (integer): Pagination offset for now-showing movies (applies to show_type=1 only). Each page returns up to 12 movies.
- city_id (string): City ID (e.g. 1 for Beijing, 59 for Chengdu).
- show_type (string): Show type filter.: Allowed values: 1, 2
Example queries
- {"limit":"5","offset":"0","city_id":"1","show_type":"1"}