Opencritic Scraper

ENDPOINTS
GET/outlets/details

Outlet Details

Get an outlet's profile: score format, review count, median and average score, percent recommended.

QUERY PARAMS

OpenCritic outlet ID or any opencritic.com outlet URL.

Examples:

  • ID: 56
  • URL: https://opencritic.com/outlet/56/ign
{
  "id": 56,
  "name": "IGN",
  "link": "https://opencritic.com/outlet/56/ign",
  "website": "http://www.ign.com/",
  "domain": "ign.com",
  "language": "en-us",
  "image": {
    "original": "https://img.opencritic.com/outlet/56/o/fyeAmHFh.jpg",
    "small": "https://img.opencritic.com/outlet/56/edZfuPwc.jpg",
    "large": "https://img.opencritic.com/outlet/56/98gLlM2l.jpg"
  },
  "is_contributor": false,
  "is_aggregated": false,
  "is_aggregated_by_opencritic": true,
  "score_format": {
    "id": 18,
    "name": "0 to 10 incl decimals",
    "short_name": "x.x / 10.0",
    "display_suffix": "/ 10.0",
    "base": 10,
    "decimals": 1,
    "is_numeric": true,
    "is_stars": false,
    "is_select": false,
    "options": null
  },
  "review_count": 2548,
  "median_score": 78.0,
  "average_score": 74.33,
  "percent_recommended": 58.59,
  "recommended_cutoff": 70.0,
  "uses_fixed_cutoff": true,
  "updated_at": "2026-09-18T19:32:21Z"
}