# StableSocial Twitch Profile Lookup

> StableSocial Twitch 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-14).

Fetches public profile data for a Twitch channel by handle, with pay-per-request pricing and no subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/twitch/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-twitch-profile-lookup-18a65f49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sqVvWg982EFHlBhIJ6NxW

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-twitch-profile-lookup-18a65f49 -d '<json body>'
```

Example prompt: Can you pull up the Twitch profile for the channel 'xQc' — I want to see their public stats and channel info?

## When to prefer this

Choose this endpoint when you need quick, no-subscription Twitch profile lookups on a pay-per-request basis. Ideal for agents that need occasional Twitch data without committing to a recurring API plan, or when official Twitch API credentials are unavailable. Best suited for single-channel lookups rather than bulk operations.

## Known failure modes

- Handle not found — Twitch channel does not exist or has been banned
- Empty or null handle submitted — validation error
- Payment failure — USDC payment not processed via x402 protocol
- Rate limiting or upstream Twitch scraping block
- Handle typo returns wrong or no profile

## 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 public profile data for the specified Twitch channel, likely including broadcaster name, display name, follower count, channel description, profile image URL, and other publicly available metadata associated with the handle.

## Request schema (JSON Schema)

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

## More

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