Extract detailed user profile information from Truth Social accounts. Get followers count, posts count, verification status, and other profile metrics automatically. Perfect for social media analysis and user research.
Truth Social Profile Scraper is a powerful tool that allows you to extract detailed user profile information from Truth Social accounts. This actor navigates to profile pages and collects comprehensive data about users, including their follower counts, posting activity, verification status, and other key metrics.
The actor provides detailed profile information including:
The actor accepts the following inputs:
profileUrls
: Array of Truth Social profile URLs to scrapeproxyConfiguration
: Proxy settings for making requests(optional)A full explanation of an input example in JSON.
1{ 2 "profileUrls": [ 3 "https://truthsocial.com/@realDonaldTrump" 4 ], 5 "proxyConfiguration": { 6 "useApifyProxy": false 7 } 8}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "id": "107780257626128497", 4 "username": "realDonaldTrump", 5 "acct": "realDonaldTrump", 6 "display_name": "Donald J. Trump", 7 "locked": false, 8 "bot": false, 9 "discoverable": null, 10 "group": false, 11 "created_at": "2022-02-11T16:16:57.705Z", 12 "note": "<p></p>", 13 "url": "https://truthsocial.com/@realDonaldTrump", 14 "avatar": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/avatars/107/780/257/626/128/497/original/454286ac07a6f6e6.jpeg", 15 "avatar_static": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/avatars/107/780/257/626/128/497/original/454286ac07a6f6e6.jpeg", 16 "header": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/headers/107/780/257/626/128/497/original/ba3b910ba387bf4e.jpeg", 17 "header_static": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/headers/107/780/257/626/128/497/original/ba3b910ba387bf4e.jpeg", 18 "followers_count": 8263144, 19 "following_count": 71, 20 "statuses_count": 24120, 21 "last_status_at": "2024-11-29", 22 "verified": true, 23 "location": "", 24 "website": "www.DonaldJTrump.com", 25 "accepting_messages": false, 26 "chats_onboarded": true, 27 "feeds_onboarded": true, 28 "tv_onboarded": false, 29 "bookmarks_onboarded": false, 30 "show_nonmember_group_statuses": false, 31 "pleroma": { 32 "accepts_chat_messages": false 33 }, 34 "tv_account": false, 35 "receive_only_follow_mentions": false, 36 "emojis": [], 37 "fields": [] 38 } 39]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!