RAWG Scraper | Video Game Database and Ratings avatar

RAWG Scraper | Video Game Database and Ratings

Pricing

from $19.00 / 1,000 results

Go to Apify Store
RAWG Scraper | Video Game Database and Ratings

RAWG Scraper | Video Game Database and Ratings

Scrape video game data from the RAWG database including titles, genres, platforms, Metacritic scores, release dates, ratings, developers and publishers. Search the full catalog of 500,000+ games to power game discovery apps, market research or gaming datasets

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

ParseForge Banner

🎮 RAWG Video Games Scraper

🚀 Export 500,000+ video games to CSV, Excel, JSON, or XML in seconds. Search by genre, platform, Metacritic score, or release date. No scraping engineering required.

🕒 Last updated: 2026-05-22 · 📊 16 fields per record · 🎮 500,000+ games · 🕹️ 50+ platforms · 🗂️ Genres, ESRB, Metacritic

The RAWG Video Games Scraper connects to the RAWG Video Game Database REST API and returns structured game records with 16 fields each, including title, cover image, release date, ESRB rating, Metacritic score, genres, platforms, and average playtime. The RAWG dataset is the largest publicly accessible video game database, maintained by a global community and cited by Yandex, Discord bots, and Reddit recommendation engines worldwide.

The catalog spans every major console generation from Atari to PlayStation 5, covering PC, mobile, and retro platforms. Every record links directly to the game's RAWG page for attribution and further research.

🎯 Target Audience💡 Primary Use Cases
Game developers, market analysts, journalists, data scientists, gaming platforms, content teams, academic researchersGame catalog enrichment, competitive analysis, genre trend mapping, recommendation engine training data, content generation, store listings

📋 What the RAWG Video Games Scraper does

Six filtering workflows in a single run:

  • 🔍 Keyword search. Find games by title or keyword (e.g. "Grand Theft Auto", "Witcher", "Zelda").
  • 🗂️ Genre filter. Restrict to one or more genre slugs like action, rpg, strategy, or indie.
  • 🕹️ Platform filter. Scope to specific platform IDs such as 4 (PC), 187 (PS5), or 18 (PlayStation 4).
  • Metacritic range. Return only games with a critic score in a given range (e.g. 80,100 for acclaimed titles).
  • 📅 Date range. Filter by release window using ISO date pairs (e.g. 2023-01-01,2023-12-31).
  • 🔃 Custom ordering. Sort by rating, Metacritic, release date, playtime, relevance, or recently added.

Each record includes image URL, unique ID, slug, release date, user rating, rating count, Metacritic score, average playtime, genres, platforms, ESRB rating, and a direct RAWG URL.

💡 Why it matters: building your own game data pipeline means dealing with authentication, pagination, rate limits, and schema changes. This Actor handles all of that and delivers clean structured data in under a minute. Free API key required - register in 60 seconds at rawg.io.


🎬 Full Demo

🚧 Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded dataset.


⚙️ Input

InputTypeDefaultBehavior
apiKeystringrequiredYour free RAWG API key. Get one at rawg.io/apidocs - sign up takes under a minute.
maxItemsinteger10Records to return. Free Apify plan caps at 10, paid plan at 1,000,000.
searchQuerystring""Search by game title or keyword.
genresstring""Comma-separated genre slugs (e.g. action,rpg). Leave blank for all genres.
platformsstring""Comma-separated platform IDs (e.g. 4,187 for PC and PS5). Leave blank for all platforms.
orderingselect""Sort order. Options: rating, Metacritic, release date, playtime, relevance, recently added.
metacriticRangestring""Filter by Metacritic score range (e.g. 80,100).
datesstring""Release date range in YYYY-MM-DD,YYYY-MM-DD format (e.g. 2023-01-01,2023-12-31).

Example: top-rated action games with Metacritic 85+.

{
"apiKey": "YOUR_RAWG_API_KEY",
"maxItems": 100,
"genres": "action",
"metacriticRange": "85,100",
"ordering": "-metacritic"
}

Example: RPGs released in 2023.

{
"apiKey": "YOUR_RAWG_API_KEY",
"maxItems": 50,
"genres": "rpg",
"dates": "2023-01-01,2023-12-31",
"ordering": "-rating"
}

⚠️ Good to Know: RAWG's free API plan includes up to 20,000 requests per month. Each Actor run uses one request per 20 games collected. For 1,000 games, that is 50 requests. Platform IDs can be found via the RAWG API at https://api.rawg.io/api/platforms?key=YOUR_KEY. Common IDs: PC=4, PlayStation 5=187, Xbox Series S/X=186, Nintendo Switch=7, iOS=3, Android=21.


📊 Output

Each game record contains 16 fields. Download the dataset as CSV, Excel, JSON, or XML.

🧾 Schema

