# Steam curator review extractor by curator ID

**Use case:** 

Export recommendations and public profile details from a specific Steam curator ID.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://store.steampowered.com/curators/"
    }
  ],
  "curatorIds": [
    "1850"
  ],
  "maxItems": 50
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "curatorId": {
    "label": "Curator ID",
    "format": "text"
  },
  "curatorName": {
    "label": "Curator",
    "format": "text"
  },
  "curatorUrl": {
    "label": "Curator URL",
    "format": "link"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "appId": {
    "label": "App ID",
    "format": "number"
  },
  "appTitle": {
    "label": "Game",
    "format": "text"
  },
  "recommendation": {
    "label": "Verdict",
    "format": "text"
  },
  "reviewText": {
    "label": "Review",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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