# Monitor brand mentions on Threads

**Use case:** 

Search recent Threads posts mentioning a brand or product for social listening and engagement tracking.

## Input

```json
{
  "keywords": [
    "Nike",
    "#Nike"
  ],
  "sortBy": "recent",
  "maxPostsPerKeyword": 40,
  "postedAfter": "7 days"
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "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"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "sortBy": {
    "label": "Sort",
    "format": "string"
  },
  "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 Search Scraper](https://apify.com/easyapi/threads-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/easyapi/threads-search-scraper) to learn more, explore other use cases, and run it yourself.