Truth Social API for Trump Post Alerts

A WebSocket route for optional Trump Truth Social post alerts in TweetStream.

What it does

Truth Social API for Trump Post Alerts

TweetStream provides a WebSocket-based way to consume optional Donald Trump Truth Social posts for trading and alert workflows. It is not an official Truth Social API and does not provide broad Truth Social account access.

Use cases

WebSocket alerts

Receive optional Trump Truth Social posts in the same event stream as other TweetStream content.

Source filtering

Use the platform marker to separate Truth Social events from X/Twitter events.

Workflow delivery

Route posts into trading bots, Discord channels, or analyst dashboards.

Less custom glue

Avoid maintaining a one-off polling job when your core need is alert delivery.

How it works

  • Scope the source - Use TweetStream when you need Trump Truth Social post events, not generic social scraping.
  • Connect the API - Authenticate to the TweetStream WebSocket with your API key and v1 subprotocol.
  • Route the event - Filter truth_social payloads and send them to your bot, Discord, or internal system.

Compare the options

NeedGeneric scraper/APITweetStream
Broad Truth Social scrapingBroad account coverageOutside TweetStream's scope
Trump post alertsMay require polling or custom parsingOptional WebSocket delivery for opted-in users
Trading workflow integrationYou build routing and payloadsSame JSON content shape as TweetStream alerts

Common questions

TweetStream is independent and is not affiliated with, endorsed by, or sponsored by X Corp, Truth Social, TMTG, or Donald J. Trump. For developer setup, see the WebSocket quickstart.

Start real-time Twitter WebSocket alerts today

WebSocket delivery, OCR, and token detection - no infrastructure to build.

Start 3-Day Trial

From $199/mo · Basic/Elite 3-day trial · OCR + token detection included

Related Pages