Opencritic Scraper

ENDPOINTS
GET/games/search

Search Games

Find games by name, best match first, each with its OpenCritic ID and link.

QUERY PARAMS

Game name to search for.

Example: elden ring

{
  "query": "elden ring",
  "results": [
    {
      "type": "game",
      "id": 12090,
      "name": "Elden Ring",
      "link": "https://opencritic.com/game/12090/elden-ring",
      "match": 1.0
    },
    {
      "type": "game",
      "id": 18502,
      "name": "Elden Ring: Nightreign",
      "link": "https://opencritic.com/game/18502/elden-ring-nightreign",
      "match": 0.5
    },
    {
      "type": "game",
      "id": 20779,
      "name": "Elden Ring: Tarnished Edition",
      "link": "https://opencritic.com/game/20779/elden-ring-tarnished-edition",
      "match": 0.3929
    },
    {
      "type": "game",
      "id": 16525,
      "name": "Elden Ring: Shadow of the Erdtree",
      "link": "https://opencritic.com/game/16525/elden-ring-shadow-of-the-erdtree",
      "match": 0.3438
    },
    {
      "type": "game",
      "id": 7827,
      "name": "Eden Rising: Supremacy",
      "link": "https://opencritic.com/game/7827/eden-rising-supremacy",
      "match": 0.2692
    },
    {
      "type": "game",
      "id": 16481,
      "name": "EVERING",
      "link": "https://opencritic.com/game/16481/evering",
      "match": 0.2667
    },
    {
      "type": "game",
      "id": 10337,
      "name": "Ring of Pain",
      "link": "https://opencritic.com/game/10337/ring-of-pain",
      "match": 0.2632
    },
    {
      "type": "game",
      "id": 19844,
      "name": "ELDEN RING NIGHTREIGN The Forsaken Hollows",
      "link": "https://opencritic.com/game/19844/elden-ring-nightreign-the-forsaken-hollows",
      "match": 0.2619
    },
    {
      "type": "game",
      "id": 14306,
      "name": "Elderand",
      "link": "https://opencritic.com/game/14306/elderand",
      "match": 0.25
    },
    {
      "type": "game",
      "id": 13193,
      "name": "V Rising",
      "link": "https://opencritic.com/game/13193/v-rising",
      "match": 0.25
    }
  ]
}