Skip to main content
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 creditsper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

query
string
required

Search keyword

Example:

"meywithken"

Response

The response is of type object.