keyword source · amazon

Amazon Trends API

Product search volume on Amazon over time, demand growth rates, and live best-seller feeds from one REST endpoint. No Amazon PA-API approval, no scraping, no blocks.

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

{ "mode": "get_growth",
  "source": "amazon",
  "keyword": "creatine gummies",
  "percent_growth": ["3M", "12M"] }
200 OKnormalized 0-100
response
  {
    "search_term": "creatine gummies",
    "data_source": "amazon",
    "results": [
      {
        "period": "3M",
        "growth": 41.2,
        "direction": "increase"
      },
      {
        "period": "12M",
        "growth": 96.1,
        "direction": "increase"
      }
    ]
  }
application/jsontimestamped
Why it exists

Amazon trend data, without the plumbing

Amazon's Product Advertising API requires approval and a sales threshold, and it does not expose search demand anyway. Seller tools like Helium 10 track listings and rank; Trends API tracks the demand side: how often shoppers search for a product or category, normalized so you can compare it with Google and TikTok demand in the same units.

The cross-platform view matters for product research. A product whose TikTok hashtag volume doubled last quarter but whose Amazon search volume has not moved yet is a different opportunity than one where demand already peaked on both.

Use cases

What people build with it

Product research

Validate demand for a product idea before sourcing inventory.

FBA sellers

Spot rising product searches weeks before competition piles in.

Agencies

Back category recommendations with demand curves, not vibes.

DTC brands

Watch whether Amazon demand for your category is growing or shrinking.

Comparison

How it compares

Amazon PA-API / scrapingTrends API
Amazon API accessapproval + sales thresholdnot needed
Search demand historynot exposedweekly + daily series
Best-seller feedsscrape or manualone call, JSON
Cross-platform demand checknosame scale as Google, TikTok, YouTube
Free tiern/a100 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 Amazon data does Trends API provide?

Product search volume over time (normalized 0-100), growth over 3M/6M/12M/5Y windows, and two live feeds: Amazon Best Sellers Top Rated and Best Sellers by Category.

Do I need an Amazon seller or PA-API account?

No. There is no Amazon-side credential at all. One Trends API key covers Amazon and every other source.

How is this different from Keepa or Helium 10?

Those tools track listing-level price and rank history. Trends API tracks the demand side, how often people search for a product or category, normalized so you can compare it against Google, TikTok and YouTube demand in the same units.

Can I compare a product's Amazon demand with its TikTok buzz?

Yes. Query the same keyword on amazon and tiktok and compare normalized scores or growth percentages directly. TikTok typically leads Amazon by several weeks.

How far back does the history go?

Up to 5 years of weekly data on paid plans; 90 days on the free tier.

Keep exploring

Related trend sources

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