# StableSocial Linkme Profile Lookup

> StableSocial Linkme Profile Lookup 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 social media profile data from a Linkme profile URL, aggregating cross-platform creator information in a single pay-per-request call.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/linkme
- 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-linkme-profile-lookup-2142dae3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__MhwkqtU6iQqg20XVQRQG

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-linkme-profile-lookup-2142dae3 -d '<json body>'
```

Example prompt: Can you grab all the social media profile info from this Linkme page: https://linkme.bio/someCreator — I want to see their cross-platform presence?

## When to prefer this

Choose this endpoint when you have a Linkme bio link and need to quickly retrieve aggregated cross-platform social profile data without managing authentication or subscriptions. Ideal for one-off lookups of a creator's social presence at low cost ($0.06/call) versus scraping each platform individually.

## Known failure modes

- Invalid or malformed Linkme URL returns an error response
- URL resolves to a non-existent or deleted Linkme profile — empty or 404-style result
- Linkme page structure changes may cause parsing failures
- Payment not processed or insufficient USDC balance returns 402
- Network timeout if Linkme servers are slow to respond

## 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 aggregated social media profile data sourced from the given Linkme profile URL, including linked platform accounts (e.g. TikTok, Instagram, Facebook, Reddit, LinkedIn), creator bio details, and associated handles or metadata for each linked platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Linkme profile URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-linkme-profile-lookup-2142dae3/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)
