RAWG Video Games Scraper avatar

RAWG Video Games Scraper

Pricing

from $19.00 / 1,000 results

Go to Apify Store
RAWG Video Games Scraper

RAWG Video Games Scraper

Scrapes video game listings from the RAWG API. Returns each game as a flat row with title, rating, genres, platforms, Metacritic score, release date, and more.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

ParseForge

RAWG Video Games Scraper

Scrape video game data from RAWG, the largest game database, with ratings, genres, platforms, and Metacritic scores. Get up to a million games per run, filtered by search, genre, platform, score, and release date. No login beyond a free API key. Export to CSV, JSON, Excel, or XML.

RAWG's official API requires a key and has rate limits, but it is the richest public source of game metadata. This Actor queries the RAWG API directly, applies your filters as it reads, and returns each game as one flat row. You get titles, ratings, genres, platforms, Metacritic scores, release dates, and more, ready for analysis.

Who uses itWhat they scrape RAWG for
Game developersResearching competitor titles and genre trends
Market analystsTracking game releases and ratings over time
Content creatorsBuilding lists of top-rated games by platform
Data scientistsTraining models on game metadata and scores

What it does

This Actor collects video game listings from the RAWG API and returns each game as a flat row with its metadata.

  • ๐ŸŽฎ Game search: Find games by title or keyword, like "Grand Theft Auto" or "Witcher".
  • ๐Ÿท๏ธ Genre and platform filters: Narrow results by genre slugs (action, rpg) and platform IDs (PC, PlayStation).
  • โญ Score filters: Filter by Metacritic range, e.g. 80 to 100 for critically acclaimed games.
  • ๐Ÿ“… Release date range: Limit to games released between two dates, like 2023-01-01 and 2023-12-31.
  • ๐Ÿ”ข Flexible ordering: Sort by relevance, rating, Metacritic, release date, or playtime, ascending or descending.

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

What you can do with RAWG data

๐Ÿ“Š Analyze game market trends.

A market analyst runs the Actor with a date range and genre filter to see which game types are releasing most and how their ratings trend.

๐ŸŽฏ Build a recommendation engine.

A developer scrapes top-rated games by Metacritic score and platform to seed a recommendation system with high-quality titles.

๐Ÿ“ Create content lists.

A blogger pulls all games with a Metacritic score above 90 from the last year to write a "best of" article.

๐Ÿงช Train a machine learning model.

A data scientist collects thousands of game records with genres, platforms, and scores to train a genre classifier.

Why choose this scraper

What you get
One flat row per gameEvery game comes with its title, rating, genres, platforms, Metacritic score, release date, and more, ready for spreadsheets.
Up to a million gamesSet maxItems as high as 1,000,000 to pull a massive dataset in a single run.
Free API keySign up at RAWG in under a minute, no credit card required, and paste your key into the input.
Export anywhereDownload results as CSV, JSON, Excel, or XML, or push them to any Apify integration.

How it compares

No other Store actor targets RAWG the same way, so the honest comparison is with the alternatives teams actually weigh.

RAWG Video Games ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When RAWG changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor with a search query, genre slugs, platform IDs, Metacritic range, and release date range, alone or together, and filters run as each game is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

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

Results collectedApproximate cost
100 results$2.10
1,000 results$21.00
10,000 results$210.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 RAWG Video Games 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 RAWG 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/rawg-scraper"

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

Troubleshooting

Why am I getting no results?

Check your filters. If you set a search query, genre, platform, Metacritic range, or date range that is too narrow, no games may match. Try removing filters one by one to see which one is causing the issue.

Why do I get an authentication error?

Make sure your RAWG API key is correct and has not expired. You can get a new key at https://rawg.io/apiv2-docs. Also check that the key is pasted without extra spaces.

Why is the run slow?

The RAWG API has rate limits, so the Actor may slow down if you request many games. Reduce maxItems or add filters to narrow the request. The Actor automatically retries on rate limit errors.

Why are some fields empty?

Not all games have every field. For example, some games may not have a Metacritic score or a release date. That is normal and the field will be empty in the output.

FAQ

QuestionAnswer
Do I need a RAWG API key?Yes, you need a free API key from RAWG. Sign up at https://rawg.io/apiv2-docs, it takes under a minute and no credit card is required. Paste the key into the apiKey input field.
What is the maximum number of games I can scrape?You can set maxItems up to 1,000,000 games per run. The RAWG API may have its own rate limits, but the Actor handles pagination automatically.
Can I filter by genre and platform?Yes, use the genres and platforms inputs. Genres are comma-separated slugs like "action,rpg". Platforms are comma-separated IDs like "4,5" for PC and macOS. Leave blank for all.
How do I filter by Metacritic score?Use the metacriticRange input with a comma-separated range, like "80,100" for scores between 80 and 100. This returns only games with a Metacritic score in that range.
Can I sort the results?Yes, use the ordering input. Options include relevance, rating, Metacritic score, release date, and playtime, each ascending or descending.
What data fields are returned for each game?Each game row includes fields like title, rating, genres, platforms, Metacritic score, release date, and more. The exact fields are shown in the sample output.
Is there a limit on how often I can run the Actor?No, you can run it as often as you like. The only limit is the RAWG API rate limit, which is generous for free keys.
Can I export the data to Excel?Yes, the Actor supports export to CSV, JSON, Excel, and XML. You can also push data to any Apify integration like Google Sheets or a database.

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