Truth Social Scraper — Profiles, Posts & Engagement avatar

Truth Social Scraper — Profiles, Posts & Engagement

Pricing

from $7.00 / 1,000 record scrapeds

Go to Apify Store
Truth Social Scraper — Profiles, Posts & Engagement

Truth Social Scraper — Profiles, Posts & Engagement

HTTP-only Truth Social scraper. No-login profiles, posts/replies & single-status lookup; search, trends, hashtags, followers & comments unlock with an optional token. Lead enrichment + monitoring.

Pricing

from $7.00 / 1,000 record scrapeds

Rating

0.0

(0)

Developer

Yuliia Kulakova

Yuliia Kulakova

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Truth Social Scraper

Truth Social Scraper — profiles, posts, replies, media & engagement (no login)

Scrape Truth Social profiles, posts/statuses and single posts with full engagement metrics and media — no login required. Built for social & political monitoring, research, and lead generation.

Give it a handle, a profile URL or a post URL and get back clean, structured records — no account needed and rich data fast: identity, bio, follower/following/post counts, every post with replies / re-Truths / likes / up- & down-votes, expanded quotes, re-Truths, reply parents, media (with blurhash & meta), polls, cards, mentions and hashtags — plus contact leads extracted from bios.


Key features

  • Three modes — no login required:
    • profile — full account details for any public user.
    • user-posts — a user's posts & replies, paginated, with efficient filters.
    • status-details — one or more single posts by ID or URL, fully expanded.
  • Full engagement metrics on every post: repliesCount, reblogsCount (re-Truths), favouritesCount (likes), plus Truth Social's native upvotesCount / downvotesCount.
  • Expanded objects — quoted post (quote), re-Truthed original (reblog) and the replied-to parent (inReplyTo) are returned as full nested status objects, not just IDs.
  • Rich media — each attachment carries type, url, previewUrl, description, blurhash and meta; posts also expose card (link preview) and poll (options + vote counts).
  • Identity & profile depth — verified/premium flags, follower/following/post counts, avatar & header (animated + static), website, metadata fields (with verifiedAt), custom emojis, discoverable/unauthVisibility and the raw platform onboarding/preference flags.
  • Bio lead enrichmentenrichLeads pulls emails, phones, links and social handles (X, Instagram, Facebook, YouTube, TikTok, Telegram, LinkedIn, Rumble) out of the bio, website and profile fields into a leads object.
  • Monitoring & incrementalmonitorMode and continueFromLastPost keep per-target last-seen state in a named key-value store, so scheduled runs only return what's new. Explicit sinceId / maxId cursors and postsNewerThan / postsOlderThan date bounds are also supported.
  • Output controloutputPreset: full | compact, cleanContent (adds plain-text text/bio while always keeping raw contentHtml/bioHtml), and flattenOutput for CSV/Excel-friendly columns.
  • Complete no-login coverage — profiles, posts & replies, single-post details, media, engagement metrics, pagination and incremental monitoring, with bio lead enrichment on top.

Input

Configure via the visual input form or pass JSON. All fields are optional except the target for each mode; defaults are shown.

