keyword source · news volume

News Trends API

Article mention volume for any topic as a normalized time series, growth rates, and the live Google News top stories feed. Media monitoring without the enterprise contract or per-seat pricing.

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

{ "mode": "get_growth",
  "source": "news volume",
  "keyword": "artificial intelligence",
  "percent_growth": ["3M", "12M"] }
200 OKnormalized 0-100
response
  {
    "search_term": "artificial intelligence",
    "data_source": "news volume",
    "results": [
      {
        "period": "3M",
        "growth": 11.3,
        "direction": "increase"
      },
      {
        "period": "12M",
        "growth": 87.2,
        "direction": "increase"
      }
    ]
  }
application/jsontimestamped
Why it exists

News trend data, without the plumbing

Legacy media monitoring sells dashboards with per-seat contracts and metered history. Trends API gives you the underlying signal as JSON: how many articles mention your topic, week over week, normalized so you can compare news attention against search interest and social buzz in the same units.

Mention volume answers the PR question that impressions cannot: did coverage actually grow, or did the same story get syndicated to the same audience? Pair it with the news sentiment source to see tone and attention together.

Use cases

What people build with it

PR measurement

Check whether the campaign actually moved mention volume.

Investment research

News attention on a company as an alternative-data signal.

Crisis monitoring

Watch mention spikes around your brand in near real time.

Editorial

See which topics are saturating the news cycle before pitching.

Comparison

How it compares

Legacy media monitoringTrends API
Pricing modelper-seat enterprise contractsusage-based, self-serve
Historical volumeoften metered extraincluded to plan limit
Setupsales call60 seconds
Cross-signal comparenews onlysame scale as search, social, shopping
Free tiertrial only100 requests/month, no card
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 news data does Trends API provide?

Article mention volume for any topic as a normalized time series, growth percentages over 3M/6M/12M/5Y windows, and the live Google News Top News feed.

How is mention volume normalized?

Each topic's series is rescaled against its own history to a 0-100 score, where 100 is the peak of the requested window. That makes news volume directly comparable to search interest or social buzz.

Do I need a Google News API key?

No. One Trends API key covers news volume, news sentiment and every other source.

Can I get sentiment too?

Yes. Use the news sentiment source for positive/negative scoring over time; there is a companion page at /trends/news-sentiment.

How fresh is the data?

The top-news feed updates continuously; mention series are computed on demand. Every response includes a timestamp.

Keep exploring

Related trend sources

Start pulling News 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