Skip to documentation
Browse documentation

Get Profile

Fetch a public Linktree profile with bio, contact and social links, content links, verification, tier, and related profiles.

Capability ID linktree.profile.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

username string required

Linktree handle or full profile URL (for example, nike or https://linktr.ee/nike).

Example linktree

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
avatar_url string https://ugc.production.linktr.ee/[redacted:token].png
country string AU
created_at string 2021-08-25
display_name string Linktree
links array 2 items
links array 2 items
links_count integer 2
profile_url string https://linktr.ee/linktree
related_profiles array 3 items
related_profiles array 3 items
tier string pro
timezone string Australia/Melbourne
username string linktree
verified boolean false

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.