# Metacritic TV Show Reviews Scraper

**Use case:** 

Pull Metacritic TV show reviews and metascores. Get series titles, critic ratings and scores in structured JSON for analysis.

## Input

```json
{
  "maxItems": 5,
  "mediaType": "tv"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "metascore": {
    "label": "Metascore",
    "format": "number"
  },
  "userscore": {
    "label": "Userscore",
    "format": "number"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "text"
  },
  "genre": {
    "label": "Genre",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Metacritic Scraper - Game and Movie Reviews](https://apify.com/parseforge/metacritic-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/metacritic-scraper) to learn more, explore other use cases, and run it yourself.