# Baldurs Gate 3 Game Thread Update Monitor

**Use case:** 

Monitor updates in the Baldur's Gate 3 forum thread. Get structured data on posts, including authors, dates, and links.

## Input

```json
{
  "searchKeywords": [
    "Baldurs Gate 3"
  ],
  "startUrls": [],
  "forumIds": [],
  "topicIds": [],
  "userIds": [],
  "usernames": [],
  "userPostsOf": [],
  "listForums": false,
  "maxItems": 200,
  "maxSearchPages": 5
}
```

## Output

```json
{
  "topicTitle": {
    "label": "Post / topic name"
  },
  "author": {
    "label": "Author"
  },
  "authorId": {
    "label": "Author ID"
  },
  "date": {
    "label": "Posted"
  },
  "text": {
    "label": "Post text"
  },
  "downloadLinks": {
    "label": "Download / links"
  },
  "topicId": {
    "label": "Topic ID"
  },
  "postId": {
    "label": "Post ID"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [CS.RIN.RU Forum Scraper](https://apify.com/myagizm/csrin-forum-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/myagizm/csrin-forum-scraper) to learn more, explore other use cases, and run it yourself.