# Discover local Threads accounts

**Use case:** 

Find public Threads profiles for a local niche by combining place and topic keywords for local discovery.

## Input

```json
{
  "keywords": [
    "Taipei coffee",
    "Taipei restaurant"
  ],
  "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.