linktree-apilisted
Install: claude install-skill nikhonit/social-media-api-skills
# Linktree API skill
Read public Linktree pages as clean JSON. This Linktree API skill has a single endpoint: give it a handle and it returns every link and profile detail that page publishes, for 1 credit. It is the standard first step in creator research — a Linktree usually enumerates every other platform an account is on.
This skill wraps **1 live Linktree endpoint** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON.
## When to use this skill
- You are mapping a creator's presence and want all the channels they link to.
- You are resolving a link-in-bio into real destination URLs.
- A user pastes a Linktree handle and asks what is on it.
### Do not use this skill when
- **The page is a Linkme.** Use the `linkme-api` skill instead.
- **You need click analytics.** Those belong to the page owner; Linktree's own dashboard has them.
## Setup
```bash
export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys
```
Signing up at [scrapersocial.com/signup](https://scrapersocial.com/signup) includes 100 free credits, no card required.
## Scripts
| Script | What it does | Input | Credits |
|---|---|---|---|
| `get_page.js` | Get Linktree page. | handle | 1 credit |
| `call_endpoint.js` | Call any `/v1/linktree/` endpoint directly | path + params | varies |
Every script also accepts `--limit`, `--cursor`, `--fields`, `--format` and `--fresh`. `--limit` is clamped to 50: above that the API returns an async job