# AnyAPI Truth Social Post Scraper

> AnyAPI Truth Social Post Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.00325/call, status unknown (last checked 2026-09-14).

Fetches data for a specific Truth Social post by scraping the platform and returning structured post details

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/truthsocial.post
- Price: $0.00325/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-truth-social-post-scraper-3a36c001
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gu5KpsmavqSv-L5p-V7V9

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 anyapi-truth-social-post-scraper-3a36c001 -d '<json body>'
```

Example prompt: Can you pull the full details of this Truth Social post — content, author, likes, reposts, and timestamp — from this URL: https://truthsocial.com/@realDonaldTrump/posts/114123456789?

## When to prefer this

Use this endpoint when you need structured data from a specific Truth Social post without managing your own scraper infrastructure. Prefer this over building a custom scraper when you need pay-per-use pricing with no subscription commitment, and when you only need occasional post lookups rather than bulk monitoring.

## Known failure modes

- Post not found or deleted — returns error or empty result
- Invalid or malformed post URL/ID — returns validation error
- Truth Social rate limiting or blocking — scraper may fail intermittently
- Private or restricted post not accessible — returns access error
- Platform structure change breaking scraper — returns incomplete data

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing the scraped Truth Social post data, including the post text, author handle and display name, publication timestamp, engagement counts (likes, reposts, replies), and any media or link attachments.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-truth-social-post-scraper-3a36c001/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
