Linktree API
Scrape public Linktree profiles (bio, email, socials, links, tier) and browse or harvest the public profile directory…
linktree
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
linktree.directory.get
Fetch one page (up to 18 profiles) of the Linktree public profile directory, filtered by category
1 credit per requestlinktree.directory.profiles
Harvest profiles across many directory pages in a single call. Sync mode collects all profiles; stream mode emits one profile per event
1 credit per requestlinktree.profile.get
Fetch a Linktree profile: display name, bio, email, country, tier, verification, social handles, and all content links
1 credit per requestIntegration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.