# AnyAPI Truth Social User Posts Scraper

> AnyAPI Truth Social User Posts 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 posts published by a specific Truth Social user account via a pay-per-request scraping API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/truthsocial.user_posts
- 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-user-posts-scraper-6b66702b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xJ3iXn2AmxeF1_FYNj6rR

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-user-posts-scraper-6b66702b -d '<json body>'
```

Example prompt: Can you pull the latest posts from the Truth Social account @realDonaldTrump and show me what they've been posting recently?

## When to prefer this

Use this endpoint when you need to programmatically retrieve post content from a specific Truth Social user without maintaining a subscription, and you want to pay only per request. Prefer this over building your own scraper or subscribing to a dedicated social data platform when usage is infrequent or unpredictable.

## Known failure modes

- Account not found or handle misspelled — returns 404 or empty result
- Account is private or suspended — data unavailable
- Rate limiting or payment failure — request blocked
- Truth Social platform changes breaking scraper — stale or incomplete data
- Network timeout if Truth Social is slow to respond

## 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

Returns a JSON array of posts from the specified Truth Social user, including post text, timestamps, engagement metrics (likes, reposts), and any media attachments associated with the posts.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-truth-social-user-posts-scraper-6b66702b/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)
