Get a Linktree shop
Retrieve published shop products and collections with prices, images, vendors and source collection totals.
/v1/linktree/shopx-api-keyHeaders
Get your API keyYour ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.
Required. The public Linktree profile URL.
max 2048 chars
https://linktr.ee/exampleNumeric account ID.
≥ 0
Profile username.
Published profile display name.
Public verification flag.
Ordered PRODUCT and COLLECTION records. Products retain source string id and accountProductId, title, URL, image, currency, price, salePrice, vendor, vendorDisplayName and hasCommission. Collections contain id, title, storeProducts and storeProductsTotalCount.
up to 500 items
Source-reported shop post count.
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. |