# StableSocial Snapchat Profile

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

Fetches public profile information for a Snapchat user by username

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/snapchat/profile
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-snapchat-profile-bc10d31f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yZDW6RxqV2-QGjtZG8NYM

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-snapchat-profile-bc10d31f -d '<json body>'
```

Example prompt: Can you pull the public Snapchat profile for the username 'mrbeast' — I want to see their profile details and stats?

## When to prefer this

Choose this endpoint when you need Snapchat-specific profile data on a pay-per-request basis with no subscription or API key required. It is ideal for one-off lookups, low-volume enrichment pipelines, or when you want to avoid committing to a subscription plan. Prefer this over general social media APIs when Snapchat coverage is explicitly needed alongside other StableSocial endpoints for multi-platform creator research.

## Known failure modes

- Handle not found — profile does not exist or is private
- Invalid handle format — empty or malformed username string
- Payment failure — insufficient USDC balance for the $0.06 per-call fee
- Rate limiting or upstream Snapchat blocking — scraper temporarily unavailable
- Network timeout — upstream data source unreachable

## 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 public Snapchat profile data for the given username, likely including display name, handle, follower/subscriber counts, bio, avatar URL, and other publicly available account metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "Snapchat username"
  }
 }
}
```

## More

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