FieldTypeExample
🖼️ imageUrlstring"https://media.rawg.io/media/games/20a/20aa03a10cda45239fe22d035c0ebe64.jpg"
🆔 idinteger3498
🏷️ namestring"Grand Theft Auto V"
🔗 slugstring"grand-theft-auto-v"
📅 releasedstring"2013-09-17"
ratingnumber4.47
🗳️ ratingsCountinteger7391
🏆 metacriticinteger92
⏱️ playtimeinteger74
🗂️ genresstring"Action"
🕹️ platformsstring"PC, PlayStation 5, Xbox One, PlayStation 4, Xbox Series S/X, Xbox 360, PlayStation 3"
🔞 esrbRatingstring"Mature"
🌐 urlstring"https://rawg.io/games/grand-theft-auto-v"
🕐 scrapedAtstring"2026-05-22T00:13:42.251Z"
errorstringnull

📋 Sample Records

Record 1 - Grand Theft Auto V

{
"imageUrl": "https://media.rawg.io/media/games/20a/20aa03a10cda45239fe22d035c0ebe64.jpg",
"id": 3498,
"name": "Grand Theft Auto V",
"slug": "grand-theft-auto-v",
"released": "2013-09-17",
"rating": 4.47,
"ratingsCount": 7391,
"metacritic": 92,
"playtime": 74,
"genres": "Action",
"platforms": "PC, PlayStation 5, Xbox One, PlayStation 4, Xbox Series S/X, Xbox 360, PlayStation 3",
"esrbRating": "Mature",
"url": "https://rawg.io/games/grand-theft-auto-v",
"scrapedAt": "2026-05-22T00:13:42.251Z",
"error": null
}

Record 2 - The Witcher 3: Wild Hunt

{
"imageUrl": "https://media.rawg.io/media/games/618/618c2031a07bbff6b4f611f10b6bcdbc.jpg",
"id": 3328,
"name": "The Witcher 3: Wild Hunt",
"slug": "the-witcher-3-wild-hunt",
"released": "2015-05-18",
"rating": 4.64,
"ratingsCount": 7203,
"metacritic": 92,
"playtime": 43,
"genres": "Action, RPG",
"platforms": "PC, PlayStation 5, Xbox One, PlayStation 4, Xbox Series S/X, Nintendo Switch, macOS",
"esrbRating": "Mature",
"url": "https://rawg.io/games/the-witcher-3-wild-hunt",
"scrapedAt": "2026-05-22T00:13:42.251Z",
"error": null
}

Record 3 - Portal

{
"imageUrl": "https://media.rawg.io/media/games/7fa/7fa0b586293c5861ee32490e953a4996.jpg",
"id": 13536,
"name": "Portal",
"slug": "portal",
"released": "2007-10-09",
"rating": 4.49,
"ratingsCount": 5025,
"metacritic": 90,
"playtime": 4,
"genres": "Action, Puzzle",
"platforms": "PC, Nintendo Switch, Android, macOS, Linux, Xbox 360, PlayStation 3",
"esrbRating": "Teen",
"url": "https://rawg.io/games/portal",
"scrapedAt": "2026-05-22T00:13:42.251Z",
"error": null
}

✨ Why choose this Actor

FeatureWhat it means for you
🌐 500,000+ games coveredThe largest open video game database available via public API
🗂️ 16 structured fieldsImage, rating, Metacritic, ESRB, playtime, genres, platforms - all in one record
📅 Date range filteringPin down any release window from 1970 to tomorrow
Metacritic rangeFilter only the games critics loved - or the overlooked gems
🔃 Flexible orderingSort by relevance, rating, Metacritic, or recency
📤 4 export formatsCSV, Excel, JSON, XML - no conversion scripts needed
🔌 API-ready outputClean JSON schema connects directly to Make, Zapier, and n8n

📈 How it compares to alternatives

ApproachSetup timeMaintenanceData freshnessFields
This Actor2 minutesZeroReal-time16
Manual RAWG API calls30+ minutesPagination, key rotationReal-timeCustom
Static game CSV databasesHoursManual updatesStale (often months old)Varies
Web scraping store pagesHoursBreaks on UI changesReal-timeLimited

🚀 How to use

  1. Get a free RAWG API key at rawg.io/apidocs - registration takes under a minute.
  2. Create a free Apify account - includes $5 in free credits.
  3. Open the Actor on the Apify Console.
  4. Paste your RAWG API key into the apiKey field.
  5. Set filters - genre, platform, date range, Metacritic range, ordering, or a search query.
  6. Set maxItems - 10 for a preview, up to 1,000,000 for a full export.
  7. Click Run and wait a few seconds.
  8. Download your dataset as CSV, Excel, JSON, or XML from the Storage tab.

💼 Business use cases

Game Market Analysis

Track which genres dominate by Metacritic score, compare release cadence across platforms, or identify underserved niches. Export 10,000 games filtered by date range and sort by rating to spot trends in critic reception over time.

Game Catalog Enrichment

Enrich your own game database with RAWG cover images, ESRB ratings, average playtime, and platform lists. Use the slug field to link back to RAWG for attribution and additional detail pages.

Recommendation Engine Training Data

