# CS.RIN.RU Game Request Tracker

**Use case:** 

Track game request threads on cs.rin.ru. Get detailed posts, including authors, dates, and download links in structured JSON format.

## Input

```json
{
  "searchKeywords": [
    "request"
  ],
  "startUrls": [],
  "forumIds": [],
  "topicIds": [],
  "userIds": [],
  "usernames": [],
  "userPostsOf": [],
  "listForums": false,
  "maxItems": 200,
  "maxSearchPages": 2
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "author": {
    "label": "Author"
  },
  "username": {
    "label": "Member"
  },
  "title": {
    "label": "Topic title"
  },
  "topicTitle": {
    "label": "In topic"
  },
  "date": {
    "label": "Date"
  },
  "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.