store.epicgames.com API: browse_discounted_games
store.epicgames.com via Parse · entertainment
Browses the Epic Games Store catalog filtered to discounted games only (priceTier=tierDiscounted). Supports the same filtering, sorting, and pagination as browse_games. 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_discounted_games
- Interface artifact
- sha256:93008c3d75e5be57795c196f357226a5779456c88976662db21633d64ec4e49f
- Manifest digest
- sha256:37ae1890f3a4d31631a600a24a10cbb61d362e749bd27d40da457c11facdf0da
Request fields
- tag (string): Genre or tag filter identifier used by the Epic Games Store API. Omitting returns all discounted 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"}