# Look up Threads accounts matching a keyword

**Use case:** 

A quick shortlist of the accounts Threads surfaces for a name or keyword, with followers, bio and profile links. Find official accounts fast.

## Input

```json
{
  "mode": "profiles",
  "usernames": [
    "zuck"
  ],
  "keywords": [
    "tech"
  ],
  "max_posts": 10,
  "search_filter": "top"
}
```

## Output

```json
{
  "record_type": {
    "label": "Type",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "user_id": {
    "label": "Account ID",
    "format": "string"
  },
  "display_name": {
    "label": "Display Name",
    "format": "string"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "followers_count": {
    "label": "Followers",
    "format": "integer"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "external_links": {
    "label": "Links",
    "format": "array"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "search_keyword": {
    "label": "Keyword",
    "format": "string"
  }
}
```

## About this Actor

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