# StableSocial Truth Social Profile Lookup

> StableSocial Truth Social 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 information for a given Truth Social username via pay-per-request API

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/truthsocial/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-truth-social-profile-lookup-6e21f07d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tPXDvLVBvT_Mxh19DN45l

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-truth-social-profile-lookup-6e21f07d -d '<json body>'
```

Example prompt: Can you pull up the Truth Social profile info for the handle 'realDonaldTrump'? I want to see their follower count and bio.

## When to prefer this

Choose this endpoint when you need Truth Social-specific profile data without managing authentication, subscriptions, or scraping infrastructure. Ideal for one-off or infrequent lookups where pay-per-request pricing ($0.06/call) is more economical than a subscription. Use when building research tools, monitoring dashboards, or data pipelines that include Truth Social alongside other platforms covered by StableSocial.

## Known failure modes

- Handle not found — profile does not exist or has been suspended
- Invalid handle format — empty or malformed username string
- Payment failure — USDC payment not processed, 402 returned
- Rate limiting or scraping block from Truth Social platform
- Private or restricted account returns limited 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 public Truth Social profile data for the specified handle, including account metadata such as display name, bio, follower/following counts, post count, and profile image URL.

## Request schema (JSON Schema)

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

## More

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