Get Directory Page
Fetch one page of Linktree's public profile directory using a primary category or secondary subcategory filter.
linktree.directory.get
/execute
Shared execution endpoint
Input parameters
category
string
optional
Primary directory category. Omit both filters for all profiles; mutually exclusive with subcategory.
page
integer
optional
1-indexed directory page number (default 1).
1
subcategory
string
optional
Secondary directory filter discovered from Linktree's public taxonomy; mutually exclusive with category.
personal
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
current_page |
integer |
1 |
profiles |
array |
3 items |
profiles |
array |
3 items |
selected_category |
string |
other |
selected_subcategory |
string |
personal |
total_pages |
integer |
296 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.