Truth Social Trending Hashtags Tracker avatar
Truth Social Trending Hashtags Tracker

Pricing

Pay per usage

Go to Apify Store
Truth Social Trending Hashtags Tracker

Truth Social Trending Hashtags Tracker

Fetch top trending tags from Truth Social and save clean JSON to Apify datasets. Choose limit, get counts and 7‑day history for quick analysis.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a month ago

Last modified

Share

Fetch current trending tags from Truth Social and save them into an Apify dataset.

What this actor does

  • Retrieves the latest trending tags
  • Lets you choose how many items to store using limit
  • Saves a normalized list with name, url, recentStatusesCount, recentHistory

Input

  • limit (number, optional, default 5): How many top tags to include.

Output

The actor writes one dataset item per run with the structure below:

{
"query": "trending",
"fetchedAt": "2025-10-08T02:05:00.123Z",
"success": true,
"limit": 5,
"totalAvailable": 20,
"data": [
{
"name": "MAGA",
"url": "https://truthsocial.com/tags/MAGA",
"recentStatusesCount": 13342,
"recentHistory": [548, 511, 495, 411, 461, 502, 444]
}
],
"error": null
}

If something goes wrong, success will be false and error will contain details, while data will be an empty array.

How to run on Apify

  1. Open the actor in Apify Console
  2. (Optional) Set limit in the input (default is 5)
  3. Run the actor and check the dataset tab for results

Notes

  • Upstream returns an array of tags; the actor stores the first limit items.
  • Errors are captured into the dataset so you can inspect what happened.