# Truth Social Post Scraper

> Truth Social Post Scraper is a paid API for AI agents from Scrape Creators at mpp.orthogonal.com, paid per call via MPP, $0.02/call, status unknown (last checked 2026-09-16).

Fetches the full content and metadata of a single Truth Social post by ID or URL

## Facts

- Endpoint: GET https://mpp.orthogonal.com/scrapecreators/v1/truthsocial/post
- Price: $0.02/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Provider: Scrape Creators
- Docs: https://api.scrapecreators.com
- Website: https://api.scrapecreators.com
- Tags: social-media, tiktok, instagram, youtube, scraping, social, data
- Canonical page: https://www.zero.xyz/c/scrape-creators-truth-social-post-scraper-bdc3273c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__qIHONsXeoT-0d_IHc3g_

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 scrape-creators-truth-social-post-scraper-bdc3273c
```

Example prompt: Can you pull the full details of this Truth Social post — text, likes, reposts, and who posted it — from this URL: https://truthsocial.com/@realDonaldTrump/posts/123456789?

## When to prefer this

Use this endpoint when you need structured data from a specific Truth Social post and already have the post ID or URL. Prefer this over general social media scrapers when the target platform is specifically Truth Social, and over webhook-based alternatives when you need a one-time on-demand fetch rather than ongoing monitoring.

## Known failure modes

- Post not found — invalid post ID or URL returns an error
- Post has been deleted or made private — returns empty or error response
- Rate limiting — too many requests in a short window
- Malformed post URL — incorrect format causes parsing failure
- Truth Social platform changes breaking the scraper

## How this service works

Post

## Output

Returns structured data for the specified Truth Social post including post body text, author profile information, publish timestamp, engagement counts (likes, reposts, replies), and any media attachments.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scrape-creators-truth-social-post-scraper-bdc3273c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
