Get Threads profile
Get a Threads profile for a creator or account.
Headers
Get your API keyAPI key (`sfk_...`)
Threads handle to look up, with or without a leading @.
min 1 chars · max 64 chars
Endpoint-specific response payload.
Whether the profile was resolved.
one of: found, private, not_found
Profile details when available.
Social platform for this profile.
one of: threads
Threads username without the leading @.
Public display name shown on the Threads profile.
Profile biography text.
Best available avatar image URL for the profile.
Whether the profile is marked as verified.
Canonical public Threads profile URL.
min 1 chars
Whether the Threads account is private.
Threads profile id as a string when available.
Whether the account is marked as a Threads-only profile.
Structured bio links when available.
Destination URL for the profile link.
min 1 chars
Whether the profile link is marked as verified.
Stable link identifier when available.
Avatar image versions when available.
Avatar image URL.
min 1 chars
Avatar image width in pixels when available.
≥ 0
Avatar image height in pixels when available.
≥ 0
Profile metrics when available.
Follower count for the profile when available.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/threads/profiles/charlidamelio" \
-H "x-api-key: YOUR_API_KEY"Responses
Lookup result. Check `data.lookupStatus` for `found`, `private`, or `not_found`.