# Export Epic Game Deals

**Use case:** 

Export Epic Games Store free games and discounted offers with prices, discount percentages, sellers, URLs, and promo dates.

## Input

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

## 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.