Truth Social Profile Posts Collector
Pricing
Pay per usage
Go to Apify Store

Truth Social Profile Posts Collector
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Scrapium
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 days ago
Last modified
Categories
Share
Truth Social profile posts scraper
Scrapes public posts from Truth Social profiles via truthsocial.com/api/v1 (same behavior as the reference truth.py script: account lookup, paginated statuses, optional quote/reply enrichment, normalized Mastodon-shaped output).
Input
- username (required): Truth Social handle (e.g.
realDonaldTrump, without@). - maxItems: Max posts per profile (1–1000). Default 100. Legacy maximumPosts /
0(unlimited) still supported in JSON. - firstPostId / lastPostId: Optional Mastodon snowflake ids for pagination bounds.
- proxyConfiguration: Apify Proxy (after direct requests fail: datacenter → residential). Recommended on Apify Cloud.
Legacy: an optional urls array in JSON input is still supported for older tasks.
Output
Dataset items: one row per post — full API status objects (with template keys merged like truth.py).
Local run
$apify run
Provide INPUT.json with urls (and optional fields).