# Full Thread Discussions from UnknownCheats Forum

**Use case:** 

Get complete discussions from UnknownCheats forum threads, including posts, authors, and metadata in structured JSON format.

## Input

```json
{
  "searchKeywords": [],
  "startUrls": [
    "https://www.unknowncheats.me/forum/general-programming-and-reversing/"
  ],
  "forumUrls": [],
  "threadUrls": [],
  "userIds": [],
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "maxItems": 200,
  "maxSearchThreads": 40,
  "maxPagesPerForum": 1,
  "maxPostsPerThread": 200
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Thread title"
  },
  "author": {
    "label": "Author"
  },
  "threadTitle": {
    "label": "In thread"
  },
  "date": {
    "label": "Date"
  },
  "replies": {
    "label": "Replies"
  },
  "views": {
    "label": "Views"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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