Truth Social Scraper avatar

Truth Social Scraper

Try for free

Pay $5.00 for 1,000 truths

View all Actors
Truth Social Scraper

Truth Social Scraper

muhammetakkurtt/truth-social-scraper
Try for free

Pay $5.00 for 1,000 truths

Truth Social Scraper efficiently extract posts from Truth Social profiles. Collect account details, post content, engagement metrics, and media URLs. Ideal for researchers, marketers, and analysts tracking social media trends. Customizable depth and profile selection. Data saved to Apify dataset.

Truth Social Scraper

Truth Social Scraper

This Apify actor is designed to scrape posts (truths) from Truth Social profiles.

Features

  • Scrapes posts from a specific Truth Social profile.
  • Collects information such as account name, post content, date, profile link, avatar URL, post URL, video URLs, reply count, retruth count, like count, and image URLs.

Usage

  1. Run this actor in the Apify console.
  2. Provide the desired inputs:
    • truthUrl: The URL of the Truth Social profile you want to scrape posts from.
    • maxDepth: The maximum number of posts to scrape (default: 100).

Output

The scraped posts are saved to the Apify dataset. The output data includes:

  • account_name: Account name
  • account_handle: Account handle
  • verified_badge: Verified account badge
  • truth_date: Post date
  • profile_link: Profile link
  • avatar_url: Avatar URL
  • truth_url: Post URL
  • truth_text: Post content
  • video_urls: Video URLs
  • replies: Reply count
  • retruth: Retruth count
  • likes: Like count
  • image_urls: Image URLs

Example Output

1{
2    "account_name": "Donald J. Trump",
3    "account_handle": "Donald J. Trump",
4    "verified_badge": true,
5    "truth_date": "Oct 01, 2024, 6:05 PM",
6    "profile_link": "https://truthsocial.com/@realDonaldTrump",
7    "avatar_url": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/avatars/107/780/257/626/128/497/original/454286ac07a6f6e6.jpeg",
8    "truth_url": "https://truthsocial.com/@realDonaldTrump/posts/113233490720045499",
9    "truth_text": "Just landed in beautiful Wisconsin! Join me live from Waunakee at 1:30PM CDT / 2:30PM EDT on @RSBN, @NewsMax, @realAmericasVoice, and Donald J. Trump @Rumble, among others. See you soon! Live link: https://rumble.com/v5gzbn0-live-president-trump-in-waunakee-wi.html",
10    "video_urls": [
11      {
12        "url": "https://1a-1791.com/video/s8/2/b/H/M/U/bHMUt.caa.mp4?b=1&u=ummtf",
13        "quality": "480p"
14      },
15      {
16        "url": "https://1a-1791.com/video/s8/2/b/H/M/U/bHMUt.gaa.mp4?b=1&u=ummtf",
17        "quality": "720p"
18      },
19      {
20        "url": "https://1a-1791.com/video/s8/2/b/H/M/U/bHMUt.haa.mp4?b=1&u=ummtf",
21        "quality": "1080p"
22      },
23      {
24        "url": "https://1a-1791.com/video/s8/2/b/H/M/U/bHMUt.iaa.mp4?b=1&u=ummtf",
25        "quality": "1440p"
26      },
27      {
28        "url": "https://1a-1791.com/video/s8/2/b/H/M/U/bHMUt.jaa.mp4?b=1&u=ummtf",
29        "quality": "2160p"
30      }
31    ],
32    "replies": "469",
33    "retruth": "1.43k",
34    "likes": "5.8k",
35    "image_urls": null
36  },

This example output shows the structure of a single truth. The actual output will be a list of similar objects for all scraped truths.

Notes

  • The collected data is stored in Apify’s default data store.
Developer
Maintained by Community
Actor metrics
  • 8 monthly users
  • 2 stars
  • 83.3% runs succeeded
  • Created in Oct 2024
  • Modified about 1 month ago