Google Images trends API for visual demand

Measure image-search interest with the google images source, then cross-check against the live Google Trends board through one REST or MCP workflow.

Live data as of 2026-08-01

The Google Images trends API on Trends MCP measures visual search demand through get_growth with source google images, then pairs those curves with the live Google Trends board for discovery. From the August 1 2026 Trends MCP scan, Google Trends returned 25 ranked queries with spiderman brand new day at rank 1 and jean grey at rank 9. Image-index follow-ups on the July 25 2026 observation points show spiderman brand new day at recent_value 22.0 (+57.14% over 7 days) and sadie sink at 24.0 (+50.0% over 7 days). Free tier access is 100 requests per month.

What Google Images trends data shows right now

From the Trends MCP scan of August 1, 2026, the live Google Trends board (type Google Trends, limit 25, as_of_ts 2026-08-01T04:01:29+00:00) returned these leading queries, then google images growth was pulled on selected ranks using the July 25 2026 recent points:

RankGoogle Trends queryImages 7DImages 30DImages index
1spiderman brand new day+57.14%+144.44%22.0
3tmobile outage0.0% (low quality)0.0%0.0
5fauci-25.0%-50.0%3.0
9jean grey+33.33%+53.85%20.0
13sadie sink+50.0%+50.0%24.0
17madison beer-5.88%+3.23%32.0
19amc theaters-12.5%-16.95%49.0
20emma stone0.0%-75.0%1.0
22japan earthquake-42.86%-89.74%4.0

Nine image-growth rows sit beside 25 live Google Trends ranks from the same run. amc theaters held the highest images index among the follow-ups at 49.0 even while 7-day image interest fell -12.5%. Breaking-news strings such as tmobile outage can land on the Google Trends board while image series stay near zero; treat those image percentages as low-quality signals.

How to call Google Images growth

One get_growth call covers the visual index for a keyword. Pass source google images, the exact query string, and the windows needed. The August 1 2026 pull used periods 7D, 30D, and 3M and returned recent_date 2026-07-25 for each successful images series.

{
  "mode": "get_growth",
  "source": "google images",
  "keyword": "spiderman brand new day",
  "percent_growth": ["7D", "30D", "3M"]
}

For discovery without a keyword, call get_top_trends with type Google Trends and limit 25. That board is the nearest live feed for Google-side demand; there is no separate Images top list in Trends MCP. A typical loop uses 1 board call plus 4 to 8 images growth calls.

Image interest versus Google Search on the same keywords

Search and image series share keywords but not tempos. On the July 25 2026 points used for 7-day growth, spiderman brand new day rose +111.11% on google search (19.0 versus 9.0) while google images rose +57.14% (22.0 versus 14.0). jean grey rose +140.0% on search (12.0 versus 5.0) and +33.33% on images (20.0 versus 15.0). sadie sink rose +155.56% on search (23.0 versus 9.0) and +50.0% on images (24.0 versus 16.0).

Three-month windows widen the gap further. spiderman brand new day showed +1800.0% on google search over 3M versus +633.33% on google images. jean grey was +100.0% on search over 3M while images fell -13.04% against the April 25 2026 baseline of 23.0. Teams that only watch web search miss when visual demand cools first.

When image growth is the better signal

Entertainment and retail queries often leave a clearer trail in images than in news text. madison beer held an images index of 32.0 on July 25 2026 with only -5.88% 7-day change, a stable visual baseline next to volatile news spikes. amc theaters sat at 49.0 on images with +68.97% over 3M even after a -12.5% 7-day dip, useful for catalog and merchandising watches.

News aftershocks can invert that pattern. japan earthquake image interest sat at 4.0 on July 25 2026, down -89.74% over 30 days from a June 27 baseline of 39.0, while the string still ranked 22 on the August 1 Google Trends board. Pair the Google Trends overview with images growth before treating a board rank as visual demand.

Limits that change how numbers should be read

Google Images growth is a relative 0-100 index, not an absolute count of image clicks. A jump from 3.0 to 22.0 is large in relative terms and still modest against an index near 49.0 such as amc theaters. Percentages on near-zero baselines can look extreme; tmobile outage returned 0.0 recent and baseline values with a low-quality warning on the August 1 2026 pull.

Coverage is weekly for these series in the returned metadata (260 points per keyword on successful images calls). Intraday image spikes between weekly points are not visible. For same-day text demand, keep the Google Trends board and google search growth in the loop. For shopping-side demand, the Google Shopping trends API is the closer sibling.

Pricing for Google Images and Google Trends calls

Every images growth call and every Google Trends board page counts against the monthly request pool. The free plan includes 100 requests per month. Starter is $19 per month for 1,000 requests, Pro is $49 for 5,000, and Business is $199 for 25,000. Annual billing saves 20%. Check current plan details on pricing before quoting a production budget, and use the Google News Top News API when the question is headline volume instead of visual search.

Common questions

get_growth with source google images returns point-to-point percent change on a 0-100 normalized image-search index, plus the exact recent and baseline dates used. On the August 1 2026 pull, spiderman brand new day sat at recent_value 22.0 versus 14.0 seven days earlier (+57.14%).
Trends MCP does not expose a separate get_top_trends type for Google Images. The practical pattern is to pull type Google Trends for the live keyword board, then run google images growth on the ranks that matter. The August 1 2026 Google Trends scan returned 25 ranked queries.
The same keyword can move at different speeds. On the July 25 2026 observation points used for 7-day growth, spiderman brand new day rose +57.14% on google images and +111.11% on google search. jean grey rose +33.33% on images and +140.0% on search over the same window.
Yes. Trends MCP includes 100 requests per month on the free plan for every source, including google images and Google Trends. Paid plans start at $19 per month for 1,000 requests.