Truth Social Account Details (Live data)
Pricing
from $0.99 / 1,000 results
Truth Social Account Details (Live data)
Extract full Truth Social profile data instantly. Get exact follower counts, following lists, account creation dates, bios, avatars, and verification status from any public Truth Social account. Export clean JSON for social media analytics, influence tracking, and PR monitoring
Pricing
from $0.99 / 1,000 results
Rating
0.0
(0)
Developer
Kawsar
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share

Truth Social Account Details Scraper: Extract Follower Counts, Bios, and Profile Data
The Truth Social Account Details Scraper is a no-code data extraction tool for truthsocial.com. Point it at any public Truth Social profile and it returns clean, structured JSON: follower counts, following counts, total statuses (posts), account creation dates, bios, avatars, header images, and verification status. No login required, no fragile CSS selectors, and no headless browser to babysit.
If you are tracking influential accounts on truth social or monitoring follower growth, you know that keeping an accurate historical record requires constant checks. This actor automates that for you, ensuring you capture exact, real-time profile metrics directly from the platform.
What this Truth Social account scraper actually does
You give it a list of usernames (e.g. realDonaldTrump). It fetches the full public account profile for each one and writes it directly to your dataset.
You receive a complete, detailed account object that includes:
- Account ID, Username, and Display Name
- Bio (Note/Description)
- Follower count and Following count
- Total status (post) count
- Avatar and Header image URLs
- Verified and Premium status flags
- Account creation date
- Website and Location (if provided)
Looking for their actual posts? If you need to scrape the statuses, replies, and media attachments of a Truth Social user, check out our companion actor: Truth Social Scraper.
Why scraping truthsocial.com profile data is important
Most generic scrapers fail or get blocked when trying to scrape truthsocial.com. The site is dynamic, meaning a simple HTTP GET won't load the full follower numbers reliably without rendering JavaScript.
Using this actor, you bypass those issues entirely. You get the raw, complete JSON payload for the profile, which guarantees that your follower and following counts are exactly what the Truth Social database reports at that very second. It handles rate limiting, network retries, and pagination automatically.
Use Cases for the Truth Social Account Scraper
🔬 Researchers & Academics Monitor account growth and track the reach of political or influential figures over time by recording their follower counts and profile updates. Assemble large datasets for influence mapping.
📊 Social Media Analysts & Strategists Build dashboards tracking the growth of specific accounts. Calculate engagement metrics by combining this exact follower size data with post interaction metrics.
🛡️ PR & Communications Teams Keep tabs on when your clients or competitors update their bios, avatars, or website links on their Truth Social profiles. Know exactly when an account's messaging changes.
💾 Archivists & Data Engineers Maintain a clean, structured database of account metadata to join against post/status datasets. Drop the JSON straight into your data warehouse.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
profiles | array | ["realDonaldTrump"] | List of Truth Social usernames to look up. No @ prefix needed. |
Example input
{"profiles": ["realDonaldTrump", "KariLake"]}
Output format
Each item in the dataset represents one complete account profile.
{"accountId": "107780257626128497","username": "realDonaldTrump","acct": "realDonaldTrump","display_name": "Donald J. Trump","locked": false,"bot": false,"discoverable": null,"group": false,"created_at": "2022-02-11T16:16:57.705Z","note": "<p></p>","url": "https://truthsocial.com/@realDonaldTrump","avatar": "https://static-assets-1.truthsocial.com/.../454286ac07a6f6e6.jpeg","avatar_static": "https://static-assets-1.truthsocial.com/.../454286ac07a6f6e6.jpeg","header": "https://static-assets-1.truthsocial.com/.../ba3b910ba387bf4e.jpeg","header_static": "https://static-assets-1.truthsocial.com/.../ba3b910ba387bf4e.jpeg","followers_count": 12700600,"following_count": 69,"statuses_count": 33787,"last_status_at": "2026-05-25","verified": true,"location": "","website": "www.DonaldJTrump.com","accepting_messages": false,"premium": true}
How to run it
Three options, use whichever fits your workflow.
Run it on the Apify platform with no code. Paste your usernames into the input form, hit start. Results land in the default dataset and you can export to JSON, CSV, or Excel from the UI.
Run it from Python. Install apify-client, drop in your API token, call run with the input dict, iterate the dataset. This is how you wire it into an existing data pipeline.
Run it from Node.js. Same idea on the JavaScript side: npm install apify-client, instantiate the client, call the actor, await the dataset.
Legal and ethical notes
Public profiles on truthsocial.com are, by definition, public. Scraping them for research, journalism, archival, or analytics is generally fine. How you use that data is on you. Do not use it to harass individuals, build surveillance products targeting private citizens, or break Truth Social's terms in ways that will get you banned. If you are not sure whether your use case is acceptable, talk to a lawyer.
