Skip to content
All sites
Data API

Truth Social Data API

Profiles, posts and status data from the Truth Social network.

3endpointsCloudflare · Rate Limit handled for you
truthsocial.comGET/truthsocial/p…GET/truthsocial/s…GET/truthsocial/p…{ } JSON

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.

data_api.py
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
EndpointCategoryPrice / 1k results
/v1/data/truthsocial/postsUser PostsPosts1 credit / run
/v1/data/truthsocial/statusStatus DetailPosts1 credit / run
/v1/data/truthsocial/profileProfileAccounts1 credit / run