# En Instant Gaming

**Use case:** 

Extract Instant Gaming data filtered by en. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "language": "en",
  "searchQuery": "strategy",
  "platformType": "Steam",
  "inStockOnly": true,
  "maxPrice": 20
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "id": {
    "label": "ID"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "platform": {
    "label": "Platform"
  },
  "platformType": {
    "label": "Platform Type"
  },
  "region": {
    "label": "Region"
  },
  "productType": {
    "label": "Type"
  },
  "currentPrice": {
    "label": "Price (EUR)"
  },
  "currentPriceFormatted": {
    "label": "Price"
  },
  "retailPrice": {
    "label": "Retail Price"
  },
  "discountPercent": {
    "label": "Discount %"
  },
  "savings": {
    "label": "Savings"
  },
  "inStock": {
    "label": "In Stock"
  },
  "releaseDate": {
    "label": "Release Date"
  },
  "rating": {
    "label": "Rating"
  },
  "categories": {
    "label": "Categories"
  },
  "isDlc": {
    "label": "DLC"
  },
  "isPreorder": {
    "label": "Preorder"
  },
  "isFreeToPlay": {
    "label": "F2P"
  },
  "badges": {
    "label": "Badges"
  },
  "isWorldwide": {
    "label": "Worldwide"
  },
  "updatedAt": {
    "label": "Updated"
  },
  "scrapedTimestamp": {
    "label": "Scraped"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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