Skip to content

Reddit Trends Tracker

Turn fresh Reddit trends into original tweet ideas with Xquik MCP. This free tracker refreshes public engagement data every 30 minutes. Use Reddit as research for angles that can earn more impressions, replies & reposts.

Create a Tweet With Xquik MCP

Copy this into an AI agent connected to Xquik MCP.

Reddit trends tweet prompt

Trending Reddit Posts

Create Timely Tweets From Fresh Reddit Trends

This free page turns fresh Reddit discussions into useful tweet ideas. Xquik tracks up to 50 popular posts from the last 24 hours. It refreshes them every 30 minutes. Each card shows the subreddit, time, title, score, comment count & upvote ratio. Send a trend to an AI agent through Xquik MCP. Ask it to turn the topic into an original insight for your audience. The tweet does not need to mention Reddit or its metrics. A useful, timely angle can earn more impressions, replies & reposts.

How the Ranking Works

Xquik combines public Reddit post scores with freshness. This creates an independent trend ranking.

  1. Xquik discovers posts from Reddit's public popular feed.
  2. It enriches matched posts with publicly visible post details.
  3. It keeps the last 24 hours and ranks posts by score and freshness.

Find Timely Tweet Ideas

Choose a fresh discussion with clear public engagement. Use it as research for one original insight. Do not copy the headline or make Reddit the tweet's subject. A timely angle can improve your chance of earning impressions, replies & reposts.

  • Compare how different subreddits discuss the same current topic.
  • Find posts with strong discussion, useful context or surprising data.
  • Turn one discussion into an original insight. Do not name Reddit by default.

Reddit Trends API Request & Response Example

Retrieve fresh Reddit trend data with one authenticated REST request. Compare the returned JSON. AI agents can run the same workflow through Xquik MCP. Use the results as research for an original tweet idea.

Send the Request

This example requests 10 results from the last 24 hours.

curl "https://xquik.com/api/v1/radar?source=reddit&limit=10&hours=24" \
  -H "x-api-key: xq_YOUR_KEY"

Parameters & Authentication

x-api-key
This example sends an Xquik API key. OAuth 2.1 is also supported.
source
This request uses the data source shown in the example URL.
limit
Optional. Returns 1 to 100 items. Defaults to 50.
hours
Optional. Filters items from the last 1 to 72 hours. Defaults to 6.
category
Optional. Use general, tech, dev, science, culture, politics, business or entertainment.
region
Optional. Use global or codes like US, GB, TR or ES. Defaults to global.
after
Optional. Use nextCursor to request the next page.

Read the Response

Each item returns common Radar fields and Reddit metadata. The top-level score ranks Radar items. metadata.score is Reddit's public net score. Metadata can include subreddit, body, vote ratio, estimates and comment counts. Flags, source links and preview images can also appear. Comment bodies are not returned.

{
  "hasMore": true,
  "items": [
    {
      "category": "tech",
      "createdAt": "2026-07-23T08:05:00.000Z",
      "description": "Example public Reddit post body.",
      "id": "4712",
      "imageUrl": "https://i.redd.it/example.jpg",
      "language": "en",
      "metadata": {
        "author": "example_user",
        "estimatedDownvotes": 370,
        "estimatedUpvotes": 5791,
        "numberComments": 318,
        "score": 5421,
        "selftext": "Example public Reddit post body.",
        "sourceFormat": "html",
        "subreddit": "technology",
        "upvoteRatio": 0.94
      },
      "publishedAt": "2026-07-23T08:00:00.000Z",
      "region": "global",
      "score": 8400,
      "source": "reddit",
      "sourceId": "reddit_abc123",
      "title": "Example Reddit post title",
      "url": "https://www.reddit.com/r/technology/comments/abc123/example/"
    }
  ],
  "nextCursor": "ODQwMHwyMDI2LTA3LTIzVDA4OjAwOjAwLjAwMFp8NDcxMg=="
}

Ask an AI Agent

Copy this prompt into an AI agent connected to Xquik MCP.

Reddit Trends Tracker FAQ

What is the Reddit Trends Tracker?

Xquik lists up to 50 trending Reddit posts from the last 24 hours. It adds public post details and refreshes every 30 minutes. People and AI agents can use this free page. It turns fresh discussions into timely tweets through Xquik MCP.

How often does the Reddit trends tracker update?

Xquik refreshes Reddit data every 30 minutes. This page keeps posts published within the last 24 hours.

What Reddit post data does Xquik return?

Fields can include title, subreddit, author, post body, source URL & domain. They can also include scores, vote estimates, comment counts, flair, flags & preview images. Availability depends on each post.

Are the Reddit upvote and downvote counts exact?

No. Reddit exposes a public net score and vote ratio. Xquik estimates upvotes and downvotes from those values. Reddit may fuzz public vote data, so estimates are not exact.

Does the Reddit trends API include comment text?

No. Xquik returns the public comment count. It does not return comment bodies.

Is Xquik a Reddit scraper?

This page is a focused Reddit trends tracker. It reads public popular-post listings and public post details. It is not a complete Reddit search or comment-scraping API.

How can I get trending Reddit posts through an API?

Send an authenticated GET request to /api/v1/radar?source=reddit&limit=50. The endpoint returns JSON. Radar reads use 0 credits.

Can an AI agent turn Reddit trends into tweets?

Yes. An agent can fetch fresh Reddit trends through Xquik MCP. It can compare public engagement signals and choose a timely topic. It then turns that topic into an original tweet for your audience. Reddit remains the research source and does not need to appear in the tweet. A useful angle may earn more impressions, replies & reposts.