# Find survival crafting games on Steam

**Use case:** 

Export Steam Store records for survival crafting games with prices, genres, platforms, and release dates.

## Input

```json
{
  "searchTerms": [
    "survival crafting"
  ],
  "appIds": [],
  "maxItems": 20,
  "country": "US",
  "language": "english",
  "includeDescriptions": true,
  "includeScreenshots": false,
  "includeDlc": false,
  "includeReviewsSummary": false
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "integer"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "appType": {
    "label": "App type",
    "format": "string"
  },
  "url": {
    "label": "Store URL",
    "format": "string"
  },
  "isFree": {
    "label": "Free to play",
    "format": "boolean"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "discountPercent": {
    "label": "Discount percent",
    "format": "integer"
  },
  "releaseDate": {
    "label": "Release date",
    "format": "string"
  },
  "developers": {
    "label": "Developers",
    "format": "array"
  },
  "publishers": {
    "label": "Publishers",
    "format": "array"
  },
  "genres": {
    "label": "Genres",
    "format": "array"
  },
  "platforms": {
    "label": "Platforms",
    "format": "object"
  },
  "metacriticScore": {
    "label": "Metacritic score",
    "format": "integer"
  },
  "recommendationsTotal": {
    "label": "Recommendations",
    "format": "integer"
  },
  "reviewSummary": {
    "label": "Review summary",
    "format": "string"
  },
  "headerImage": {
    "label": "Header image",
    "format": "string"
  },
  "sourceSearchTerm": {
    "label": "Source search term",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Steam Store Games Scraper](https://apify.com/fetch_cat/steam-store-games-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/steam-store-games-scraper) to learn more, explore other use cases, and run it yourself.