跳转到主要内容
GET
/
v1
/
threads
/
search_profiles
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/threads/search_profiles?query=mark' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "xdt_api__v1__users__search_connection": {
      "edges": [
        {
          "node": {
            "username": "meywithken",
            "pk": "36161078091",
            "is_active_on_text_post_app": true,
            "full_name": "Mey Withken",
            "profile_pic_url": "https://scontent-sea1-1.cdninstagram.com/v/t51.2885-19/358508706_1106574150318834_2851191319398360257_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MjAuYzIifQ&_nc_ht=scontent-sea1-1.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QGUpvUCszw1HILGXJWe9du12rmI026r4wDwdpOlP884hSbbttohVH-BKPnkFHSSNL2XRyYSHJekKctQClBapjjC&_nc_ohc=brA24SmqoaAQ7kNvwEkKeQr&_nc_gid=U2E3uToOx88_ceDmftPZ9g&edm=AHhEZX8BAAAA&ccb=7-5&oh=00_AfzG4Pqi_pWwSo43C9_X8X09wddBCO91usjrcM82ws37qg&oe=69B82DE4&_nc_sid=e8efdc",
            "is_verified": null,
            "has_onboarded_to_text_post_app": true,
            "id": "36161078091"
          }
        }
      ],
      "inform_module": null
    }
  },
  "requestId": "bb183b26-0e52-465e-8848-35d9d898d96e"
}
🪙2 credits每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

query
string
必填

搜索关键词

示例:

"mark"

响应

请求成功

The response is of type object.