Epic Games Store Free Games avatar

Epic Games Store Free Games

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Epic Games Store Free Games

Epic Games Store Free Games

Epic Games Free Games Scraper retrieves current and upcoming free games from the Epic Games Store via Epic's public promotions API, returning structured details including title, price, seller, images, URL, and a `current_promo` flag to distinguish free-now from upcoming offers.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Share

An Apify actor that lists the games currently free on the Epic Games Store, plus the upcoming free-game promotions.

It calls Epic's public free-games promotions endpoint directly (no browser), can route through Apify Proxy, and returns clean structured records with a current_promo flag so you can tell "free now" from "free soon."

Input

FieldTypeDefaultNotes
countrystringUSTwo-letter country code (availability/pricing).
localestringen-USLocale for titles & descriptions.
promoFilterselectallall, current (free now), or upcoming.
proxyConfigurationproxyApify Proxy onRecommended.

Example input

{
"country": "US",
"locale": "en-US",
"promoFilter": "current",
"proxyConfiguration": { "useApifyProxy": true }
}

Output

{
"id": "e5da2c017d4d4afab9f4c56525b66100",
"title": "Nova Lands",
"description": "Nova Lands is a factory building, exploration, and island management game...",
"seller": "Hypetrain Digital",
"release_date": "2023-06-22T17:00:00.000Z",
"original_price": 19.99,
"discount_price": 0.0,
"currency": "USD",
"categories": ["freegames", "games", "games/edition", "games/edition/base"],
"image": "https://cdn1.epicgames.com/spt-assets/.../nova-lands-offer.png",
"url": "https://store.epicgames.com/p/nova-lands-4d1788",
"current_promo": true
}

current_promo is true when the title is free right now, false when the promotion is upcoming. original_price is the normal price (converted from Epic's integer minor-units, e.g. 199919.99); discount_price is 0.0 while free.

A run summary (counts of free-now vs. upcoming) is written to the key-value store under SUMMARY.