GG: Get Game Price History
GG via Parse · ecommerce
Get the historical price chart data for a specific game. Returns retail and keyshop price history data points with timestamps, prices, and store names. Either slug or game_id must be provided; if only slug is given, it is used to resolve the game_id first. 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.02 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_game_price_history
- Interface artifact
- sha256:0c4a006db887511f1e3b5d9a454b6514cb2a2c792307bb4bbc5f87138594dfee
- Manifest digest
- sha256:98a1273ee8ec19e53ec0ea2e1d0257e90db126eb03fde329308947407170c8e5
Request fields
- slug (string): The game slug (e.g. 'elden-ring'). Used to resolve game_id if game_id is not provided.
- game_id (string): The numeric game ID (e.g. '119003'). If not provided, slug is used to resolve it.
Example queries
- {"slug":"elden-ring","game_id":"119003"}