# Latest CheapShark Game Deals

**Use case:** 

Explore Latest with CheapShark Game Deals Scraper - Prices and Savings. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "storeId": "",
  "minimumRating": 0,
  "maxResults": 3
}
```

## Output

```json
{
  "deal_id": {
    "label": "Deal Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "store_id": {
    "label": "Store Id",
    "format": "text"
  },
  "game_id": {
    "label": "Game Id",
    "format": "text"
  },
  "sale_price": {
    "label": "Sale Price",
    "format": "number"
  },
  "normal_price": {
    "label": "Normal Price",
    "format": "number"
  },
  "savings_percent": {
    "label": "Savings Percent",
    "format": "text"
  },
  "metacritic_score": {
    "label": "Metacritic Score",
    "format": "number"
  },
  "steam_rating_percent": {
    "label": "Steam Rating Percent",
    "format": "text"
  },
  "steam_rating_count": {
    "label": "Steam Rating Count",
    "format": "number"
  },
  "deal_rating": {
    "label": "Deal Rating",
    "format": "text"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [CheapShark Game Deals Scraper - Prices and Savings](https://apify.com/benthepythondev/cheapshark-game-deals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/cheapshark-game-deals-scraper) to learn more, explore other use cases, and run it yourself.