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
}
Each result includes username, display name, user ID, verification status, privacy status, profile picture URL, and a direct link to the profile.
Search Users returns basic discovery data only. For a full profile — biography, follower count, and bio links — use the User Profile endpoint.
Each request returns a single page of matching users (typically up to 15). There are no pagination parameters.
You only pay for successful requests. The Threads Search Users API costs $0.006 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 5 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key