Skip to documentation
Browse documentation

Get Profile Shop

Fetch public Linktree Shop collections, products, prices, vendors, and shoppable posts for a profile.

Capability ID linktree.profile.shop
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/shop URL.

Example whatislinked

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
collections array 1 items
collections array 1 items
has_commission_products boolean true
post_count integer 59
posts array 1 items
posts array 1 items
product_count integer 456
profile_url string https://linktr.ee/whatislinked
shop_url string https://linktr.ee/whatislinked/shop
username string whatislinked

Execution behavior

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