Instant Gaming Scraper
Pricing
from $15.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
15
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
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
- Create a free Apify account with $5 in credit.
- Open the Instant Gaming Scraper.
- Set your inputs and any filters, then click Start.
- 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.
