# StableSocial Twitter Profile Lookup

> StableSocial Twitter 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 given Twitter/X handle via pay-per-request scraping, no subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/twitter/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-twitter-profile-lookup-f410cc86
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SS23_KSRZbtSwNjp-bIjE

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-twitter-profile-lookup-f410cc86 -d '<json body>'
```

Example prompt: Pull the public Twitter profile for the handle @elonmusk — I need their bio, follower count, and account stats.

## When to prefer this

Choose this endpoint when you need Twitter profile data without setting up a Twitter/X developer account or managing OAuth credentials. It is ideal for one-off lookups, agent pipelines that enrich contact records, or competitive research tasks where a subscription-based API would be overkill. Prefer it over the official Twitter API when you want zero-setup, pay-as-you-go access billed per call in USDC.

## Known failure modes

- Handle does not exist or has been suspended — may return a 404 or empty result
- Twitter anti-scraping measures may cause intermittent failures or rate limits
- Private/protected accounts may return limited or no data
- Malformed or missing handle field returns a validation error
- Payment failure via x402 protocol blocks the request before data is fetched

## 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 requested Twitter handle, including fields such as display name, bio, follower count, following count, tweet count, profile image URL, verified status, and account creation date.

## Request schema (JSON Schema)

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

## More

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