Truth Social Scraper
Pricing
from $1.15 / 1,000 results
Truth Social Scraper
Scrape profile info, truths and replies from the Truth social media platform.
Truth Social Scraper
Pricing
from $1.15 / 1,000 results
Scrape profile info, truths and replies from the Truth social media platform.
Enter username(s) with or without "@". Additionally you can provide profile URL(s) (e.g. https://truthsocial.com/@realDonaldTrump).
Type of content you want to scrape from the specified profiles:
The maximum number of posts/replies to scrape per profile.
If checked, muted posts/replies will also be included in the postsAndReplies output.
If checked, on each run only posts/replies newer than the last id seen for each profile/resultsType pair will be scraped. The newest id per username:resultsType is persisted to the named key-value store store-truth-cursor under key LAST_POST_IDS, so the cursor carries across runs. Useful for incremental runs.
Only relevant when continueFromLastPostId is on. If checked, the run still uses the persisted cursor to filter results, but does NOT update the cursor at the end. Use this for cheap "is there at least one new post since last run?" probes: set maxPostsAndReplies to 1 and peek to true, then trigger a follow-up run with peek off (and a higher maxPostsAndReplies) to fetch every new post since the previous real run.
ISO 8601 date or date-time (e.g. 2026-04-01 or 2026-04-01T00:00:00Z). Only posts/replies with createdAt strictly newer than this value are returned. Pagination stops as soon as an older non-pinned post is encountered, so the filter is efficient on Truth Social's newest-first feed. Useful for ad-hoc backfills (continueFromLastPostId handles the recurring case). Leave empty to disable.
If checked, only posts/replies that contain at least one media attachment (image, video, GIF) will be returned.
If checked, HTML tags are stripped from the content field and common HTML entities are decoded. Truth Social wraps post text in <p>, <a>, <br> etc. - turn this on to get plain text. Defaults to false to preserve the existing output shape.