FieldTypeDefaultUsed byDescription
modeselectprofileprofile, user-posts, or status-details. No login required.
identifiersstring[][]profile, user-postsHandles (realDonaldTrump), @handle, profile URLs, or numeric account IDs. Handles are auto-resolved to IDs.
postIdsstring[][]status-detailsStatus IDs or full status URLs (https://truthsocial.com/@user/117216179932593008).
maxItemsinteger20allGlobal cap on records written this run, across all targets.
maxPostsPerProfileinteger20user-postsPer-profile post cap (paged in 20s). Global maxItems still applies.
onlyRepliesbooleanfalseuser-postsKeep only posts that are replies.
excludeRepliesbooleanfalseuser-postsSkip replies (filtered before they count against maxItems).
excludeReblogsbooleanfalseuser-postsSkip re-Truths / reblogs (filtered before they count against maxItems).
onlyMediabooleanfalseuser-postsKeep only posts with at least one media attachment.
includePinnedbooleanfalseuser-postsAlso fetch the profile's pinned posts (prepended).
pinnedOnlybooleanfalseuser-postsFetch ONLY pinned posts.
postsNewerThandateuser-postsKeep posts on/after this ISO date (YYYY-MM-DD); also stops paging older.
postsOlderThandateuser-postsKeep posts before this ISO date.
sinceId / maxIdstringuser-postsExplicit pagination cursors (newer-than / older-than post ID).
continueFromLastPostbooleanfalseuser-postsResume from the newest post ID seen last run (state in KV store).
monitorModebooleanfalseuser-postsEmit only items newer than the previous run (per-target LAST_SEEN).
cleanContentbooleantrueallAdd plain-text text (posts) / bio (profiles); raw HTML always kept in contentHtml / bioHtml.
includeQuotedbooleantrueposts modesKeep the expanded quote object on quote-posts.
includeRebloggedbooleantrueposts modesKeep the expanded reblog object on re-Truths.
enrichLeadsbooleantrueprofileExtract emails/phones/links/socials from bio+website+fields into leads.
outputPresetselectfullallfull (all fields) or compact (most useful fields).
flattenOutputbooleanfalseallDot-flatten nested objects (author.handle, leads.emails.0) for CSV/Excel.
proxyConfigurationproxyAutoallAuto-configured — leave empty. Apify platform proxy usage, when used, is billed to your account at cost.

Input examples

Profile details

{
"mode": "profile",
"identifiers": ["realDonaldTrump", "https://truthsocial.com/@WhiteHouse"],
"enrichLeads": true,
"maxItems": 10
}

User posts / replies

{
"mode": "user-posts",
"identifiers": ["realDonaldTrump"],
"maxPostsPerProfile": 40,
"excludeReplies": true,
"excludeReblogs": true,
"postsNewerThan": "2026-01-01"
}

Single post details

{
"mode": "status-details",
"postIds": ["https://truthsocial.com/@realDonaldTrump/117216179932593008"]
}

Output

Every record carries _type (profile / status), mode, input (the originating handle / postId, for traceability), source_path (a short tag for the internal step that produced the record) and scrapedAt. All examples below are trimmed — full records contain more fields (listed under each sample).

Profile record (_type: "profile")

{
"_type": "profile",
"mode": "profile",
"input": "realDonaldTrump",
"id": "107780257626128497",
"username": "realDonaldTrump",
"acct": "realDonaldTrump",
"displayName": "Donald J. Trump",
"url": "https://truthsocial.com/@realDonaldTrump",
"bio": "",
"bioHtml": "<p></p>",
"verified": true,
"premium": true,
"isBot": false,
"isGroup": false,
"location": "",
"website": "www.DonaldJTrump.com",
"createdAt": "2022-02-11T16:16:57.705Z",
"lastStatusAt": "2026-09-17",
"followersCount": 13057241,
"followingCount": 69,
"statusesCount": 36620,
"avatar": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/avatars/.../original/...jpeg",
"avatarStatic": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/avatars/.../original/...jpeg",
"header": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/headers/.../original/...jpeg",
"discoverable": null,
"fields": [],
"emojis": [],
"leads": {
"emails": [],
"phones": [],
"links": ["https://www.donaldjtrump.com"],
"socials": {},
"hasContact": false
},
"source_path": "profile",
"scrapedAt": "2026-09-17T07:47:00.920Z"
}

Full profile fields: _type, mode, input, id, username, acct, displayName, url, bio, bioHtml, verified, premium, isBot, isGroup, locked, location, website, createdAt, lastStatusAt, followersCount, followingCount, statusesCount, avatar, avatarStatic, header, headerStatic, discoverable, unauthVisibility, acceptingMessages, tvAccount, bookmarksOnboarded, chatsOnboarded, feedsOnboarded, tvOnboarded, groupReactionsOnboarded, showNonmemberGroupStatuses, receiveOnlyFollowMentions, acceptedStatusEditPrompt, fields[] (name, value, valueHtml, verifiedAt), emojis[], leads (emails, phones, links, socials, hasContact), source_path, scrapedAt.

Status record (_type: "status")

{
"_type": "status",
"mode": "user-posts",
"input": "realDonaldTrump",
"id": "117284233667661974",
"url": "https://truthsocial.com/@realDonaldTrump/117284233667661974",
"uri": "https://truthsocial.com/@realDonaldTrump/117284233667661974",
"createdAt": "2026-09-17T03:23:01.892Z",
"editedAt": null,
"authorId": "107780257626128497",
"authorHandle": "realDonaldTrump",
"authorName": "Donald J. Trump",
"author": {
"id": "107780257626128497",
"handle": "realDonaldTrump",
"name": "Donald J. Trump",
"url": "https://truthsocial.com/@realDonaldTrump",
"verified": true,
"followersCount": 13057247,
"followingCount": 69,
"statusesCount": 36620,
"avatar": "https://static-assets-1.truthsocial.com/.../original/...jpeg"
},
"text": "",
"contentHtml": "<p></p>",
"language": null,
"visibility": "public",
"sensitive": false,
"isReply": false,
"inReplyToId": null,
"isReblog": false,
"isQuote": false,
"repliesCount": 333,
"reblogsCount": 1040,
"favouritesCount": 4331,
"upvotesCount": 4331,
"downvotesCount": 0,
"pinned": false,
"sponsored": false,
"mediaCount": 1,
"media": [
{
"id": "117284233359256831",
"type": "image",
"url": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/media_attachments/files/.../original/....jpg",
"previewUrl": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/media_attachments/files/.../small/....jpg",
"description": null,
"blurhash": "UpHe|RRjR:j[_4ozoJaz-if6s,jZ?ZaeWYa|",
"meta": { "original": { "width": 1260, "height": 816, "aspect": 1.544 } }
}
],
"emojis": [],
"group": null,
"tags": [],
"mentions": [],
"card": null,
"poll": null,
"source_path": "user-posts",
"scrapedAt": "2026-09-17T07:49:07.714Z"
}

Full status fields: _type, mode, input, id, url, uri, createdAt, editedAt, authorId, authorHandle, authorName, author{}, text, contentHtml, language, visibility, sensitive, spoilerText, isReply, inReplyToId, inReplyToAccountId, isReblog, isQuote, quoteId, repliesCount, reblogsCount, favouritesCount, upvotesCount, downvotesCount, pinned, sponsored, mediaCount, media[] (id, type, url, previewUrl, textUrl, remoteUrl, description, blurhash, meta), emojis[] (shortcode, url, staticUrl, visibleInPicker), group, tags[], mentions[] (id, handle, url), card, poll, editable, version, source_path, scrapedAt. When present and enabled: quote{}, reblog{} and inReplyTo{} are full nested status objects.

compact output keeps the most useful fields; flattenOutput dot-flattens nested objects for CSV.


Pricing

Pay per event. You are billed $0.01 to start a run plus $0.007 per record written to the dataset (a profile or a post) — bio lead enrichment is included at no extra per-record charge. Apify's standard platform usage (compute and any proxy) is billed to your account at cost on top of that. Cost scales directly with what you collect, so run a small maxItems first to preview the output shape, then scale up.


Use cases

  • Political & brand monitoring — track a set of accounts with monitorMode on a schedule; only new posts and their engagement are returned each run.
  • Post & engagement analysis — pull a user's timeline with full repliesCount / reblogsCount / favouritesCount / upvotesCount / downvotesCount to measure reach and reaction over time.
  • Media & narrative tracking — use onlyMedia and the media[] / card / poll fields to collect images, link previews and polls tied to a topic.
  • Lead research — enrich profiles into a leads object (emails, phones, links, socials) for outreach and audience mapping.
  • Research & archiving — resolve any post URL to a fully-expanded record (with its quote/reblog/reply parent) for citation and dataset building.

Honest limitations

We are upfront about exactly what this actor does.

  • No login, public data only: profile, user-posts and status-details work with no login or account — nothing is gated behind a sign-in, and what you get back is exactly what a logged-out visitor can see.
  • Personal data: profiles and bios are public data that can include personal information (names, emails, phone numbers, links). You are responsible for using it lawfully (GDPR/CCPA and Truth Social's terms) — only for purposes you have a legal basis for, and honor removal requests. This actor never asks for or uses anyone's account credentials.
  • What it returns is what a logged-out visitor can see. Anything Truth Social shows only to signed-in users (for example follower/following lists, tag timelines and site-wide search) is out of scope by design — this actor never asks for or uses anyone's credentials.
  • Proxy: Proxies are configured automatically — no setup needed. Apify's platform proxy usage, when it is used, is billed to your account at cost. Advanced users can pin their own proxy to override the built-in routing.
  • Not affiliated with Truth Social or TMTG. Scrapes public data only. Respect Truth Social's Terms of Service and rate limits.

FAQ

Do I need to log in? No. All three modes — profile, user-posts and status-details — work with no login or account.

Can I get a user's full post history? Yes. Use user-posts with maxPostsPerProfile, or bound it with postsNewerThan / postsOlderThan and page with sinceId / maxId. Filters excludeReplies, excludeReblogs and onlyMedia reduce noise.

How do I collect only new posts on a schedule? Turn on monitorMode (or continueFromLastPost) and schedule the run — per-target last-seen IDs are stored between runs, so each run returns only what's new.

Do I get engagement numbers? Yes — repliesCount, reblogsCount (re-Truths), favouritesCount (likes) and Truth Social's upvotesCount / downvotesCount on every post.

How do I resolve a post URL? Pass the full URL (or the numeric ID) in postIds with mode: "status-details". The record includes the fully-expanded post plus any quote, reblog or inReplyTo parent.

Can I export to CSV/Excel? Yes. Set flattenOutput: true for dot-flattened columns, and/or outputPreset: "compact" for the most useful fields.


Feedback & support

If this scraper saves you time, a ⭐ review on the Apify Store means a lot. Found a bug, or want another field or mode? Open an issue on the Issues tab — I check it regularly and try to fix and re-verify things quickly. Your input and run configuration stay private.