Truth Social Scraper API avatar
Truth Social Scraper API

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Truth Social Scraper API

Truth Social Scraper API

Developed by

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Truth Social Scraper API for Apify: extract user info, feeds, followers, following, and hashtag posts. Clean JSON output for analytics and monitoring.

0.0 (0)

Pricing

from $5.00 / 1,000 results

0

2

1

Last modified

8 days ago

Truth Social Scraper API ⚡

The Truth Social Scraper API is a production-ready Apify Actor that extracts structured data from Truth Social accounts, feeds, followers, following lists, and hashtag timelines. Built for scale, reliability, and clean JSON outputs, it’s ideal for analytics, social listening, and research pipelines.


Features ✨

  • User Info: GET /users/{username}
  • User Feed: GET /users/{username}/feed?limit=
  • Following: GET /users/{username}/following
  • Followers: GET /users/{username}/followers
  • Tag Timeline: GET /tags/{tag}?limit=

Results are pushed to the default Apify dataset as line-delimited JSON items.


How it works 🧠

This Apify Actor makes resilient HTTP requests, performs lightweight retries, and buffers data before writing to the dataset to minimize I/O overhead. You can enable exactly the endpoints you need and provide either a username (e.g., realDonaldTrump) or a full profile URL (e.g., https://truthsocial.com/@realDonaldTrump).


Input configuration ⚙️

GroupKeyTypeDefaultDescription
User Infouser_info_enabledbooleantrueEnable user info
user_info_usernamestringrealDonaldTrumpUsername or profile URL
User Feeduser_feed_enabledbooleanfalseEnable user feed
user_feed_usernamestringUsername or profile URL
user_feed_limitinteger20Max items
Followinguser_following_enabledbooleanfalseEnable following
user_following_usernamestringUsername or profile URL
Followersuser_followers_enabledbooleanfalseEnable followers
user_followers_usernamestringrealDonaldTrumpUsername or profile URL
Tag Timelinetag_timeline_enabledbooleanfalseEnable tag timeline
tag_namestringweirdTag without #
tag_limitinteger5Max items

Use cases 🚀

  • Brand monitoring and executive comms tracking
  • Audience analysis from followers/following graphs
  • Content curation from user feeds and hashtags
  • Social listening and trend discovery on Truth Social

Why this Truth Social Scraper API? ✅

  • Built as an Apify Actor for reliability and scale
  • Clean JSON output ready for BI tools or data pipelines
  • Modular inputs so you only fetch what you need
  • URL-friendly inputs for fast copy-paste usage

Quick start ⚡

  1. Create an Actor task using this input schema.
  2. Toggle the endpoints you need and paste a username or profile URL.
  3. Run the task and explore the dataset for results.

Example input:

{
"user_info_enabled": true,
"user_info_username": "https://truthsocial.com/@realDonaldTrump",
"user_feed_enabled": true,
"user_feed_username": "https://truthsocial.com/@elisestefanik",
"user_feed_limit": 20,
"tag_timeline_enabled": true,
"tag_name": "weird",
"tag_limit": 5
}

Example outputs 📤

Below are representative JSON snippets you will see in the dataset. Structures can evolve, but field shapes are consistent.

1) User Info

{
"endpoint": "user_info",
"username": "realDonaldTrump",
"id": "107780257626128497",
"display_name": "Donald J. Trump",
"avatar": "https://static-assets-1.truthsocial.com/.../avatars/.../original/....jpeg",
"header": "https://static-assets-1.truthsocial.com/.../headers/.../original/....jpeg",
"verified": true,
"note": "<p></p>",
"created_at": "2022-02-11T16:16:57.705000Z",
"last_status_at": "2025-10-27T00:00:00",
"followers_count": 10972446,
"following_count": 72,
"statuses_count": 29447,
"website": "www.DonaldJTrump.com"
}

2) User Feed (each item)

{
"endpoint": "user_feed",
"username": "realDonaldTrump",
"id": "115445084269284249",
"created_at": "2025-10-27T08:03:09.169000Z",
"url": "https://truthsocial.com/@realDonaldTrump/115445084269284249",
"language": "en",
"replies_count": 3389,
"reblogs_count": 6452,
"favourites_count": 27357,
"content": "<p>After winning THREE Elections...</p>",
"content_plain": "After winning THREE Elections...",
"media_attachments": [],
"tags": []
}

3) Following (each item)

{
"endpoint": "user_following",
"username": "realDonaldTrump",
"id": "113686491998750334",
"username_summary": "WhiteHouse",
"display_name": "The White House",
"avatar": "https://static-assets-1.truthsocial.com/.../avatars/.../original/....png",
"verified": true,
"followers_count": 1988013,
"following_count": 8,
"statuses_count": 1392,
"website": "wh.gov"
}

4) Followers (each item)

{
"endpoint": "user_followers",
"username": "elisestefanik",
"id": "107809194118264914",
"username_summary": "VIPtalentandEvents",
"display_name": "VIP Talent & Events",
"avatar": "https://static-assets-1.truthsocial.com/.../avatars/.../original/....png",
"verified": true,
"followers_count": 237140,
"following_count": 6665,
"statuses_count": 684,
"website": ""
}

5) Tag Timeline (each item)

{
"endpoint": "tag_timeline",
"tag": "weird",
"id": "115442322929776750",
"created_at": "2025-10-26T20:20:54.538000Z",
"url": "https://truthsocial.com/@realDonaldTrump/115442322929776750",
"language": "en",
"content_plain": "Thank you. Big progress for America being made!",
"media_attachments": [
{ "id": "115442321119898889", "type": "image", "url": "https://static-assets-1.truthsocial.com/.../original/....jpg" }
],
"tags": []
}

FAQ ❓

  • Can I paste a URL instead of a username?
    • Yes. All username fields accept either a plain username or a profile URL.
  • Where do the results go?
    • To the default dataset in your Apify run.
  • Is login required?
    • No. The actor collects publicly accessible data.

Find Me Better 🔎

Truth Social Scraper API, Truth Social data extractor, Truth Social user feed scraper, Truth Social followers scraper, Truth Social following scraper, Truth Social hashtag scraper, Truth Social API alternative, Apify Truth Social scraper, social media scraping for Truth Social, Truth Social analytics data pipeline.