GG: Get Deals
GG via Parse · ecommerce
List game deals with sorting and filtering options. Returns paginated results of current deals across stores. Each deal includes the game name, current and original price, discount percentage, store information, and whether it is a historical low. When currency is set to 'PLN', prices are displayed in Polish Zloty. API to search games, browse deals, and get detailed price information and history from GG.deals. Fulfilled by Parse from gg.deals.
- ecommerce
- entertainment
- gg
- gg-deals
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f8279109-dfa1-45a0-bc90-5d88dca62914/get_deals
- Interface artifact
- sha256:35a6a6139dba2506349a1cf9f757b17b39db577bc708184c0769ac7427248e82
- Manifest digest
- sha256:eaec633702bd1805e0feb2fef58599297f81ba514ea15bdcb5e83b036103a35f
Request fields
- drm (string): Filter by DRM type (e.g. 'Steam', 'GOG').
- page (integer): Page number for pagination.
- sort (string): Sort order for deals.: Allowed values: date, best, expiry, price
- store (string): Filter by store IDs (comma-separated).
- currency (string): Currency for deal prices. Set to 'PLN' to display prices in Polish Zloty. Omitting returns prices in the default currency (USD).
- platform (integer): Filter by platform ID. Accepted values: 1 (PC), 2 (Xbox), 3 (PlayStation), 4 (Switch).
- max_price (number): Maximum price filter.
- min_price (number): Minimum price filter.
- min_discount (integer): Minimum discount percentage filter.
Example queries
- {"page":"1","sort":"date"}