Truth Social Scraper πŸ“±

Truth Social Scraper πŸ“±

Extract posts, user profiles, and engagement metrics from Truth Social accounts. Scrape public posts with media attachments, replies, reblogs and other engagement data. Perfect for social media analysis and content monitoring.

SOCIAL_MEDIAINTEGRATIONSOTHERApify

Extract posts and profile data from Truth Social accounts efficiently and reliably. This actor helps you gather valuable social media data for analysis, monitoring, and research purposes.

πŸ”₯ Features

  • Scrape posts from any public Truth Social profile
  • Extract comprehensive post metadata including:
    • Post content and creation time
    • Engagement metrics (replies, reblogs, favorites)
    • Media attachments and embedded links
    • Quote posts and replies
  • Collect detailed user profile information:
    • Profile statistics (followers, following, post count)
    • Account verification status
    • Profile metadata (location, website, bio)
  • Support for batch processing multiple profiles
  • Configurable maximum items per profile
  • Built-in proxy rotation support

🎯 Use Cases

  • Social media monitoring and analysis
  • Content research and tracking
  • Engagement metrics collection
  • Influencer analysis
  • Digital marketing research
  • Academic research

πŸ’‘ Input Configuration

The actor accepts the following input parameters:

  • profileUrls: Array of Truth Social profile URLs to scrape
  • maxItems: Maximum number of posts to collect per profile
  • proxyConfiguration: Optional proxy settings for enhanced reliability

πŸ“Š Output

The actor outputs detailed JSON data for each post, including:

  • Post content and timestamps
  • Engagement metrics
  • User profile information
  • Media attachments
  • Associated metadata

Input Example

A full explanation of an input example in JSON.

1{
2    "profileUrls": [
3        "https://truthsocial.com/@realDonaldTrump"
4    ],
5    "maxItems": 30
6}

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.

1[
2    {
3        "profileUrl": "https://truthsocial.com/@realDonaldTrump",
4        "scrapedAt": "2025-02-05T03:08:23.645Z",
5        "post": {
6            "id": "113948279944363218",
7            "created_at": "2025-02-04T23:46:07.705Z",
8            "in_reply_to_id": null,
9            "quote_id": null,
10            "in_reply_to_account_id": null,
11            "sensitive": false,
12            "spoiler_text": "",
13            "visibility": "public",
14            "language": null,
15            "uri": "https://truthsocial.com/@realDonaldTrump/113948279944363218",
16            "url": "https://truthsocial.com/@realDonaldTrump/113948279944363218",
17            "content": "<p><a href=\"https://links.truthsocial.com/link/113948279945301806\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">youtube.com/live/MvheR2KJYyY?s</span><span class=\"invisible\">i=zghFB6H8zh6pe-0o</span></a></p>",
18            "account": {
19                "id": "107780257626128497",
20                "username": "realDonaldTrump",
21                "acct": "realDonaldTrump",
22                "display_name": "Donald J. Trump",
23                "locked": false,
24                "bot": false,
25                "discoverable": false,
26                "group": false,
27                "created_at": "2022-02-11T16:16:57.705Z",
28                "note": "<p></p>",
29                "url": "https://truthsocial.com/@realDonaldTrump",
30                "avatar": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/avatars/107/780/257/626/128/497/original/454286ac07a6f6e6.jpeg",
31                "avatar_static": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/avatars/107/780/257/626/128/497/original/454286ac07a6f6e6.jpeg",
32                "header": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/headers/107/780/257/626/128/497/original/ba3b910ba387bf4e.jpeg",
33                "header_static": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/accounts/headers/107/780/257/626/128/497/original/ba3b910ba387bf4e.jpeg",
34                "followers_count": 8800400,
35                "following_count": 71,
36                "statuses_count": 25014,
37                "last_status_at": "2025-02-04",
38                "verified": true,
39                "location": "",
40                "website": "www.DonaldJTrump.com",
41                "unauth_visibility": true,
42                "chats_onboarded": true,
43                "feeds_onboarded": true,
44                "accepting_messages": false,
45                "show_nonmember_group_statuses": null,
46                "emojis": [],
47                "fields": [],
48                "tv_onboarded": false,
49                "tv_account": false
50            },
51            "media_attachments": [],
52            "mentions": [],
53            "tags": [],
54            "card": {
55                "id": null,
56                "url": "https://links.truthsocial.com/link/113948279945301806",
57                "title": "President Trump Holds a Press Conference with Prime Minister Netanyahu of Israel",
58                "description": "The White House",
59                "type": "video",
60                "author_name": "",
61                "author_url": "",
62                "provider_name": "www.youtube.com",
63                "provider_url": "",
64                "html": "<iframe src=\"https://www.youtube.com/embed/MvheR2KJYyY\" width=\"640\" height=\"360\" allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"></iframe>",
65                "width": 640,
66                "height": 360,
67                "image": "https://static-assets-1.truthsocial.com/tmtg:prime-ts-assets/cache/preview_cards/images/048/564/130/original/762b8bac64f211f9.jpg",
68                "embed_url": "",
69                "blurhash": "U45r0[t2D%ofMxofozof00az%Mof?vofRjof",
70                "links": null,
71                "group": null
72            },
73            "group": null,
74            "quote": null,
75            "in_reply_to": null,
76            "reblog": null,
77            "sponsored": false,
78            "replies_count": 1345,
79            "reblogs_count": 2069,
80            "favourites_count": 8370,
81            "favourited": false,
82            "reblogged": false,
83            "muted": false,
84            "pinned": false,
85            "bookmarked": false,
86            "poll": null,
87            "emojis": []
88        }
89    },
90    ...
91]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!