# 用關鍵字查詢 Threads 帳號清單

**Use case:** 

快速取得 Threads 帳號搜尋的結果，含追蹤數、簡介與個人檔案連結，適合用來確認官方帳號或找出名稱相似的帳號。

## Input

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

## Output

```json
{
  "record_type": {
    "label": "類型",
    "format": "string"
  },
  "username": {
    "label": "用戶名稱",
    "format": "string"
  },
  "user_id": {
    "label": "帳號 ID",
    "format": "string"
  },
  "display_name": {
    "label": "顯示名稱",
    "format": "string"
  },
  "is_verified": {
    "label": "已驗證",
    "format": "boolean"
  },
  "followers_count": {
    "label": "追蹤者",
    "format": "integer"
  },
  "bio": {
    "label": "簡介",
    "format": "string"
  },
  "profile_url": {
    "label": "個人檔案網址",
    "format": "string"
  },
  "external_links": {
    "label": "個人檔案連結",
    "format": "array"
  },
  "emails": {
    "label": "電子郵件",
    "format": "array"
  },
  "phones": {
    "label": "電話",
    "format": "array"
  },
  "search_keyword": {
    "label": "關鍵字",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads 海巡 - 貼文、個人檔案與關鍵字搜尋](https://apify.com/futurizerush/meta-threads-scraper-zh-tw) with a specific input configuration. Visit the [Actor detail page](https://apify.com/futurizerush/meta-threads-scraper-zh-tw) to learn more, explore other use cases, and run it yourself.