Get a Linktree profile
Retrieve a public Linktree profile with display name, verification, badges, ordered links, block previews and social icons.
/v1/linktreex-api-keyHeaders
Get your API keyYour ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.
Required. A public HTTPS linktr.ee profile URL.
max 2048 chars · absolute HTTPS URL
https://linktr.ee/exampleLinktree's numeric account ID.
≥ 0
The username on the retrieved profile.
min 1 chars
Published display name from the profile title.
Public verification flag.
Published profile badge labels.
Profile image URL, or null when unavailable.
Public bio, preserving line breaks; null when unavailable.
Public category metadata; null when unavailable.
Linktree's platform labels, which may differ from its social icons.
Timezone exposed by Linktree, or null when unavailable.
Ordered public links with id, type, title, url, optional parentId and presentation details. Pins appear first and repeated IDs appear once.
up to 500 items
Always included.
≥ 0
Always included.
min 1 chars
Always included.
Always included.
Optional.
≥ 0
Source position, thumbnailUrl, layout, preview title/description/imageUrl and embed option/videoIds.
Always included.
Always included.
Always included.
Always included.
Always included.
Always included.
Always included.
Always included.
Always included.
Always included.
Published social icons as type and url, including types beyond the convenience fields below.
Always included.
Always included.
Published Instagram social icon; omitted if absent.
Published TikTok social icon; omitted if absent.
Published Spotify social icon; omitted if absent.
Published YouTube social icon; omitted if absent.
Published SoundCloud social icon; omitted if absent.
Published Apple Music social icon; omitted if absent.
Published email icon, with mailto: and query parameters removed; omitted if absent.
Published LinkedIn social icon; omitted if absent.
Published Discord social icon; omitted if absent.
Identifier for correlating a request with operational logs.
Upstream request count, decoded public-page source bytes read, and total duration.
Always included.
≥ 0
Always included.
≥ 0
Always included.
≥ 0
True when usable profile data is returned, including partial results.
success or partial. Failures return failed or challenged with a failure object.
one of: success, partial
Final canonical profile URL after allowed redirects.
absolute HTTPS URL
UTC timestamp of retrieval.
complete applies to supported embedded public page fields. Inspect warnings for omitted or unavailable data.
Always included.
Always included.
Always included.
No fields match.
HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.
| HTTP | failure.code | Meaning |
|---|---|---|
| 400 | invalid_request | Invalid URL, missing URL, duplicates, or unsupported parameters. |
| 401 | unauthorized | Missing or invalid service API key. |
| 403 | restricted_page | The profile requires access or consent. |
| 404 | not_found | The profile is missing or inactive. |
| 429 | upstream_rate_limited | Linktree rate limited the request; no automatic retry. |
| 502 | upstream_challenged | The upstream rejected or challenged the request. |
| 502 | unsupported_page | Data is missing, malformed, or belongs to another profile. |
| 502 | response_too_large unsafe_redirect request_limit upstream_error | Retrieval could not safely complete. |
| 503 | busy | All worker slots are in use. |
| 504 | timeout | The request exceeded its deadline. |