Trump Truth Social Scraper
Pricing
from $4.00 / 1,000 results
Trump Truth Social Scraper
Fetch the latest Truth Social post from Donald Trump's account in seconds. This Apify scraper returns the newest post with text, timestamp, and metadata in clean JSON, making it ideal for monitoring, alerts, dashboards, trading signals, news tracking, and automated workflows.
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
Maple Rope
Actor stats
0
Bookmarked
5
Total users
2
Monthly active users
15 days ago
Last modified
Categories
Share
Trump Truth Social Latest Post Scraper
This Apify actor fetches the latest post from Donald Trump's Truth Social account and returns the complete post data in structured JSON.
It is designed for developers, journalists, researchers, and monitoring systems that need a simple and reliable way to track Trump's most recent Truth Social activity automatically.
Instead of manually checking Truth Social, this actor retrieves the newest post and returns all available fields so it can easily be integrated into dashboards, alerts, automation workflows, or data pipelines.
What This Actor Does
- Retrieves the most recent Truth Social post from Donald Trump
- Returns the full post object with all available metadata
The output contains a single item representing the newest post.
Output
The actor returns the complete post object as structured JSON.
Example output structure (fields may vary):
{"id": "100000111111111111","created_at": "2026-05-18T14:22:31.000Z","in_reply_to_id": null,"quote_id": null,"in_reply_to_account_id": null,"sensitive": false,"spoiler_text": "","visibility": "public","language": "en","uri": "https://truthsocial.com/@realDonaldTrump/100000111111111111","url": "https://truthsocial.com/@realDonaldTrump/100000111111111111","content": "<p>Example post content from Donald Trump on Truth Social. This is sample text used to demonstrate the API response format returned by the scraper.</p>","account": {"id": "100000111111111111","username": "realDonaldTrump","acct": "realDonaldTrump","display_name": "Donald J. Trump","locked": false,"bot": false,"discoverable": false,"group": false,"created_at": "2022-02-11T16:16:57.705Z","note": "<p>45th President of the United States</p>","url": "https://truthsocial.com/@realDonaldTrump","avatar": "https://example-cdn.truthsocial.com/avatars/trump.jpg","avatar_static": "https://example-cdn.truthsocial.com/avatars/trump.jpg","header": "https://example-cdn.truthsocial.com/headers/trump-banner.jpg","header_static": "https://example-cdn.truthsocial.com/headers/trump-banner.jpg","followers_count": 12000000,"following_count": 69,"statuses_count": 33000,"last_status_at": "2026-03-12","verified": true,"location": "United States","website": "https://www.donaldjtrump.com","unauth_visibility": true,"chats_onboarded": true,"feeds_onboarded": true,"accepting_messages": false,"show_nonmember_group_statuses": false,"emojis": [],"fields": [],"tv_onboarded": false,"tv_account": false,"premium": true},"media_attachments": [],"mentions": [],"tags": [],"card": {"id": null,"url": "https://example.com/news/sample-article","title": "Example News Article Referenced in Truth Social Post","description": "This is an example preview card description demonstrating how link metadata appears in a Truth Social post response.","type": "link","author_name": "","author_url": "","provider_name": "example.com","provider_url": "","html": "","width": 800,"height": 420,"image": "https://example.com/images/article-preview.jpg","embed_url": "","blurhash": "UECFn+R,8^j[ogWCaxj[D%oLkXf6X8oLsljs","links": null,"group": null},"group": null,"quote": null,"in_reply_to": null,"reblog": null,"sponsored": false,"replies_count": 120,"reblogs_count": 340,"favourites_count": 2100,"reaction": null,"upvotes_count": 2100,"downvotes_count": 0,"favourited": false,"reblogged": false,"muted": false,"pinned": false,"bookmarked": false,"poll": null,"emojis": [],"votable": false,"edited_at": null,"version": "1","editable": false,"title": null}
Common Fields
Example Output Fields
| Field | Example Value | Description |
|---|---|---|
id | 118000123456789012 | Unique identifier of the Truth Social post |
created_at | 2026-05-18T14:22:31.000Z | Timestamp when the post was published |
in_reply_to_id | null | ID of the post this is replying to (if it is a reply) |
quote_id | null | ID of the quoted post if this post quotes another |
in_reply_to_account_id | null | Account ID of the user being replied to |
sensitive | false | Indicates whether the post contains sensitive content |
spoiler_text | "" | Optional warning text shown before viewing the post |
visibility | public | Visibility of the post |
language | en | Language detected for the post |
uri | https://truthsocial.com/@realDonaldTrump/118000123456789012 | Internal URI reference for the post |
url | https://truthsocial.com/@realDonaldTrump/118000123456789012 | Direct public link to the post |
content | <p>Example post content...</p> | HTML content of the post |
account.id | 107780257626128497 | Unique ID of the posting account |
account.username | realDonaldTrump | Username of the account |
account.display_name | Donald J. Trump | Display name of the account |
account.created_at | 2022-02-11T16:16:57.705Z | Timestamp when the account was created |
account.url | https://truthsocial.com/@realDonaldTrump | Profile page of the account |
account.avatar | https://example-cdn.truthsocial.com/avatars/trump.jpg | Avatar image of the account |
account.header | https://example-cdn.truthsocial.com/headers/trump-banner.jpg | Header banner image for the profile |
account.followers_count | 12000000 | Number of followers the account has |
account.following_count | 69 | Number of accounts this user follows |
account.statuses_count | 33000 | Total number of posts published by the account |
account.verified | true | Whether the account is verified |
account.location | United States | Location listed on the profile |
account.website | https://www.donaldjtrump.com | Website associated with the account |
media_attachments | [] | Media attached to the post (images, videos, etc.) |
mentions | [] | Accounts mentioned in the post |
tags | [] | Hashtags used in the post |
card.url | https://example.com/news/sample-article | URL of the previewed link |
card.title | Example News Article Referenced in Truth Social Post | Title of the linked article |
card.description | Example preview description | Short summary shown in the preview card |
card.type | link | Type of preview card |
card.provider_name | example.com | Source website for the preview card |
card.image | https://example.com/images/article-preview.jpg | Image displayed in the link preview |
replies_count | 120 | Number of replies to the post |
reblogs_count | 340 | Number of reposts (similar to retweets) |
favourites_count | 2100 | Number of likes on the post |
upvotes_count | 2100 | Total upvotes for the post |
downvotes_count | 0 | Total downvotes for the post |
favourited | false | Whether the viewing user has liked the post |
reblogged | false | Whether the viewing user has reposted the post |
muted | false | Whether the viewing user has muted the post |
pinned | false | Whether the post is pinned to the profile |
bookmarked | false | Whether the viewing user has bookmarked the post |
poll | null | Poll data if the post includes a poll |
emojis | [] | Custom emojis used in the post |
votable | false | Indicates whether voting reactions are allowed |
edited_at | null | Timestamp of when the post was edited |
version | 1 | Internal version number of the post |
editable | false | Whether the post can still be edited |
title | null | Optional title field for the post |
Typical Use Cases
Real-Time Post Monitoring
Track when Donald Trump posts on Truth Social and trigger alerts or automated workflows.
News and Media Tracking
Journalists and analysts can monitor Trump's latest statements without manually checking the platform.
Market and Event Monitoring
Some users monitor Truth Social activity for announcements or commentary that could influence markets or public events.
Data Collection
Developers can store posts over time to build historical datasets, analytics pipelines, or monitoring tools.
Summary
The Trump Truth Social Latest Post Scraper provides a simple way to retrieve the newest Truth Social post from Donald Trump, making it easy to integrate Truth Social monitoring into automated systems and applications.