# Collect Mental Health Discussions from Threads

**Use case:** 

Gather up to 80 recent posts about mental health, anxiety tips, and therapy on Threads. Export data as CSV, JSON, or Excel.

## Input

```json
{
  "usernames": [
    "zuck",
    "https://www.threads.com/@mosseri"
  ],
  "postUrls": [
    "https://www.threads.com/@zuck/post/DY11ZLWG_eY"
  ],
  "searchTerms": [
    "mental health",
    "anxiety tips",
    "therapy"
  ],
  "maxResults": 80,
  "includeReplies": true,
  "expandFromProfiles": true,
  "expandFromSearch": true,
  "maxExpandPerTarget": 8,
  "maxRepliesPerPost": 15,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "fromSource": {
    "label": "Source",
    "format": "text"
  },
  "text": {
    "label": "Post",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "replyCount": {
    "label": "Replies",
    "format": "number"
  },
  "repostCount": {
    "label": "Reposts",
    "format": "number"
  },
  "quoteCount": {
    "label": "Quotes",
    "format": "number"
  },
  "createdAt": {
    "label": "Date",
    "format": "text"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads Scraper - Scrape threads.net Posts, No Login](https://apify.com/logiover/threads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/threads-scraper) to learn more, explore other use cases, and run it yourself.