Browse current video game deals and price comparisons across stores.
dealspassing, 0.7s/v1/games:cheapshark/deals5m cache4 paramschecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("games:cheapshark", "deals", {
"storeID": "1",
"upperPrice": 15,
"limit": 20,
"title": "hades"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/games:cheapshark/deals?storeID=1&upperPrice=15&limit=20&title=hades" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/games:cheapshark/dealsList active game deals with pricing and store info.storeIDstringoptionalupperPricenumberoptionallimitnumberoptionaltitlestringoptionalcurl -X GET "https://api.zpi.web.id/v1/games:cheapshark/deals?storeID=1&upperPrice=15&limit=20&title=hades" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"ok": true,
"count": 4,
"deals": [
{
"thumb": "https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/826460/capsule_231x87.jpg?t=1523540778",
"title": "The Road to Hades",
"dealID": "J15L4mTo%2FJrwyApplr1Pdc4McK8jq2bNMqaOLK3Kb1A%3D",
"dealUrl": "https://www.cheapshark.com/redirect?dealID=J15L4mTo%2FJrwyApplr1Pdc4McK8jq2bNMqaOLK3Kb1A%3D",
"savings": 0,
"storeID": "1",
"isOnSale": false,
"salePrice": "0.99",
"steamAppID": "826460",
"normalPrice": "0.99",
"releaseDate": "2018-04-12T00:00:00.000Z",
"metacriticScore": "0",
"steamRatingText": "Mixed",
"steamRatingPercent": "56"
},
{
"thumb": "https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1194940/capsule_231x87.jpg?t=1588257230",
"title": "Tower of Shades",
"dealID": "kGg4stI70jqzeFaeC4lijTXWv95CHHldWgi3%2FAtV3hM%3D",
"dealUrl": "https://www.cheapshark.com/redirect?dealID=kGg4stI70jqzeFaeC4lijTXWv95CHHldWgi3%2FAtV3hM%3D",
"savings": 0,
"storeID": "1",
"isOnSale": false,
"salePrice": "1.99",
"steamAppID": "1194940",
"normalPrice": "1.99",
"releaseDate": "2020-01-15T00:00:00.000Z",
"metacriticScore": "0",
"steamRatingText": "Positive",
"steamRatingPercent": "82"
},
{
"thumb": "https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1678140/capsule_231x87.jpg?t=1773777581",
"title": "Shades of Sakura",
"dealID": "PT30BAPymcsWIhRO2QaG3NcgffF9FpfXNzwAEpqxog8%3D",
"dealUrl": "https://www.cheapshark.com/redirect?dealID=PT30BAPymcsWIhRO2QaG3NcgffF9FpfXNzwAEpqxog8%3D",
"savings": 0,
"storeID": "1",
"isOnSale": false,
"salePrice": "1.99",
"steamAppID": "1678140",
"normalPrice": "1.99",
"releaseDate": "2021-07-22T00:00:00.000Z",
"metacriticScore": "0",
"steamRatingText": "Mixed",
"steamRatingPercent": "69"
},
{
"thumb": "https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/653020/capsule_231x87.jpg?t=1698412079",
"title": "Lumins and Shades",
"dealID": "LlaWXMF6itLoNWoggHSsl5qAnPJ7vbMIEY13CV%2BLx6Q%3D",
"dealUrl": "https://www.cheapshark.com/redirect?dealID=LlaWXMF6itLoNWoggHSsl5qAnPJ7vbMIEY13CV%2BLx6Q%3D",
"savings": 0,
"storeID": "1",
"isOnSale": false,
"salePrice": "14.99",
"steamAppID": "653020",
"normalPrice": "14.99",
"releaseDate": "2023-10-27T00:00:00.000Z",
"metacriticScore": "0",
"steamRatingText": null,
"steamRatingPercent": "0"
}
]
}