# Metacritic franchise score monitoring scraper

**Use case:** 

Monitor Metacritic scores across games, movies, and TV for franchise keywords to compare reception across content types.

## Input

```json
{
  "searchQueries": [
    "fallout",
    "the last of us",
    "resident evil"
  ],
  "contentType": "all",
  "maxResultsPerSearch": 30,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "metascore": {
    "label": "Metascore",
    "format": "number"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "genres": {
    "label": "Genres",
    "format": "text"
  },
  "platforms": {
    "label": "Platforms",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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