All sites
Data API
Truth Social Data API
Profiles, posts and status data from the Truth Social network.
3endpointsCloudflare · Rate Limit handled for you
Truth Social Data API
Extract account profiles, user posts and individual status detail from Truth Social as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/truthsocial/{action}Key Features
Structured JSON
Clean, normalized records for account profiles, user posts and individual status detail. No HTML parsing on your side.
3 endpoints
Across 2 categories, all under one base path.
Anti-bot handled
Cloudflare, Rate Limit cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Global coverage. Results are returned for the default locale.
Pagination
These endpoints return a single result set (no pagination needed).
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/truthsocial/posts",
json={
"clientKey": "capzy_your_key_here",
"params": {
"username": "realDonaldTrump",
"limit": 20,
"exclude_replies": true,
"only_media": false
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/truthsocial/postsUser Posts | Posts | 1 credit / run |
/v1/data/truthsocial/statusStatus Detail | Posts | 1 credit / run |
/v1/data/truthsocial/profileProfile | Accounts | 1 credit / run |