# Find brand accounts on Threads

**Use case:** 

Search public Threads profiles matching brand or product keywords for competitor and outreach research.

## Input

```json
{
  "keywords": [
    "Nike",
    "Adidas"
  ],
  "maxProfilesPerKeyword": 10
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "displayName": {
    "label": "Display name",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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