ParseForge Scrapers

Instant Gaming Scraper

parseforge/instant-gaming-scraper

E-commerceAutomationDeveloper tools

Scrapes Instant Gaming product listings by URL or search filters. Returns price, discount, rating, stock status, platform, and category for each game, DLC, or prepaid card.

Run this scraper See the API call
Total users
15
Monthly active
1
Total runs
523
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Instant Gaming Scraper

Scrape Instant Gaming deals, prices, and discounts for any game, platform, or category, up to a million per run. Every product comes with its current price, discount, rating, and stock status. No login or API key. Export to CSV, JSON, Excel, or XML.

Instant Gaming's catalog is spread across dozens of pages, and the official site has no public API. This Actor reads the public product listings directly, filtered by search term, platform, category, discount, price, or rating, and returns each match in one fixed schema.

Who uses it What they scrape Instant Gaming for
Deal hunters Which games are at their lowest price this week
Market researchers How discounts vary by platform and region
Game developers What competitors charge for similar titles
Price comparison sites Fresh Instant Gaming prices to feed their own tables
Affiliate marketers Current deals to promote in their content

What it does

This Actor collects Instant Gaming product listings by direct URL or search filters, and returns each game, DLC, or prepaid card as a flat row.

  • ๐Ÿ” Search filters: game title, platform, category, product type, region, and game mode.
  • ๐Ÿ’ฐ Deal filters: minimum discount, maximum price, minimum rating, and in-stock only.
  • ๐ŸŒ Language and region: pick from 7 storefront languages and filter by regional availability.
  • ๐Ÿ“Š Flat output: one row per product, ready for CSV, JSON, Excel, or XML export.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Instant Gaming data

๐Ÿ“‰ Track price drops.

A deal hunter runs the Actor daily with minDiscount set to 50 and gets a list of every game half off or more, then shares the best finds.

๐ŸŽฎ Build a platform catalog.

A market researcher filters by platformType Steam and category Strategy to collect all strategy games on Steam, then compares their discounts.

๐ŸŒ Compare regional prices.

A price comparison site runs the Actor for each language and region, then merges the results to show where each game is cheapest.

๐Ÿ›’ Feed an affiliate site.

An affiliate marketer scrapes in-stock games under โ‚ฌ20 with a rating above 80, then writes roundups of the best budget titles.

๐Ÿ“Š Monitor competitor pricing.

A game developer scrapes titles similar to their own game and tracks how competitors price and discount over time.

Why choose this scraper

What you get
No API key Reads the public catalog directly, no registration or rate limits
Up to 1M products Collect everything from a single search or category
Deal-ready fields Price, discount, rating, and stock status on every row
Flexible input Use a URL or combine search, platform, category, and price filters

How it compares

This Actor is built specifically for Instant Gaming product data, while the competitors below are general-purpose tools that do not focus on game deals.

Feature ParseForge Universal Downloader Username Availability Checker ๐Ÿ”
Scrapes Instant Gaming product listings Yes Not listed Not listed
Returns price, discount, and rating Yes Not listed Not listed
Filters by platform, category, and game mode Yes Not listed Not listed
Supports direct URL input Yes Not listed Not listed
Exports to CSV, JSON, Excel, or XML Yes Not listed Not listed

Configure the run

Drive the Actor from a direct Instant Gaming URL or from search filters, and filters run as each product is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

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

A larger pull:

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

Pricing

Pay-per-result: $0.5 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $50.00
1,000 results $500.00
10,000 results $5000.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Instant Gaming Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Instant Gaming through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/instant-gaming-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your filters are not too restrictive. For example, combining minDiscount 80 with maxPrice 5 may return nothing. Try removing one filter at a time.

Why does the Actor ignore my searchQuery?

If you provided a startUrl, the Actor scrapes that URL directly and ignores all API filters. Use either startUrl or the filters, not both.

Why are some products missing from the output?

If inStockOnly is true, out-of-stock products are skipped. Set it to false to include them.

Why did the run stop before reaching maxItems?

The Actor stops when there are no more products matching your filters. Try broadening your search or removing some filters.

Why do I see prices in EUR even though I selected another language?

Prices are always returned in EUR by Instant Gaming. The language setting only changes the storefront language, not the currency.

FAQ

Question Answer
Do I need an Instant Gaming account or API key? No. The Actor reads the public product pages directly, so no login or key is required.
Can I scrape a specific Instant Gaming URL? Yes. Paste any Instant Gaming page URL into startUrl, and the Actor will collect every product listed on that page.
How do I filter by discount? Set minDiscount to the percentage you want, for example 50 for games that are at least 50% off.
Can I filter by platform? Yes. Use platformType to choose Steam, PlayStation Store, Nintendo eShop, and more.
What does inStockOnly do? When set to true, the Actor skips any product that is currently out of stock, so your dataset only contains buyable items.
Can I combine filters? Yes. You can combine searchQuery, platformType, categoryIds, minDiscount, maxPrice, minRating, and more in a single run.
What languages are supported? The Actor supports English, French, German, Spanish, Italian, Brazilian Portuguese, and Polish storefronts.
How many products can I scrape in one run? You can set maxItems up to 1,000,000. The Actor will stop after collecting that many products.
What output formats are available? You can export your results as CSV, JSON, Excel, or XML from the Apify dataset.
Does the Actor handle pagination? Yes. It automatically follows pagination on search and category pages until maxItems is reached or no more products are found.
Can I filter by game mode, like multiplayer or co-op? Yes. Use gameModes to select single-player, multiplayer, co-op, PvP, online co-op, or split-screen.
Is there a way to only get highly rated games? Yes. Set minRating to a value between 0 and 100, for example 80, to only include games rated 80 or higher.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Instant Gaming. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
startUrl string Direct URL to scrape from Instant Gaming. Example: https://www.instant-gaming.com/en/search/?query=strategy. IMPORTANT: This option is mutually exclusive with API filters below. Use EITHER startUrl OR API filters, never both. not set
maxItems integer Maximum number of games to collect per run. 10
language string (7 options) Search language/region for Instant Gaming catalog. IMPORTANT: Only use if NOT using startUrl above. en
searchQuery string Search term to filter games by name or keywords. Leave empty to get all products. Example: 'assassin', 'strategy', 'RPG' strategy
platformType string (11 options) Filter by gaming platform/store Steam
productType string (5 options) Filter by product type not set
categoryIds array Filter by game categories. Multiple categories can be selected not set
inStockOnly boolean Only return products that are currently in stock true
minDiscount integer Filter products with at least this discount percentage. Example: 50 for 50%+ off not set
maxPrice number Filter products under this price in EUR. Example: 20 for games under โ‚ฌ20 20
minRating number Filter products with at least this rating score (0-100). Example: 80 for highly rated games not set
region string Filter by regional availability. Leave empty for all regions. Examples: 'Worldwide', 'Europe', 'US' not set
gameModes array Filter by game modes not set

Pricing

from $15.00 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). $0.12 to $0.5
result Single result in the default dataset. $0.015 to $0.025

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~instant-gaming-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Instant Gaming Scraper on Apify All scrapers