Baselight

OpenCritic Full 2013-2024 Data

OpenCritic video game data from the earliest available on the site through 2024

@kaggle.jamesrivers_opencritic_full_2013_2024_data

Loading...
Loading...

About this Dataset

OpenCritic Full 2013-2024 Data

From OpenCritic, text scraped from individual game pages such as Super Mario Odyssey, genres specifically had to be pulled and matched from index pages. 8565 games worth of data recorded, including Title, Top Critic Average, CriticScore, Platforms, Release Date, Developers/Publishers, and Genres.

Tables

Opencritic Full Final 2013–2024

@kaggle.jamesrivers_opencritic_full_2013_2024_data.opencritic_full_final_2013_2024
  • 354.7 KB
  • 8565 rows
  • 7 columns
Loading...

CREATE TABLE opencritic_full_final_2013_2024 (
  "title" VARCHAR,
  "top_critic_average" BIGINT,
  "criticscore" VARCHAR,
  "platforms" VARCHAR,
  "date" TIMESTAMP,
  "developers_publishers" VARCHAR,
  "genres" VARCHAR
);

Share link

Anyone who has the link will be able to view this.