Truth Social Scraper | Profiles, Posts & Search avatar

Truth Social Scraper | Profiles, Posts & Search

Pricing

from $2.00 / 1,000 dataset items

Go to Apify Store
Truth Social Scraper | Profiles, Posts & Search

Truth Social Scraper | Profiles, Posts & Search

Scrape public Truth Social profiles, posts, media, metrics, author data, and complete source objects using profile URLs, post URLs, or search queries.

Pricing

from $2.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

Abot API

Abot API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Share

Truth Social Scraper

Scrape public Truth Social profiles, posts, search results, media, engagement metrics, author metadata, and complete source objects.

Modes

Pick one mode with the mode input:

  • Search (mode: "search", default) — scrape public posts for matching search terms or public handles such as @realDonaldTrump. Uses the searchQueries field.
  • URL (mode: "url") — scrape one or more public profile URLs or individual post URLs. Uses the startUrls field.

Only the inputs for the selected mode are used.

What it can do

  • Search mode: scrape public posts for matching search terms when available; public handles such as @realDonaldTrump are also supported.
  • URL mode: scrape one or more public profile URLs or individual post URLs in the same field.
  • Profile content controls: profile-only, posts-only, replies-only, or posts and replies (applies to profile URLs).
  • Rich output: normalized convenience fields plus complete account/status objects so nested public fields are not dropped.

Inputs

InputDefaultNotes
modesearchsearch (use searchQueries) or url (use startUrls). Only the selected mode's inputs run.
searchQueries[]Search mode: search terms or public handles such as @realDonaldTrump.
maxSearchResults0No per-query cap by default; the run stops at Max items.
startUrls[]URL mode: Truth Social profile or post URLs, e.g. https://truthsocial.com/@realDonaldTrump. Profile URLs return the account's posts; post URLs return the single post.
profileContentTypepostsAndRepliesFor profile URLs: profileOnly, postsOnly, repliesOnly, or postsAndReplies.
maxPostsPerProfile0No per-profile cap by default; the run stops at Max items. Fewer rows may be returned if fewer public records exist.
maxItems20The only finite default cap for the whole run.
maxPages0Unlimited by default; leave 0 to stop at Max items.
includeRawtrueKeeps complete source account/status objects.
proxyConfigurationApify residentialResidential proxies are recommended. Basic shared or no-proxy runs can be blocked more often.

If the selected mode's input is empty, the actor defaults to @realDonaldTrump.

Example input

Search mode (default):

{
"mode": "search",
"searchQueries": ["@realDonaldTrump"],
"maxSearchResults": 0,
"maxItems": 20,
"includeRaw": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

URL mode:

{
"mode": "url",
"startUrls": [{ "url": "https://truthsocial.com/@realDonaldTrump" }],
"profileContentType": "postsAndReplies",
"maxPostsPerProfile": 0,
"maxItems": 20,
"includeRaw": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output fields

Common post/search fields include:

  • recordType
  • sourceQuery
  • postId
  • postUrl
  • content
  • contentHtml
  • createdAt
  • editedAt
  • language
  • repliesCount
  • reTruthsCount
  • likesCount
  • quotesCount
  • media, mediaUrls
  • tags, mentions
  • poll, card, cardUrl, cardTitle
  • authorId, authorUsername, authorAcct, authorDisplayName, authorUrl
  • account
  • rawStatus

Profile records include:

  • userId
  • username
  • acct
  • displayName
  • bio, bioHtml
  • url
  • avatar, header
  • followersCount
  • followingCount
  • statusesCount
  • createdAt
  • lastStatusAt
  • verified
  • fields
  • rawAccount

Proxy guidance

Use residential proxies for best reliability. Free-tier or no-proxy runs may work intermittently but are more likely to be blocked.

Notes on legality

This actor is designed for public Truth Social data only. Some public social-media records may still contain personal data. Use the results only for lawful purposes and follow applicable data-protection rules.