Video Game Database Scraper avatar

Video Game Database Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Video Game Database Scraper

Video Game Database Scraper

Search and explore structured video game metadata from Wikidata, 500K+ games with developer, publisher, platform, genre, release year, and description data. No API key needed.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

Explore a comprehensive video game knowledge base with 500,000+ games across hundreds of platforms. Extract game titles, genres, developer and publisher details, platform availability, release years, and descriptions — all sourced from Wikidata, the world's largest open knowledge base, with no API key required.

What you get

  • Game search — find games by title with full metadata including genres, platforms, developers, and release year
  • Game details — complete game profiles for a specific Wikidata game entity
  • Platform browse — discover games released on a specific platform
  • Recent releases — track newly added or updated games sorted by publication date

Modes

ModeDescription
searchGamesSearch for games by title
gameDetailsFull game profile for a specific Wikidata game ID
byPlatformBrowse games for a specific platform
recentReleasesGet recently published games

Example inputs

Search for Mario games:

{
"mode": "searchGames",
"query": "mario",
"maxItems": 10
}

Get detailed info for a specific game (Super Mario Bros.):

{
"mode": "gameDetails",
"wikidataId": "Q1075592",
"maxItems": 1
}

Browse Nintendo Switch games:

{
"mode": "byPlatform",
"platform": "Nintendo Switch",
"maxItems": 20
}

Search with filters:

{
"mode": "searchGames",
"query": "zelda",
"platform": "Nintendo Switch",
"genre": "action-adventure game",
"fromYear": 2017,
"toYear": 2024,
"maxItems": 20
}

Recent releases:

{
"mode": "recentReleases",
"maxItems": 20
}

Output fields

FieldTypeDescription
recordTypestringAlways "game"
wikidataIdstringWikidata Q-identifier (e.g. Q1075592)
wikidataUrlstringDirect link to the Wikidata game page
titlestringGame title
descriptionstringShort editorial description
releaseYearintegerYear of initial release
developerstringPrimary developer
developersarrayAll known developers
publisherstringPrimary publisher
publishersarrayAll known publishers
platformsarrayPlatforms the game was released on
initialPlatformstringFirst listed platform
genresarrayGame genres (e.g. ["platform game", "action game"])
officialWebsitestringOfficial game website URL
coverImageUrlstringCover or promotional image URL
scrapedAtstringISO timestamp of scrape

Supported platforms

ValuePlatform
WindowsWindows PC
PlayStation 4PlayStation 4
PlayStation 5PlayStation 5
Xbox OneXbox One
Xbox Series XXbox Series X/S
Nintendo SwitchNintendo Switch
iOSiPhone / iOS
AndroidAndroid
PlayStation 3PlayStation 3
Xbox 360Xbox 360
PlayStation 2PlayStation 2
WiiWii
Wii UWii U
Game Boy AdvanceGame Boy Advance
Super Nintendo Entertainment SystemSNES
Sega GenesisSega Genesis / Mega Drive
Nintendo 64Nintendo 64
XboxXbox (Original)
PlayStationPlayStation (PSX)
DOSDOS
AmigaAmiga
Atari 2600Atari 2600
Nintendo Entertainment SystemNES

Supported genres

Action, Adventure, Role-Playing (RPG), Strategy, Simulation, Sports, Racing, Puzzle, Platform, First-Person Shooter, Action-Adventure, Fighting, Shoot 'em Up

Use cases

  • Game databases — build or enrich video game catalogues with comprehensive metadata
  • Gaming journalism — research game histories, developer portfolios, and platform catalogs
  • Retro game discovery — explore classic games by platform and genre
  • Game recommendation engines — use genre, release year, and platform data to power recommendations
  • Academic research — study game industry trends and platform histories
  • Data science — analyse gaming metadata at scale from an openly licensed dataset

FAQ

Does this require an API key? No. This actor queries the Wikidata SPARQL endpoint (query.wikidata.org) which is freely accessible without authentication or registration.

How many games does Wikidata cover? Wikidata contains data on over 500,000 video games spanning all platforms and eras, from classic arcade and Atari titles to the latest PS5 and Xbox Series releases.

How do I find a specific game's Wikidata ID? Search for the game at wikidata.org and copy the Q-number from the URL. For example, Super Mario Bros. is Q1075592 at https://www.wikidata.org/wiki/Q1075592.

Can I filter by both platform and genre simultaneously? Yes — combine platform, genre, fromYear, and toYear in searchGames mode to narrow results across multiple axes.

What is the data source? All data is sourced from Wikidata, a free and openly licensed knowledge base operated by the Wikimedia Foundation. It aggregates structured data from Wikipedia and other sources, covering game metadata in structured form.

Are cover images always available? Cover images come from Wikimedia Commons via Wikidata's image property (P18). Not all games have an image on Wikidata, so coverImageUrl may be absent for less well-documented titles.