# Track Epic Free Games in the US

**Use case:** 

Export current and upcoming Epic Games Store free games in the US with prices, product URLs, and promotion windows.

## Input

```json
{
  "countries": [
    "US"
  ],
  "locale": "en-US",
  "includeNonDiscounted": false,
  "includeUpcomingPromotions": true,
  "maxItemsPerCountry": 100
}
```

## Output

```json
{
  "country": {
    "label": "Country"
  },
  "title": {
    "label": "Title"
  },
  "seller": {
    "label": "Seller"
  },
  "currency": {
    "label": "Currency"
  },
  "originalPrice": {
    "label": "Original"
  },
  "discountPrice": {
    "label": "Discount"
  },
  "isCurrentlyFree": {
    "label": "Free now"
  },
  "hasUpcomingFreePromotion": {
    "label": "Free upcoming"
  },
  "promotionStart": {
    "label": "Promo starts"
  },
  "promotionEnd": {
    "label": "Promo ends"
  },
  "productUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Epic Games Store Offers API - Free Games, Deals & Prices](https://apify.com/webdata_labs/epic-games-store-offers-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/epic-games-store-offers-api) to learn more, explore other use cases, and run it yourself.