zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Games/CheapShark Deals
Logo CheapShark Deals

CheapShark Deals

Browse current video game deals and price comparisons across stores.

Endpoints
1
Requests
1
Updated
3 months ago
For LLMs
llms.txt
Endpoint health18 hours ago
  • dealspassing, 0.7s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/games:cheapshark/deals5m cache4 paramschecking key…
Parameters
storeIDstring

Optional store id. 1=Steam, 7=GOG, 8=Origin, 11=Humble, 25=Epic, etc

upperPricenumber

Max price USD (default 15)

limitnumber

Items returned (default 20, max 60)

titlestring

Optional title fragment to search

·
Response
EXAMPLE
{
  "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"
    }
  ]
}

Code examples

Deals
zpi-sdkrecommended
// 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);
Full SDK reference →
request.sh
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"

Full reference

1 endpoint · plain text
GETDeals/v1/games:cheapshark/dealsList active game deals with pricing and store info.

Parameters

storeIDstringoptional
Optional store id. 1=Steam, 7=GOG, 8=Origin, 11=Humble, 25=Epic, etc
upperPricenumberoptional
Max price USD (default 15)
limitnumberoptional
Items returned (default 20, max 60)
titlestringoptional
Optional title fragment to search

Request

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"

Example response

{
  "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"
    }
  ]
}

Related APIs

More in games

Free Fire Stalker

games/free-fire

Cek username akun Free Fire berdasarkan Player ID.

110 calls·1h cache

Mobile Legends Stalker

games/mlbb

Cek username akun Mobile Legends berdasarkan User ID dan Zone ID.

49 calls·1h cache

Point Blank Stalker

games/point-blank

Cek username akun Point Blank berdasarkan Player ID. FPS PC klasik dari Garena/Zepetto — populer di Indonesia sejak 2009.

3 calls·1h cache

Arena of Valor Stalker

games/aov

Cek username akun Arena of Valor berdasarkan Player ID.

4 calls·1h cache

Genshin Impact Data

games/genshin-data

Access Genshin Impact character information including elements, weapons, and stats.

2 calls·5m cache

PokeAPI

games/pokeapi

Fetch Pokémon data including stats, types, abilities, and sprites.

1 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026