TruthSocial Profile Scraper avatar
TruthSocial Profile Scraper

Pricing

$19.99/month + usage

Go to Store
TruthSocial Profile Scraper

TruthSocial Profile Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

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.

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

9

Monthly users

2

Runs succeeded

>99%

Last modified

2 months ago

Truth Social Profile Scraper ๐Ÿ‘ค

๐Ÿ” Overview

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.

โœจ Features

  • ๐ŸŽฏ Extract complete user profile information
  • ๐Ÿ“Š Get detailed metrics (followers, following, posts count)
  • โœ… Verify account authentication status
  • ๐Ÿ“… Retrieve account creation date and last activity
  • ๐Ÿ–ผ๏ธ Access profile and header image URLs
  • ๐Ÿ”— Collect associated website links
  • ๐Ÿค– Support for proxy configuration
  • โšก Fast and efficient data collection

๐Ÿ“‹ Output Data

The actor provides detailed profile information including:

  • User ID and username
  • Display name
  • Account creation date
  • Followers and following counts
  • Total posts count
  • Last activity timestamp
  • Verification status
  • Profile and header images
  • Associated website
  • Account settings and preferences

๐Ÿ’ก Use Cases

  • Social media research and analysis
  • Influencer identification
  • User engagement tracking
  • Account verification checking
  • Profile data aggregation
  • Social media monitoring

๐Ÿ”ง Input Configuration

The actor accepts the following inputs:

  • profileUrls: Array of Truth Social profile URLs to scrape
  • proxyConfiguration: Proxy settings for making requests(optional)

Input Example

A full explanation of an input example in JSON.

{
"profileUrls": [
"https://truthsocial.com/@realDonaldTrump"
],
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output sample

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.

[
{
"id": "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/tmtg:prime-ts-assets/accounts/avatars/107/780/257/626/128/497/original/454286ac07a6f6e6.jpeg",
"avatar_static": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/avatars/107/780/257/626/128/497/original/454286ac07a6f6e6.jpeg",
"header": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/headers/107/780/257/626/128/497/original/ba3b910ba387bf4e.jpeg",
"header_static": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/headers/107/780/257/626/128/497/original/ba3b910ba387bf4e.jpeg",
"followers_count": 8263144,
"following_count": 71,
"statuses_count": 24120,
"last_status_at": "2024-11-29",
"verified": true,
"location": "",
"website": "www.DonaldJTrump.com",
"accepting_messages": false,
"chats_onboarded": true,
"feeds_onboarded": true,
"tv_onboarded": false,
"bookmarks_onboarded": false,
"show_nonmember_group_statuses": false,
"pleroma": {
"accepts_chat_messages": false
},
"tv_account": false,
"receive_only_follow_mentions": false,
"emojis": [],
"fields": []
}
]