Social Fetch
Threads

Get Threads profile

Looks up a Threads profile by handle. Outcomes such as found, private, or not found are indicated in `data.lookupStatus`.

Operation

GET/v1/threads/profiles/{handle}

Headers

x-api-keystringrequired(header)

API key (`sfk_...`)

Parameters

handlestringrequired

Threads handle to look up, with or without a leading @.

min 1 chars · max 64 chars

Response fields

data
objectrequired

Endpoint-specific response payload.

datalookupStatus
stringrequired

Whether the profile was found, private, or not found.

one of: found, private, not_found

dataprofile
objectrequirednullable

Profile details when available.

dataprofileplatform
stringrequired

Social platform for this profile.

one of: threads

dataprofilehandle
stringrequired

Threads username without the leading @.

dataprofiledisplayName
stringrequirednullable

Public display name shown on the Threads profile.

dataprofilebio
stringrequirednullable

Profile biography text.

dataprofileavatarUrl
stringrequirednullable

Best available avatar image URL for the profile.

dataprofileverified
booleanrequired

Whether the profile is marked as verified.

dataprofileprofileUrl
stringrequired

Canonical public Threads profile URL.

min 1 chars

dataprofileprivateAccount
boolean

Whether the Threads account is private.

dataprofileplatformUserId
string

Threads profile id as a string when available.

dataprofilethreadsOnlyUser
boolean

Whether the account is marked as a Threads-only profile.

dataprofilebioLinks
array

Structured bio links when available.

dataprofilebioLinks[]url
stringrequired

Destination URL for the profile link.

min 1 chars

dataprofilebioLinks[]verified
boolean

Whether the profile link is marked as verified.

dataprofilebioLinks[]id
string

Stable link identifier when available.

dataprofileavatarVersions
array

Avatar image versions when available.

dataprofileavatarVersions[]url
stringrequired

Avatar image URL.

min 1 chars

dataprofileavatarVersions[]width
integernullable

Avatar image width in pixels when available.

≥ 0

dataprofileavatarVersions[]height
integernullable

Avatar image height in pixels when available.

≥ 0

datametrics
objectrequirednullable

Profile metrics when available.

datametricsfollowers
integerrequirednullable

Follower count for the profile when available.

≥ 0

meta
objectrequired

Metadata describing the request and billing outcome.

metarequestId
stringrequired

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integerrequired

Credits charged for this request.

≥ 0

metaversion
stringrequired

Public API version that served the response.

one of: v1

Code example

Responses

Lookup result. Check `data.lookupStatus` for `found`, `private`, or `not_found`.

Error codes

bad_requestinsufficient_creditsinternal_errorlookup_failedtemporarily_unavailableunauthorized

On this page