# StableSocial Linktree Scraper

> StableSocial Linktree Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches and returns structured data from a Linktree profile page given its URL

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/linktree
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-linktree-scraper-9bc033ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IteL0nilhoXdeCIN-BM8k

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stablesocial-linktree-scraper-9bc033ab -d '<json body>'
```

Example prompt: Can you pull all the links and profile info from this Linktree page: https://linktr.ee/somecreatornamehere?

## When to prefer this

Choose this endpoint when you need to programmatically extract the full set of links and profile metadata from a Linktree page without managing authentication, subscriptions, or scraping infrastructure. It is ideal for influencer research, creator audits, and lead enrichment workflows where Linktree is the source of truth for a creator's online presence. Prefer it over building your own scraper or using a general-purpose web scraper when you need a pay-per-call, no-setup solution.

## Known failure modes

- Invalid or non-existent Linktree URL returns an error or empty result
- Private or password-protected Linktree pages may not return link data
- Rate limiting or blocking by Linktree's servers may cause failures
- Malformed URL input causes a validation error
- Linktree page layout changes may break scraping and return incomplete data

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns structured data extracted from the specified Linktree page, including the profile bio, display name, profile image, and a list of all links with their titles and destination URLs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "URL to Linktree page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-linktree-scraper-9bc033ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
