Skip to documentation
Browse documentation

List Profile Posts

List bounded public posts from the active social-feed apps embedded on a Linktree profile.

Capability ID linktree.profile.posts
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

limit integer optional

Maximum public social-feed posts to return across active feeds (default 50).

Example 12
username string required

Linktree handle or full profile 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
feed_count integer 1
feeds array 1 items
feeds array 1 items
posts array 1 items
posts array 1 items
posts_count integer 12
profile_url string https://linktr.ee/whatislinked
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.