Harvest Directory Profiles
Collect profiles across a bounded number of public directory pages using a category or subcategory filter.
linktree.directory.profiles
/execute
Shared execution endpoint
Input parameters
category
string
optional
Primary directory category. Omit both filters for all profiles; mutually exclusive with subcategory.
business
max_pages
integer
optional
Maximum pages to fetch (about 18 profiles each; default 10, maximum 25). The walk stops sooner at the reported end.
2
subcategory
string
optional
Secondary directory filter discovered from Linktree's public taxonomy; mutually exclusive with category.
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 |
|---|---|---|
pages_fetched |
integer |
2 |
profiles |
array |
3 items |
profiles |
array |
3 items |
selected_category |
string |
business |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.