Instant Gaming Scraper avatar

Instant Gaming Scraper

Pricing

from $15.00 / 1,000 results

Go to Apify Store
Instant Gaming Scraper

Instant Gaming Scraper

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.

Pricing

from $15.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

1

Monthly active users

11 days ago

Last modified

Share

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 itWhat they scrape Instant Gaming for
Deal huntersWhich games are at their lowest price this week
Market researchersHow discounts vary by platform and region
Game developersWhat competitors charge for similar titles
Price comparison sitesFresh Instant Gaming prices to feed their own tables
Affiliate marketersCurrent 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 keyReads the public catalog directly, no registration or rate limits
Up to 1M productsCollect everything from a single search or category
Deal-ready fieldsPrice, discount, rating, and stock status on every row
Flexible inputUse 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.

FeatureParseForgeUniversal DownloaderUsername Availability Checker ๐Ÿ”
Scrapes Instant Gaming product listingsYesNot listedNot listed
Returns price, discount, and ratingYesNot listedNot listed
Filters by platform, category, and game modeYesNot listedNot listed
Supports direct URL inputYesNot listedNot listed
Exports to CSV, JSON, Excel, or XMLYesNot listedNot 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 collectedApproximate 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

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

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.