1. Home
  2. Blog
  3. Google trends

Google Trends: What It Is, How to Use It, and the New API for 2026

Trends, trends, trends, trends, trends. “Hey, is that keyword trending at the moment?” “That keyword would be really trending right now on Google.”
Charbel Raffoul
August 2, 2026

TL;DR:

Google Trends is a free tool that shows the relative popularity of search terms over time and by region, scored 0 to 100 so you compare interest, not raw volume. - Two things changed the game in 2026: a Gemini-powered Explore page that compares up to eight terms and surfaces double the rising queries, and an official Trends API that returns consistently-scaled data you can merge across requests. - The real edge now is wiring Trends into an AI workflow: pull the demand signal, hand it to an LLM to cluster and brief, then produce content while the topic is still climbing.

Google Trends tells you what people are searching for, how that interest moves over time, and where in the world it peaks. It is the fastest free way to spot a topic climbing before your competitors commit budget to it.

In 2026 it stopped being just a chart. A Gemini layer now does the comparison work for you, and an official API finally lets teams pull Trends data straight into their own systems. That turns a manual research tab into a pipeline you can automate.

Here’s how it works, what changed, and how we use it across the campaigns we run.

Screenshot 2026-08-03 at 1.23.41 pm

Source: StudioHawk

What is Google Trends?

Google Trends is a free tool that measures the relative popularity of a search term over time and across regions. Google launched it in 2006, and it samples a portion of real searches to estimate how often a term is searched compared to everything else.

Screenshot 2026-08-03 at 1.24.56 pm

The catch: it only shows terms with enough search volume. A niche keyword that barely gets searched returns a flat or empty line.

Trends do not give you raw numbers. It gives you a relative score from 0 to 100, where 100 is the peak popularity for that term in the range you selected. You are reading how interest compares over time, not absolute search volume.

Here is the maths behind the score: Google divides the searches for your term by the total searches in a location, then normalises the result onto the 0 to 100 scale so terms of very different sizes sit on the same chart.

For example, if Australia records 100,000 total searches in a month and “standing desk” accounts for 10,000 of them, that relative interest gets normalised against every other point on the timeline. A 100 means that week or month was the busiest the term has ever been, not that 100 people searched it.

Screenshot 2026-08-03 at 1.26.36 pm

That relative scoring is the single most misread part of the tool. It is also the exact thing the new API changes, which we get to below.

What’s New in Google Trends in 2026?

The 2026 Explore page runs on Gemini. In January 2026 Google rebuilt Explore with an AI side panel that automatically identifies and compares trends related to whatever you search, so a lot of the manual “what else should I check” work happens for you.

Four upgrades matter for content and SEO teams:

  • Compare up to eight terms at once. The old ceiling was five. You now line up a fuller set of competing topics or brand variants on one timeline.

  • Double the rising queries. Each timeline surfaces twice as many rising related queries, which is where the early-stage demand hides.

  • A Gemini side panel with suggested prompts. It auto-suggests related topics to investigate and gives you starter prompts for deeper exploration, currently on desktop.

  • A cleaner comparison view. Each term gets its own icon and colour, so matching a term to its line on a busy graph is no longer guesswork.

The practical win is speed. The Trending Now section catches topics in their early velocity phase, before competition floods in, and the Gemini panel shortens the gap between spotting a trend and knowing what to do with it.

Treat these features as a research accelerant, not an answer. Gemini surfaces candidates. You still confirm demand against a keyword tool and judge relevance to your audience.

How Do You Use Google Trends?

You use Google Trends by searching a term, setting your location and timeframe, then reading the interest-over-time line for direction and the related queries for expansion. The workflow takes minutes and feeds straight into keyword research.

Run it in this order:

  1. Search your term and set the scope. Type the keyword, then filter by country, timeframe, category, and search type (web, image, news, YouTube, Shopping) using the controls up top.

Screenshot 2026-08-03 at 2.07.39 pm

