# StableSocial Truth Social Post Scraper

> StableSocial Truth Social Post Scraper 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 structured data for a single Truth Social post by URL, returning post content and metadata.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/truthsocial/post
- 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-post-scraper-1e2963c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xtgl9Z7wT0jqLLTnkar1H

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-post-scraper-1e2963c4 -d '<json body>'
```

Example prompt: Can you pull the content and engagement stats for this Truth Social post? Here's the URL: https://truthsocial.com/@realDonaldTrump/posts/123456789

## When to prefer this

Use this endpoint when you need to extract data from a specific Truth Social post by URL without setting up authentication or subscriptions. It is ideal for one-off lookups, monitoring individual posts, or integrating Truth Social data into pipelines on a pay-per-request basis. Prefer this over building a custom scraper or using a full-subscription social data API when cost control and simplicity are priorities.

## Known failure modes

- Invalid or malformed Truth Social URL returns an error
- Post is deleted or private and cannot be accessed
- Rate limiting or upstream Truth Social blocking may cause failures
- Payment not completed results in 402 response and no data returned
- URL pointing to a non-post page (e.g. profile) returns unexpected results

## 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 data for the specified Truth Social post, including post text, author details, timestamps, and engagement metrics such as likes, reposts, and replies.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Truth Social post URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-truth-social-post-scraper-1e2963c4/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)
