Trump Truth Social — Real-Time Monitor 1s avatar

Trump Truth Social — Real-Time Monitor 1s

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Trump Truth Social — Real-Time Monitor 1s

Trump Truth Social — Real-Time Monitor 1s

Under maintenance

Monitor Trump's Truth Social in real-time. Each new post is pushed instantly to your dataset with AI market analysis and trading signals (ticker, direction, confidence). Additional functionality: analysis of his texts, long or short, and connecting brokers

Pricing

Pay per usage

Rating

0.0

(0)

Developer

seocos K.

seocos K.

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

11 days ago

Last modified

Share

Trump Truth Social — Real-Time Monitor

Monitor Donald Trump's Truth Social posts in real time. Every new post is pushed instantly to your Apify Dataset, complete with AI-powered market analysis and trading signals — ticker symbols, direction (LONG/SHORT), and confidence score.

Built for traders, quant researchers, and news aggregators who need sub-minute reaction time to presidential posts.


⚠️ Disclaimer — Educational & Research Use Only

This tool is provided for educational, research, and informational purposes only. It is not financial advice.

The AI-generated analysis (LONG/SHORT signals, confidence scores, ticker recommendations) reflects a probabilistic interpretation of post content by a language model. Markets are complex and unpredictable — real price movements may differ significantly from, or be the complete opposite of, what the model suggests. Political statements often trigger irrational, short-lived, or delayed market reactions that no model can reliably predict.

Do not make trading or investment decisions based solely on this data. Always conduct your own research and consult a licensed financial advisor before acting. The authors and operators of this tool accept no liability for any financial losses resulting from its use.


What You Get

Each item pushed to your dataset:

FieldTypeDescription
idstringUnique Truth Social post ID
contentstringFull post text (HTML stripped)
created_atstringPublish timestamp (ISO 8601)
_detectedAtstringDetection timestamp — when our monitor first saw the post
urlstringDirect link to the Truth Social post
analysisobjectAI signal analysis (see below)

analysis object (when includeAnalysis = true)

{
"relevant": true,
"signalStrength": 8,
"signalType": "LONG",
"tier": 1,
"analysis": "Post mentions energy sector deregulation — bullish for oil/gas",
"recommendations": [
{
"ticker": "CL/USDT",
"direction": "LONG",
"confidence": 0.82,
"reasoning": "Direct mention of drill expansion policy"
}
]
}

Signal strength: 0–10 (0 = no signal, 10 = strong move expected)
Tier: 1 = immediate market impact, 4 = background noise
Tickers: crypto pairs (BTC/USDT, ETH/USDT), commodities (CL/USDT, GC/USDT, NATGAS/USDT), equities (QQQ/USDT)

Configuration

ParameterTypeDefaultDescription
pollIntervalSecondsinteger5How often to check for new posts (1–3600 sec)
durationMinutesinteger30How long to run (1–60 min)
includeAnalysisbooleantrueInclude AI trading signal analysis

Note: The API key is managed by the actor owner — you don't need to configure it.

How It Works

  1. Actor starts and takes a baseline snapshot of the latest posts (marks them as already seen — no duplicates)
  2. Every pollIntervalSeconds, it checks for new posts
  3. Any post not seen before is pushed immediately to your Apify Dataset
  4. When durationMinutes expires, the actor exits cleanly

Use Cases

  • Algorithmic trading — react to Trump posts before prices move
  • News aggregation — collect and archive every presidential post in real time
  • Research & analytics — build datasets of Trump social media activity with timestamps
  • Alert systems — trigger webhooks on Actor finish to notify your team

Output Example

{
"id": "113456789012345678",
"content": "GREAT NEWS for American energy! We will drill, baby, drill! OIL IS BACK!!!",
"created_at": "2025-01-15T14:32:00.000Z",
"_detectedAt": "2025-01-15T14:32:04.812Z",
"url": "https://truthsocial.com/@realDonaldTrump/posts/113456789012345678",
"analysis": {
"relevant": true,
"signalStrength": 9,
"signalType": "LONG",
"tier": 1,
"analysis": "Direct bullish statement on oil production. Energy sector strongly impacted.",
"recommendations": [
{
"ticker": "CL/USDT",
"direction": "LONG",
"confidence": 0.91,
"reasoning": "Explicit pro-drilling statement from the sitting president"
},
{
"ticker": "NATGAS/USDT",
"direction": "LONG",
"confidence": 0.74,
"reasoning": "Energy sector expansion typically positive for natural gas"
}
]
}
}

Tips

  • Set pollIntervalSeconds: 2 for maximum speed (catches posts within ~2 seconds of publishing)
  • Set durationMinutes: 60 + use scheduled runs to maintain continuous coverage
  • Set includeAnalysis: false if you only need raw post data (faster, no AI processing)
  • Use the Apify webhook feature to get notified immediately when new posts are found

Latency

Detection latency is typically 2–10 seconds from Trump's publish time to your dataset. This is sourced from a 24/7 live monitor, not on-demand scraping.