Get Linktree profile
Get a public Linktree profile by handle, including links and socials.
Headers
Get your API keyAPI key (`sfk_...`)
Linktree handle to look up, with or without a leading @.
min 1 chars · max 64 chars
Endpoint-specific response payload.
Whether the page was found.
one of: found, not_found
Profile when lookupStatus is `found`; null when `not_found`.
Social platform for this profile.
one of: linktree
Canonical public username/handle without a leading @.
min 1 chars
Public display title shown on the page.
Public bio/description text when the page provides one.
Best available avatar image URL; null when only a blank placeholder is shown.
min 1 chars
Canonical public profile URL on the owning platform.
min 1 chars
Whether the platform marks the profile as verified.
Primary page links; empty when not found.
Stable link id from the platform when available.
Link title shown on the page.
Destination URL.
min 1 chars
Platform link type when available (e.g. CLASSIC, SPOTIFY_ALBUM).
Optional thumbnail image URL for the link.
min 1 chars
Zero-based display order when the platform provides it.
≥ 0
Social/contact entries; empty when not found.
Normalized social platform slug (e.g. instagram, tiktok, email).
min 1 chars
Social profile or contact destination.
min 1 chars
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
True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.
Code example
curl "https://api.socialfetch.dev/v1/linktree/profiles/miguelangeles" \
-H "x-api-key: YOUR_API_KEY"Responses
Linktree profile lookup result.