# Keyword Search Results for Cyberpunk 2077 on CS.RIN.RU

**Use case:** 

Retrieve topics and threads related to Cyberpunk 2077 from cs.rin.ru. Get detailed posts with authors, dates, and download links.

## Input

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

## 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.