keyword source · reddit

Reddit Trends API

Subreddit subscriber growth, discussion volume time series and live hot posts from one REST endpoint. No OAuth app registration, no rate-limit juggling.

get_growth · reddit
# one POST, every source
POST https://api.trendsapi.ai/api
Authorization: Bearer YOUR_API_KEY

{ "mode": "get_growth",
  "source": "reddit",
  "keyword": "wallstreetbets",
  "percent_growth": ["3M", "12M"] }
200 OKnormalized 0-100
response
  {
    "search_term": "wallstreetbets",
    "data_source": "reddit",
    "results": [
      {
        "period": "3M",
        "growth": 4.1,
        "direction": "increase"
      },
      {
        "period": "12M",
        "growth": 17.8,
        "direction": "increase"
      }
    ]
  }
application/jsontimestamped
Why it exists

Reddit trend data, without the plumbing

Reddit is where niche demand shows up first: people describe problems in their own words months before those phrases become search keywords. Tracking discussion volume over time turns that into a measurable signal instead of anecdote.

Since Reddit's API pricing changes, programmatic access means OAuth apps, rate limits and terms-of-service review. Trends API handles collection and normalization; you query a subreddit or topic and get back a 0-100 series you can compare against search and social sources.

Use cases

What people build with it

Investment research

Track ticker and sector discussion volume as an alternative-data signal.

Brand listening

Measure mention growth after launches or PR events.

Community research

Find the subreddits growing fastest in your niche.

Content marketing

Mine rising pain points before they show up in search volume.

Comparison

How it compares

Reddit APITrends API
AuthOAuth app registrationone API key
Rate limits100 req/min, enforcedplan-based, predictable
Historical growthnot exposedweekly + daily series
Normalized cross-platform scorenoyes, 0-100 vs 14 other sources
Free tieryes, with limits100 requests/month
Three modes, one endpoint
get_time_series

Historical trend series for a keyword on this source, normalized 0-100.

get_growth

Growth percentages over 3M / 6M / 12M / 5Y windows.

get_top_trends

21 live trending feeds across platforms, no keyword needed.

FAQ

Common questions

What Reddit data does Trends API provide?

Subreddit subscriber counts and discussion volume as normalized time series, growth percentages over 3M/6M/12M/5Y, plus live Reddit Hot Posts and r/worldnews feeds.

Do I need to register a Reddit app?

No OAuth, no client ID, no redirect URIs. Your Trends API key is the only credential.

Can I track a stock ticker?

Yes. Pass the ticker or company name as the keyword to get discussion volume over time, a common alternative-data input for equity research.

How does the 0-100 score work for Reddit?

Each series is rescaled against its own history: 100 is the peak of the requested window. That makes Reddit discussion volume directly comparable to Google search interest or TikTok hashtag volume.

How often does the hot-posts feed update?

Continuously through the day. Every response includes a timestamp so you know exactly how fresh it is.

Keep exploring

Related trend sources

Start pulling Reddit trends in 60 seconds.

100 requests a month free. No credit card, no sales call. One key works for every source.

Get a free API key