API v1 · JSON + iframe
Fetch live PC deals through a keyless JSON API, or embed a CheapShark-backed price card on your site.
Read-only, no authentication, no cookies. Responses may be cached for five minutes.
curl 'https://www.gamethereany.com/api/public/deals?limit=10&sort=savings&min_savings=70'const response = await fetch(
'https://www.gamethereany.com/api/public/deals?limit=10&sort=savings'
)
if (!response.ok) throw new Error(`Deals API: ${response.status}`)
const { items } = await response.json()import requests
response = requests.get(
"https://www.gamethereany.com/api/public/deals",
params={"limit": 10, "sort": "savings"},
timeout=10,
)
response.raise_for_status()
items = response.json()["items"]<iframe
src="https://www.gamethereany.com/embed/game/612"
width="100%"
height="164"
style="max-width:420px;border:0"
loading="lazy"
title="Live PC game price — GameThereAny"
></iframe>{
"version": "v1",
"generatedAt": "2026-07-28T12:00:00.000Z",
"count": 1,
"docs": "https://www.gamethereany.com/api-docs",
"items": [{
"title": "Cyberpunk 2077",
"slug": "cyberpunk-2077",
"detailUrl": "https://www.gamethereany.com/games/cyberpunk-2077?utm_source=public_api&utm_medium=api&utm_campaign=deals_v1",
"currentPrice": 19.79,
"retailPrice": 59.99,
"savingsPct": 67,
"currency": "USD",
"store": { "id": "1" },
"cheapsharkDealId": "abc123",
"cheapsharkGameId": "612",
"steamAppId": "1091500"
}]
}429 includes Retry-After.*; credentials are never accepted.Apply for setup support and attribution reporting.
Partner program