Truth Social API
Unofficial Truth Social API for Data Scraping & OSINT What is the Truth Social API? This API provides a powerful gateway to scrape and analyze public data from Truth Social. It allows developers, researchers, and data scientists to programmatically access user profiles, truths (posts), hashtags, and engagement metrics without needing complex browser automation. Key Features & Capabilities: User…
Truth Social API endpoints
| Method | Endpoint | Description |
|---|---|---|
| users | ||
| GET |
User information /users/{username} |
Get basic account information for the provided username. |
| GET |
Following /users/{username}/following |
Returns a list of accounts that the specified user is following. |
| GET |
Truth Feed /users/{username}/feed |
Retrieve a list of truths from specified user. |
| GET |
Followers /users/{username}/followers |
Retrieve a list of accounts that are following the specified user. |
| tags | ||
| GET |
Tag Feed /tags/{tag} |
Retrieve a feed of posts for the specified tag. |
| GET |
Trending Tags /tags |
Get the top 5 trending tags. The `recent_history ` array in the response contains the count of users posting about the tag in the last 6 days. |
Truth Social API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19.95 / month | 60 / minute |
|
| ULTRA Recommended | $49.95 / month | 5000 / hour |
|
| MEGA | $119.95 / month | — |
|