zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Games/CheapShark Deals
Logo CheapShark Deals

CheapShark Deals

Browse current video game deals and price comparisons across stores.

1 endpoint1 endpoint on this scraper1 calls1 calls so farupdated 4 months agoLast updated 5/27/2026, 1:16:44 PMllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Deals

List active game deals with pricing and store info.

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

Deals
index.ts
// 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);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Deals/v1/games:cheapshark/deals
4 params

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.zapi.ink/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

gamesfree-fire

Cek username akun Free Fire berdasarkan Player ID.

132132 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Mobile Legends Stalker

gamesmlbb

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

5454 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Arena of Valor Stalker

gamesaov

Cek username akun Arena of Valor berdasarkan Player ID.

44 calls so far1hResponses cached for 1h

Point Blank Stalker

gamespoint-blank

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

44 calls so far1hResponses cached for 1h

Genshin Impact Data

gamesgenshin-data

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

22 calls so far5mResponses cached for 5m

Honkai Star Rail Data

gameshsr-data

Access Honkai Star Rail character information including paths, elements, and stats.

11 calls so far5mResponses cached for 5m
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.