# Scrape top-rated games on itch.io

**Use case:** 

Extract top-rated indie games from itch.io. Structured game data with ratings. Pay per result.

## Input

```json
{
  "sort": "top-rated",
  "tag": "",
  "genre": "",
  "classification": "game",
  "maxResults": 5,
  "fetchDetails": false,
  "startUrls": [],
  "priceFilter": "all",
  "platforms": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "priceDisplay": {
    "label": "Price",
    "format": "text"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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