# Monitor brand Threads accounts

**Use case:** 

Scrape recent public posts from brand Threads profiles for monitoring engagement, media, and messaging.

## Input

```json
{
  "profiles": [
    "nike",
    "adidas",
    "meta"
  ],
  "maxPostsPerProfile": 30,
  "matchKeywords": [
    "launch",
    "drop"
  ]
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "displayName": {
    "label": "Display name",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "replies": {
    "label": "Replies",
    "format": "integer"
  },
  "reposts": {
    "label": "Reposts",
    "format": "integer"
  },
  "views": {
    "label": "Views",
    "format": "integer"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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