SocialCrawl

Truth Social

Extract profiles, posts, and user content

Truth Social

Extract profiles, posts, and user content. 3 endpoints available.

Base URL: /v1/truthsocial/...

Getting Started

1. Fetch a profile

curl "https://socialcrawl.dev/v1/truthsocial/profile?handle=realDonaldTrump" \
  -H "x-api-key: sc_your_api_key_here"

2. Fetch their content

curl "https://socialcrawl.dev/v1/truthsocial/user/posts?handle=realDonaldTrump" \
  -H "x-api-key: sc_your_api_key_here"

3. Read computed fields

Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach.

Endpoints

EndpointPathCredit Tier
Get Truth Social user profile/v1/truthsocial/profilestandard (1cr)
List Truth Social user posts/v1/truthsocial/user/postsstandard (1cr)
Get Truth Social post details/v1/truthsocial/poststandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema
Truth Social | Socialcrawl