2. Read the direction, not just the height of the graph. A line trending up over 12 months is worth more than a single tall spike. Discount the last one or two data points, because Google revises recent weeks down.

Screenshot 2026-08-03 at 2.09.46 pm

3. Compare terms. Put rival phrasings head to head. “Napkin” versus “serviette” settles which term your audience actually uses. Spoiler: napkin usually wins.

Screenshot 2026-08-03 at 2.10.24 pm

4. Mine the related and rising queries. The rising list is where new demand appears first. “Walking pad” climbing faster than “treadmill” is a content angle handed to you.

Screenshot 2026-08-03 at 2.11.10 pm
5. Check where it peaks. Interest by region shows you the states, cities, or metros where a term is hottest, which feeds directly into local SEO targeting.

Three jobs Trends does better than almost anything free:

  • Spot seasonal demand. Terms like “Australian Open” peak once a year on a clockwork cycle. See the pattern, and you produce and promote the content weeks ahead of the spike instead of chasing it.
    Screenshot 2026-08-03 at 2.13.25 pm

  • Find evergreen versus emerging topics. A flat, consistently high line is evergreen demand you can build a pillar around. A line just starting to climb is an emerging topic worth claiming early.

Both matter for enterprise SEO programs, where finding growth trends to leverage is a core research task.

  • Build content clusters. Use related topics to map a cluster of connected angles that are all gaining traction, then cross-check the volume in a tool like Semrush or Ahrefs before you commit. Trends tells you direction. Your keyword tool confirms the size.

What is the Google Trends API and Why Does It Matter?

The Google Trends API is the first official way to pull Trends data programmatically, and its data works differently from the website. Google announced it in July 2025, and through 2026 it remains an application-gated alpha: you apply through the Google developer portal and access rolls out to a limited pool of testers.

Once you are in, the alpha gives you:

  • A rolling five-year window of historical search-interest data.
  • Daily, weekly, monthly, and yearly granularity.
  • Comparison across countries and sub-regions.
  • Data refreshed  within roughly two days of your query.

The feature that changes how you work is the scaling. API data is not locked to the 0 to 100 index. It returns consistently-scaled values, which means you merge data from multiple requests and extend time ranges without re-running everything, and the numbers stay comparable across calls.

That sounds small. It is the difference between a manual chart you screenshot and a dataset you can actually build on. Consistently-scaled data is what makes automation and AI-driven SEO analysis reliable, because two pulls taken a month apart still line up.

One honest caveat: the official API is gated, so most teams cannot access it yet. The workaround that works today is the open-source pytrends library, which reads the public 0 to 100 data. It is the practical bridge until your API application clears, and it is enough to build the AI workflow below.

How Do You Plug Google Trends into an AI Workflow?

You plug Google Trends into an AI workflow by pulling the demand signal with code, handing it to an LLM to cluster and brief, then producing content while the trend is still climbing. The pattern is vendor-neutral and runs in four stages.

Screenshot 2026-08-03 at 2.16.58 pm

Source: StudioHawk

  1. Pull. Query the Trends API (or pytrends today) for your seed terms, region, and timeframe.

  2. Cluster. Feed the interest and rising-query data to an LLM and ask it to group the demand into content angles and intent buckets.
  3. Brief. Have the model draft outlines or content briefs for the highest-momentum clusters.
  4. Monitor. Re-pull on a schedule so rising topics trigger new briefs automatically.

The pull stage is a few lines of pytrends, the open-source library that reads the public data and needs no allowlist. It grabs 12 months of interest and the rising related queries for a seed term, then hands both to your LLM as context with one instruction: cluster the demand into content angles and draft briefs ranked by momentum. 

The output is a ranked set of briefs grounded in live demand, not a guess. Run it weekly and your content calendar starts reacting to the market instead of your opinion of it.

Two rules keep this honest. The LLM clusters and drafts; it does not verify demand, so confirm volumes against a keyword tool before you commit resources. And relevance beats popularity every time. A high-momentum topic that does not fit your audience is a distraction, not an opportunity.

