Get a Linkme profile
Retrieve a public Linkme profile under profile, preserving image paths and linkValue strings.
/v1/linkmex-api-keyHeaders
Get your API keyYour ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.
Required. An HTTPS link.me/<username> URL. www, case, tracking parameters, and fragments are canonicalized.
max 2048 chars · absolute HTTPS URL
https://link.me/exampleThe nested public profile object. Its grouped arrays and extra public attributes preserve their source order and values.
Published website profile ID. It differs from the direct API’s numeric account ID.
min 1 chars
Username from the public profile, checked against the requested URL.
min 1 chars
Only public profiles (0 or false) are returned.
Published first name.
Published last name; empty strings are preserved.
Published bio, preserving escapes and line breaks.
Optional.
Optional.
Optional.
Upstream formatted count, such as 1.2k; not converted into an exact number.
Optional.
Published relative asset path; not converted into an absolute URL.
Published relative WebP asset path.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Published tipping configuration only; no payments or account actions are performed.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Published configuration only. Tracking scripts are never executed.
Optional.
Source-reported total. It may differ from the number of returned records and is not recomputed after omissions.
≥ 0
Optional.
Ordered contact groups: title, linkId, isCustom, and links. Entries include webLinkId, linkValue, and optional display/image/adult flags.
up to 100 items
Always included.
Always included.
Optional.
Always included.
up to 500 items
Always included.
Always included.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Public business metadata when present; null is preserved.
Ordered web/social groups with the same grouping structure. Duplicate destinations are retained. Optional followerCount and image fields are preserved.
up to 100 items
Always included.
Always included.
Optional.
Always included.
up to 500 items
Always included.
Always included.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Optional.
Published theme settings, including colors, background assets and font metadata.
Published aggregate count; null stays null.
Optional.
Published section ordering and visibility flags. A disabled section is not treated as an access gate.
Identifier for correlating a request with operational logs.
Upstream request count, decoded HTML bytes read, and total duration. Bytes exclude discarded error/redirect bodies and are not billing totals.
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.
Coverage of the supported public embedded profile. Warnings identify omitted gated/malformed links, missing collections, or limits.
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 | Linkme 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. |
| 502 | payload_too_complex | Embedded data exceeded token, reference, nesting, or expanded-node limits. |
| 200 | partial | Usable profile data with explicit warnings about missing, malformed, gated, or limited fields. |