# Steam discussion scraper for one game

**Use case:** 

Monitor new Steam discussion topics and replies for Counter-Strike 2 community support and player sentiment workflows.

## Input

```json
{
  "appIds": [
    "730"
  ],
  "expandThreads": true,
  "maxTopics": 25,
  "maxPosts": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "topicId": {
    "label": "Topic ID",
    "format": "text"
  },
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "body": {
    "label": "Post body",
    "format": "text"
  },
  "timestamp": {
    "label": "Published",
    "format": "date"
  },
  "replyOrder": {
    "label": "Reply order",
    "format": "number"
  },
  "replyCount": {
    "label": "Replies",
    "format": "number"
  },
  "awardCount": {
    "label": "Awards",
    "format": "number"
  },
  "isPinned": {
    "label": "Pinned",
    "format": "boolean"
  },
  "isLocked": {
    "label": "Locked",
    "format": "boolean"
  },
  "threadUrl": {
    "label": "Thread",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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