# Savings CheapShark Game Deals

**Use case:** 

Extract CheapShark Game Deals data filtered by Savings. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchTitle": "",
  "maxItems": 10,
  "sortBy": "Savings",
  "storeID": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "storeName": {
    "label": "🏪 Store",
    "format": "text"
  },
  "salePrice": {
    "label": "💲 Sale",
    "format": "text"
  },
  "normalPrice": {
    "label": "🏷 Normal",
    "format": "text"
  },
  "savingsPercent": {
    "label": "📉 Savings %",
    "format": "text"
  },
  "steamRatingPercent": {
    "label": "👍 Steam %",
    "format": "text"
  },
  "metacriticScore": {
    "label": "🎯 Metacritic",
    "format": "text"
  },
  "dealRating": {
    "label": "⭐ Deal Rating",
    "format": "text"
  },
  "dealUrl": {
    "label": "🔗 Deal",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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