Threads User Profile Information API
Retrieve Threads user profile data including followers, bio, and engagement metrics for influencer research and audience analysis.
| 1 | import requests |
| 2 | |
| 3 | root = "https://ensembledata.com/apis" |
| 4 | endpoint = "/threads/user/info" |
| 5 | params = { |
| 6 | "id": 195178788, |
| 7 | "token": "YOUR-TOKEN-HERE" |
| 8 | } |
| 9 | |
| 10 | res = requests.get(root+endpoint, params=params) |
| 11 | print(res.json()) |
| 12 |
Why Developer Teams Use Our API
Vet Threads Accounts
Pull follower counts and bio data before deciding to engage or partner with an account.
No Login Needed
Access public Threads profile data without an account session or authentication.
Bulk Profile Screening
Check multiple Threads usernames in a batch instead of opening each profile.
Live Profile Stats
Every response reflects the account's current followers and bio, not a cached copy.
Clean Structured Output
Get profile fields as ready-to-use JSON instead of parsing raw page content.
Early Platform Advantage
Get structured Threads data ahead of competitors still relying on manual lookups.
Scrape Threads Data Effortlessly
Fetch Threads user profiles via API including follower totals, bio text, post counts, and engagement rates without any manual lookups.
Post Count Signal
See a Threads account's total post count alongside followers to gauge activity.
New Platform Vetting
Evaluate Threads creators early with the same rigor as established platforms.
Bulk Handle Lookup
Check dozens of Threads usernames in one batch instead of each profile.
Threads Scraping Features
Get reliable Threads profile data to support influencer vetting, audience research, and social media strategy work.
- Pull follower count, bio, and post count for any public Threads account without a login.
- See the linked Instagram username returned alongside the Threads profile data.
- Validate an account's reach with live follower and engagement figures before a partnership.
- Check dozens of Threads usernames in a single batch instead of opening each profile.
- Get structured Threads profile data early, ahead of competitors relying on manual lookups.
Starting crawling Threads now!
Get Your API Key in Minutes
Create a free account (no credit card required) and receive an API token instantly to test endpoints, pull live data, and rapidly prototype integrations. Upgrade as your needs grow.
Get started freeDeveloper Support
Need help integrating or customizing data for your workflows? Our developer success team offers onboarding, guidance, and enterprise support to get your project production-ready.
Contact usFrequently Asked Questions
It returns follower count, bio, post count, and engagement metrics for a given Threads account.
Yes, follower counts and engagement rates are commonly used to validate an account's reach before a partnership.
No, the endpoint retrieves publicly available profile data without requiring a Threads session or login.
Data is fetched live from Threads at request time, so follower counts and stats reflect the account's current state.
Yes, since Threads accounts are tied to Instagram, the response includes the linked Instagram username where applicable.
No, Threads doesn't expose an aggregate like count across posts; you'd need to sum like counts from the Posts endpoint yourself.
No, Threads doesn't publicly expose account creation date, so that field isn't part of the response.
Basic fields like username and profile picture return for private accounts, but follower count and post count are limited to what's publicly visible.
Yes, since Threads has no standalone public API for this, this endpoint retrieves the publicly visible profile data directly, so there's no app review or permissions process.