store.epicgames.com API: browse_games
store.epicgames.com via Parse · entertainment
Browses the Epic Games Store catalog with optional filtering and sorting. Returns paginated results with total count. Uses offset-based pagination via start parameter. Browse and discover games on the Epic Games Store, including free games, new releases, featured titles, search, catalog browsing, genres, and news. Fulfilled by Parse from store.epicgames.com.
- ecommerce
- entertainment
- marketplace
- parse
- platform-key
- store-epicgames-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/af5648f3-99a5-49a7-a148-2369345fc030/browse_games
- Interface artifact
- sha256:b4866454b7a3650fffe3cf782f1530e768c2f623d4f5cffff7414dd02459f52d
- Manifest digest
- sha256:679bc754595033e932b96f6cb1d3a7725f68755808d4c1544c083918c1534ea0
Request fields
- tag (string): Genre or tag filter identifier used by the Epic Games Store API. Omitting returns all games.
- count (integer): Number of items to return per page.
- start (integer): Pagination offset (0-based).
- sort_by (string): Sort field.: Allowed values: releaseDate, price, title
- category (string): Category filter path. Common values: 'games/edition/base', 'Game', 'Apps'.: Allowed values: games/edition/base, Game, Apps
- sort_dir (string): Sort direction.: Allowed values: ASC, DESC
Example queries
- {"count":"5","start":"0","sort_by":"releaseDate","category":"games/edition/base","sort_dir":"ASC"}