Export structured game records with genres, platforms, and ratings to train or validate content-based recommendation models. The rating and ratingsCount fields give signal on community reception quality.

Content and Journalism

Produce data-driven articles on game trends, publisher output, or platform exclusivity. Filter the 2024 release window, sort by Metacritic, and you have a ranked list of the year's best games in seconds.


🔌 Automating RAWG Video Games Scraper

Connect this Actor to your workflow tools without writing any code:

  • Make (Integromat): Trigger a scenario whenever the Actor completes and send new game records to Airtable, Google Sheets, or Slack.
  • Zapier: Automatically push game data to HubSpot, Notion, or a database whenever a run finishes.
  • n8n: Use the Apify node to run the Actor on a schedule and feed results to any downstream service.
  • Apify Scheduler: Run daily or weekly to keep your game catalog fresh without any manual intervention.

🌟 Beyond business use cases

Academic Research

Map the history of video game genres across decades. Filter by release year and platform to study how the industry evolved from 8-bit consoles to cross-platform releases.

Game Recommendation Bots

Power a Discord or Telegram bot with real game data. Export action games rated above 4.5 with Metacritic over 90 and surface them to users asking for recommendations.

Personal Game Libraries

Export every game on your preferred platform and import it into a personal spreadsheet tracker, Notion database, or Obsidian vault.

Indie Game Discovery

Filter by genres=indie and ordering=-rating to surface hidden gems that critics and community members loved but that never got mainstream attention.


🤖 Ask an AI assistant about this scraper

"What RAWG scraper fields can I use to build a game recommendation system?" "How do I get all PS5 games released in 2024 with a Metacritic score above 80?" "Can I combine genre and platform filters with a date range in this Actor?"

The Actor's structured output is designed for downstream AI and analytics workflows. Every record has consistent field names and types, making it immediately compatible with pandas, OpenAI function calls, and LLM-powered pipelines.


❓ Frequently Asked Questions

❓ Do I need a paid RAWG account? No. The free RAWG API tier includes 20,000 requests per month, which covers roughly 400,000 game records per month at the default page size.

❓ Where do I get a RAWG API key? Visit rawg.io/apidocs, click "Get API Key", and register with an email address. The key appears immediately after filling out a short form.

❓ How many games can I export? On Apify's paid plan, up to 1,000,000 per run. The RAWG database has 500,000+ games total, so a single run can export the entire catalog.

❓ How fresh is the data? The data is fetched in real-time from the RAWG API on every run. No cached or stale records.

❓ What genre slugs can I use? Common slugs: action, adventure, rpg, shooter, strategy, simulation, puzzle, arcade, indie, platformer, sports, racing, fighting, casual, family, massively-multiplayer. For the full list, query the RAWG platforms API.

❓ What platform IDs should I use? Common IDs: PC=4, PlayStation 5=187, PlayStation 4=18, Xbox Series S/X=186, Xbox One=1, Nintendo Switch=7, iOS=3, Android=21, macOS=5, Linux=6. For the full list, query https://api.rawg.io/api/platforms?key=YOUR_KEY.

❓ Can I combine multiple filters? Yes. You can combine genres, platforms, metacriticRange, dates, searchQuery, and ordering in a single run.

❓ What does ordering=-metacritic do? It sorts results from highest to lowest Metacritic score. Use -rating for user ratings, -added for most recently added to RAWG.

❓ Does the Actor handle pagination automatically? Yes. The Actor paginates through results automatically until it reaches maxItems or the end of the dataset.

❓ Is the error field always null? For successful records, yes. If a page fails to load, the Actor pushes a record with the error field populated and continues running.

❓ Can I run this on a schedule? Yes. Use Apify Scheduler or connect via Make/Zapier to run on any interval and keep your dataset current.


🔌 Integrate with any app

The Actor output connects natively with the full Apify integration ecosystem:

Storage and spreadsheets: Google Sheets, Airtable, Notion, Excel
Automation: Make (Integromat), Zapier, n8n, Apify Scheduler
Databases: PostgreSQL, MySQL, MongoDB, Supabase
Analytics: BigQuery, Snowflake, Tableau, Power BI
AI and ML: OpenAI API, Langchain, pandas, Jupyter notebooks
Messaging: Slack, Discord, Microsoft Teams
CMS: Webflow, WordPress, Contentful


ActorWhat it does
Metacritic ScraperScrape critic and user reviews from Metacritic for any game title
IGDB Game Database ScraperStructured game data from the Twitch-owned IGDB API
Steam Store ScraperGame pricing, reviews, and store metadata from Steam

💡 Pro Tip: browse the complete ParseForge collection to find scrapers for hundreds of data sources - all with the same clean output format and zero-maintenance operation.


Data sourced from the RAWG Video Game Database public API (rawg.io). ParseForge does not claim ownership of any game data or images. All data is attributed to RAWG per their Terms of Service. For commercial use exceeding 100,000 monthly active users, contact api@rawg.io for commercial licensing.