Top Things We Would Do with Google Trends Right Now

  1. Set the timeframe to 12 months first, so you read direction before you react to a spike.

  2. Compare your brand term against your two closest competitors on one chart.
  3. Mine the rising queries weekly. That is where tomorrow’s traffic is hiding.
  4. Cross-check every Trends signal against real search volume before you brief it.
  5. Use interest-by-region to decide which locations get dedicated pages.
  6. Build the workflow on pytrends today. The official API is the sanctioned path once your access clears.
  7. Schedule the pull so your content engine reacts to demand, not to hunches.

FAQ

 

Is Google Trends accurate?

Google Trends is accurate as a relative signal, not an absolute one. It shows how a term’s popularity moves and compares, sampled from real searches, but it never reports raw search volume. Use it for direction and timing, then confirm actual volume in a dedicated keyword tool before you commit a budget.

Is the Google Trends API free?

The Google Trends API is free to approved testers, but it is an application-gated alpha, so access is limited and not open to everyone in 2026. You apply through the Google developer portal. Until you are approved, the open-source pytrends library reads the public 0 to 100 data and covers most content-planning use cases.

What Is The Difference Between Google Trends and Google Keyword Planner?

Google Trends shows relative popularity and momentum over time, while Keyword Planner estimates absolute monthly search volume for advertising. Trends tells you whether a topic is rising or fading. Keyword Planner tells you roughly how many searches it gets. Strong content planning uses both together.

How Do The New 2026 Gemini Features Change How I Use Google Trends?

The 2026 Gemini features change Google Trends from a manual research tab into an assisted one. The Explore page now compares up to eight terms, surfaces double the rising queries, and runs a Gemini side panel that auto-suggests related topics and prompts. You reach useful comparisons faster, but you still verify demand and relevance yourself.

Can Google Trends Predict Future Trends?

Google Trends cannot predict the future, but it does surface early momentum better than most free tools. The rising-queries list and the Trending Now velocity view catch topics as they start climbing, which gives you a head start. It is an early warning system, not a forecast.

Sounds like something you'd like to know more about? You can reach out here. 

 

Our SEO Services.

screen_search_desktop
Technical SEO

Great SEO starts with solid foundations. Our in-depth (and free!) website audit will help us uncover any “behind the scenes” technical issues that are hindering your SEO.


Learn more

shopping_basket
eCommerce SEO

In the world of eCommerce, competition is fierce. Our eCommerce SEO specialists have mastered what works and will help you reach more shoppers with credit cards in hand.

 

Learn more

location_on
Local SEO

With 4 out of 5 customers turning to search to find local information, our local SEO services will help your business show up in the right place, every time.

 

Learn more

domain
Enterprise SEO

As your business matures, so should your SEO strategy. Enterprise websites have a high volume of pages and complex content hierarchies, which means masterful tools and SEO strategy.

 

Learn more

link
Link Building

Our link-building campaigns use ethical, 100% white-hat techniques to build high quality backlinks to your store. This shows Google you’re a trusted authority and worth putting higher in the search results!

 

Learn more

phonelink_ring
Digital PR

Want influencers, bloggers, vloggers and journalists to talk about you and link to your website? With our carefully executed online PR campaigns, you’ll build brand awareness and inbound links that boost your Google rankings.

 

Learn more

storefront
Small Business SEO

Forget generic SEO services. Every small business is different, and things change quickly. Our specialist small business SEO experts will tailor a unique SEO strategy that works best for your business, budget and niche.

 

Learn more

language
International SEO

We’ll find your audience whenever they are in the world. We’ll craft masterful campaigns that cater to their linguistic and cultural nuances and help grow your brand globally.

 

Learn more

Australia’s biggest brands read 
our SEO newsletter. Shouldn’t you?

Subscribe to Australia’s smartest SEO newsletter for a competitive edge and 
front-row seat to what’s working today.
Hey there! It looks like you're browsing a different region’s site. We’ve got teams across the globe - choose the right one for you: