Get Directory Page
linktree.directory.get
Fetch one page (up to 18 profiles) of the Linktree public profile directory, filtered by category
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"category":"all","page":1},"capability":"linktree.directory.get"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
category
| string | optional | Directory category filter (defaults to "all") |
page
| integer | optional | 1-indexed directory page number |
Output
| Field | Type | Required | Description |
|---|---|---|---|
current_page
| integer | required | |
profiles
| array<object> | required | |
profiles[].avatar_url
| string | optional | |
profiles[].badges
| array<string> | optional | |
profiles[].category_id
| string | optional | |
profiles[].category_name
| string | optional | |
profiles[].profile_title
| string | optional | |
profiles[].profile_url
| string | optional | |
profiles[].username
| string | required | |
profiles[].verified
| boolean | optional | Directory verificationTick flag |
total_pages
| integer | required |