# Scrape 4chan technology board threads

**Use case:** 

Collect threads and replies from 4chan boards: post text, timestamps, images, and reply counts. Prefilled for the technology board, works on any board.

## Input

```json
{
  "boards": [
    "g"
  ],
  "threadUrls": [],
  "listBoards": false,
  "maxItemsPerSource": 200,
  "includeThreadReplies": true,
  "concurrency": 3,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "board": {
    "label": "Board"
  },
  "threadId": {
    "label": "Thread"
  },
  "postId": {
    "label": "Post"
  },
  "isOp": {
    "label": "OP"
  },
  "replyCount": {
    "label": "Replies"
  },
  "imageCount": {
    "label": "Images"
  },
  "subject": {
    "label": "Subject"
  },
  "text": {
    "label": "Text"
  },
  "author": {
    "label": "Author"
  },
  "country": {
    "label": "Country"
  },
  "image": {
    "label": "Image"
  },
  "postedAt": {
    "label": "Posted"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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