CheapShark

API

Free API for Steam/PC game prices, deals, and store data

Visit Website

Overview

The CheapShark API offers RESTful endpoints for accessing real-time PC game prices, deals, store information, and historical price trends (including Steam). Key endpoints include /deals (top current deals), /games (game details by ID), /stores (partner store listings), and /pricehistory (historical data for a game). Responses are JSON-formatted and require no authentication. Use cases include building price trackers, deal aggregators, integrating deal alerts into gaming apps, or creating tools for budget gamers to find the best PC game bargains.

Example Integration (JavaScript)

script.js JS

fetch('https://www.cheapshark.com/api')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON support
  • No Auth required
  • Real-time deals
  • Historical price data
  • Multiple PC store coverage

Frequently Asked Questions

? Is CheapShark free to use?

Yes, the CheapShark API is free for both non-commercial and commercial use with no hidden costs.

? Does it require an API Key?

No, the CheapShark API does not require an API key for accessing its core endpoints.

? What is the response format?

All responses from the CheapShark API are in JSON format, which is easy to parse and integrate into applications.

Top Alternatives

IsThereAnyDeal API Search Google
Steam Web API Compare

People Also Ask about CheapShark

CheapShark vs IsThereAnyDeal APICheapShark vs Steam Web API CheapShark 2025 review

Tool Info

Pricing Free
Category Games & Comics
Platform Public API

Pros

  • Free to use
  • No API key needed
  • Comprehensive game/deal data
  • Regularly updated information

Cons

  • Rate-limited (varies by endpoint)
  • No official SLA
  • Focused primarily on PC/Steam games
  • Minor data delays possible

More Games & Comics Tools