Trump Truth Social Scraper avatar

Trump Truth Social Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Trump Truth Social Scraper

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

Maple Rope

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

2

Monthly active users

15 days ago

Last modified

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

FieldExample ValueDescription
id118000123456789012Unique identifier of the Truth Social post
created_at2026-05-18T14:22:31.000ZTimestamp when the post was published
in_reply_to_idnullID of the post this is replying to (if it is a reply)
quote_idnullID of the quoted post if this post quotes another
in_reply_to_account_idnullAccount ID of the user being replied to
sensitivefalseIndicates whether the post contains sensitive content
spoiler_text""Optional warning text shown before viewing the post
visibilitypublicVisibility of the post
languageenLanguage detected for the post
urihttps://truthsocial.com/@realDonaldTrump/118000123456789012Internal URI reference for the post
urlhttps://truthsocial.com/@realDonaldTrump/118000123456789012Direct public link to the post
content<p>Example post content...</p>HTML content of the post
account.id107780257626128497Unique ID of the posting account
account.usernamerealDonaldTrumpUsername of the account
account.display_nameDonald J. TrumpDisplay name of the account
account.created_at2022-02-11T16:16:57.705ZTimestamp when the account was created
account.urlhttps://truthsocial.com/@realDonaldTrumpProfile page of the account
account.avatarhttps://example-cdn.truthsocial.com/avatars/trump.jpgAvatar image of the account
account.headerhttps://example-cdn.truthsocial.com/headers/trump-banner.jpgHeader banner image for the profile
account.followers_count12000000Number of followers the account has
account.following_count69Number of accounts this user follows
account.statuses_count33000Total number of posts published by the account
account.verifiedtrueWhether the account is verified
account.locationUnited StatesLocation listed on the profile
account.websitehttps://www.donaldjtrump.comWebsite 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.urlhttps://example.com/news/sample-articleURL of the previewed link
card.titleExample News Article Referenced in Truth Social PostTitle of the linked article
card.descriptionExample preview descriptionShort summary shown in the preview card
card.typelinkType of preview card
card.provider_nameexample.comSource website for the preview card
card.imagehttps://example.com/images/article-preview.jpgImage displayed in the link preview
replies_count120Number of replies to the post
reblogs_count340Number of reposts (similar to retweets)
favourites_count2100Number of likes on the post
upvotes_count2100Total upvotes for the post
downvotes_count0Total downvotes for the post
favouritedfalseWhether the viewing user has liked the post
rebloggedfalseWhether the viewing user has reposted the post
mutedfalseWhether the viewing user has muted the post
pinnedfalseWhether the post is pinned to the profile
bookmarkedfalseWhether the viewing user has bookmarked the post
pollnullPoll data if the post includes a poll
emojis[]Custom emojis used in the post
votablefalseIndicates whether voting reactions are allowed
edited_atnullTimestamp of when the post was edited
version1Internal version number of the post
editablefalseWhether the post can still be edited
titlenullOptional 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.