Metacritic Scraper

ENDPOINTS
GET/search/counts

Search Counts

See how many games, movies, shows and people match a search before you page through results.

QUERY PARAMS

Search phrase matched against title and person names.

{
  "query": "zelda",
  "counts": {
    "all": 103,
    "game": 40,
    "movie": 1,
    "show": 1,
    "person": 61
  }
}