Search Threads users by keyword. Returns username, display name, user ID, verification status, privacy status, and profile picture URL.
curl "https://apidirect.io/v1/threads/users?query=technology" \
-H "X-API-Key: YOUR_API_KEY"
{
"users": [
{
"username": "technologyreview",
"full_name": "MIT Technology Review",
"user_id": "63213270539",
"is_verified": true,
"is_private": false,
"profile_pic_url": "https://scontent.cdninstagram.com/.../photo.jpg",
"url": "https://www.threads.com/@technologyreview"
}
],
"count": 9
}