Truthsocial ScrapeBI

Truthsocial ScrapeBI

by scrapebi

A reliable Truth Social scraper for developers. Extracts user profiles, posts, followers, and trends with smart rate limiting, auto-retries, and proxy support.

174,224 runs
19 users
Try This Actor

Opens on Apify.com

About Truthsocial ScrapeBI

Need to pull data from Truth Social for research, analysis, or building an app? This scraper is what I use. It reliably grabs the full picture: user profiles, their posts, follower and following lists, plus what's trending. The real value is in how it handles the tricky parts so you don't have to. It manages rate limits intelligently, automatically retries if something hiccups, and works smoothly with proxies. The pagination is handled in real-time, so you can just set it and get a clean, continuous stream of structured data without manual intervention. It's built on ScrapeBI's infrastructure, which means it's got that enterprise-grade uptime and consistency I rely on for my projects. Whether you're a data scientist looking for social sentiment, a marketer analyzing trends, or a developer feeding an application, this tool gets you the data you need in a format you can actually use.

What does this actor do?

Truthsocial ScrapeBI is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Truthsocial ScrapeBI

An Apify actor for scraping public data from Truth Social. It's a Python-based tool that extracts structured JSON data for profiles, posts, and network information.

Overview

This actor allows you to programmatically collect data from Truth Social. You can run it on the Apify platform or integrate it via API. It handles the scraping logic, so you only need to specify what data you want.

Key Features

Scrapes the following public data:
* User Profiles: Full profile details and statistics (bio, follower counts, verification status).
* User Posts: A user's posts with pagination support.
* Followers/Following: Lists of a user's followers and who they follow.
* Trending Posts: Currently popular content on the platform.

How to Use

Specify a scraping option and provide the necessary parameters as input. The actor runs and returns structured JSON.

Input Parameters

Configure the actor with a JSON input object. These are the main parameters:

Parameter Required Description Example
option Yes The type of data to scrape. "userposts"
username Required for all options except trending The target Truth Social username. "realDonaldTrump"
next_cursor No (Optional) For userposts only; a cursor ID to resume pagination. "123456789"

Valid option values: userinfo, userposts, followers, following, trending.

Basic Usage Example

To get a user's profile, configure the actor with this input:

{
  "option": "userinfo",
  "username": "realDonaldTrump"
}

Input/Output

Example 1: Get User Profile (userinfo)

Input:

{
  "option": "userinfo",
  "username": "realDonaldTrump"
}

Output (abbreviated):
The actor returns a detailed profile object.

{
  "id": "107780257626128497",
  "username": "realDonaldTrump",
  "display_name": "Donald J. Trump",
  "followers_count": 10566931,
  "following_count": 72,
  "statuses_count": 28722,
  "verified": true
  // ... more fields
}

Example 2: Get User Posts (userposts)

Input:

{
  "option": "userposts",
  "username": "realDonaldTrump"
}

Output:
Returns an object containing an array of posts and a cursor for pagination.

{
  "username": "realDonaldTrump",
  "count": 20,
  "next_cursor": "115125304306019834",
  "data": [
    {
      "id": "115129261076571259",
      "created_at": "2025-09-01T13:25:09.726Z",
      "content": "<p>Post content here...</p>"
      // ... post details
    }
    // ... more posts
  ]
}

Use the next_cursor value from the output as a new input parameter to get the next page of posts.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Truthsocial ScrapeBI now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
scrapebi
Pricing
Paid
Total Runs
174,224
Active Users
19
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support