# AnyAPI Truth Social Profile Scraper

> AnyAPI Truth Social Profile 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).

Scrapes and returns public profile data for a given Truth Social user account

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/truthsocial.profile
- 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-profile-scraper-5d6d2f69
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__3opVucVnLF5z5Uwgbl9x

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-profile-scraper-5d6d2f69 -d '<json body>'
```

Example prompt: Can you pull the public profile info for the Truth Social account @realDonaldTrump — I want to see their bio, follower count, and any other stats available?

## When to prefer this

Use this endpoint when you need to quickly retrieve public profile data from a Truth Social user without building your own scraper or managing a Truth Social API integration. Ideal for research, monitoring, or data enrichment tasks where you need profile metadata on a per-request, pay-as-you-go basis with no subscription overhead.

## Known failure modes

- Username not found or account does not exist — likely returns a 404 or error JSON
- Account is private or suspended — profile data may be incomplete or unavailable
- Rate limiting or anti-scraping blocks — may return an error or empty response
- Invalid or malformed username input — returns validation error
- Truth Social platform changes breaking the scraper — returns empty or malformed 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 public profile data of the specified Truth Social user, including fields such as display name, username/handle, bio, follower count, following count, post count, profile image URL, and other available account metadata.

## Response schema (JSON Schema)

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

## More

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