SerpApi Google Trends interest by region API pricing

SerpApi's interest-by-region chart uses data_type=GEO_MAP_0 on the google_trends engine. Each successful pull costs one credit from the shared monthly pool, accepts only one keyword per request, and supports region granularity from country down to city. This page covers only that chart type: parameters, response fields, geo-heavy workload math, and what multi-source APIs return instead.

Local SEO teams and market researchers pull regional interest charts when a keyword's national average hides where demand actually concentrates. SerpApi exposes that chart through data_type=GEO_MAP_0 on the standard google_trends engine. Every fresh scrape costs one credit from the account's shared monthly pool, the same pool that interest-over-time and Trending Now draw from.

For SerpApi's full Google Trends pricing across all engines, see SerpApi Google Trends API pricing. This page stays on interest by region only.

What the interest by region endpoint returns

SerpApi scrapes Google's "Interest by region" chart and returns JSON. The response includes an interest_by_region array. Each item carries geo (ISO region code), location (human-readable name), value and extracted_value (relative 0 to 100 scores), and max_value_index where Google surfaces it.

The endpoint URL shape is:

GET https://serpapi.com/search?engine=google_trends&q=coffee&data_type=GEO_MAP_0&api_key=YOUR_KEY

Optional parameters that affect results and billing:

ParameterPurposeBilling note
geoOrigin location (e.g. US, GB). Defaults to worldwide when emptySame one credit per successful pull
regionGranularity: COUNTRY, REGION, DMA, or CITYOnly accepted for GEO_MAP and GEO_MAP_0
dateTime window (e.g. today 12-m, today 5-y)Wider windows do not add credits
include_low_search_volumeInclude low-volume regions Google normally hidesOnly applies to GEO_MAP and GEO_MAP_0
no_cacheForce fresh scrapeDefault allows 1-hour cache at zero credit cost

Interest by region accepts only one query per search. Multi-keyword regional comparison requires data_type=GEO_MAP (compared breakdown by region), which accepts up to five comma-separated queries in a single credit.

Credit cost per pull by plan

Interest by region draws from the same credit pool as every other SerpApi engine. There is no separate regional SKU.

PlanMonthly priceIncluded searchesCost per fresh pull (if fully used)Throughput cap
Free$0250$0.0050/hour
Starter$251,000$0.025200/hour
Developer$755,000$0.0151,000/hour
Production$15015,000$0.0103,000/hour
Big Data$27530,000$0.0096,000/hour

Result count does not change the charge. A response with 200 regions and an empty response both cost one credit when the request succeeds.

How geo-heavy workflows burn credits

Regional charts tempt teams into batch jobs. One credit per keyword per granularity level adds up fast.

Scenario: 50-keyword local SEO audit at country level

Fifty keywords, one GEO_MAP_0 pull each, region=COUNTRY, geo=US. That is 50 credits. On Starter ($25, 1,000 credits), marginal cost is about $1.25 if the pool is fully used. Fits Free tier (250 credits) only if the audit stays under 250 keywords with no other engine usage.

Scenario: same 50 keywords at city granularity

Still 50 credits if each keyword gets one pull with region=CITY. City granularity does not cost extra credits, but Google may return fewer regions for low-volume terms. Teams often rerun with include_low_search_volume=true, which still costs one credit per pull.

Scenario: five-brand regional share comparison

One pull with data_type=GEO_MAP, q=brand1,brand2,brand3,brand4,brand5, region=REGION. One credit for all five brands in a single compared breakdown chart. This is cheaper per brand than five separate GEO_MAP_0 pulls.

Scenario: weekly geo monitoring for 20 keywords

Twenty keywords, four pulls per month each (weekly cadence with cache reuse on identical parameters). With default cache, only the first pull each hour is charged. Weekly checks without parameter changes land near 80 credits per month. Without cache (no_cache=true), 80 credits per month still holds for one pull per week.

Compared breakdown versus single-region interest

SerpApi splits regional data into two chart types on the same engine:

data_typeChart nameQueries per pullTypical use
GEO_MAP_0Interest by region1 keywordMap where a single term over-indexes
GEO_MAPCompared breakdown by regionUp to 5 keywordsCompare brand share across states or metros

Both cost one credit. The choice is query shape, not price. For interest-over-time pricing on the same engine, see SerpApi interest over time API pricing.

When interest by region on SerpApi is the right fit

SerpApi fits teams that need Google's exact regional relative scores in JSON, already pay for SerpApi on other engines, and run Google-only geo workflows. Franchise expansion research, local SEO prioritization, and political or retail geo targeting often start here because the response mirrors Google Trends' native chart.

SerpApi is a poor fit when the workflow needs TikTok hashtag volume by region, Reddit subscriber growth, or Amazon search demand in the same pipeline. Each additional platform needs a different vendor or integration. Teams comparing cross-platform demand without regional charts may spend less on trend data API pricing comparison options that normalize multiple sources behind one endpoint.

Trends MCP pricing when regional charts are not required

Trends MCP does not replicate Google's interest-by-region chart. It returns weekly time series and growth percentages per keyword across 15+ sources (Google Search, YouTube, TikTok, Reddit, Amazon, npm, and others) through one REST and MCP interface.

PlanMonthly priceIncluded requests
Free$0100
Starter$191,000
Pro$495,000
Business$19925,000

A cross-platform growth check that would need separate SerpApi pulls per source plus manual normalization costs one request on Trends MCP when sources are comma-separated in a single get_growth call. That tradeoff favors Trends MCP when regional Google charts are not the deliverable.

For a feature-level comparison beyond per-pull price, see Trends MCP vs SerpApi for trend data.

Common questions

One successful request to engine=google_trends with data_type=GEO_MAP_0 costs one SerpApi search credit. On the $25/month Starter plan (1,000 credits), that is $0.025 per pull if every credit is used. Cached responses served within one hour of an identical query are free. Failed and errored requests are not counted.
GEO_MAP_0 returns interest by region for a single keyword. GEO_MAP returns compared breakdown by region for up to five comma-separated keywords in one request. Both data types still cost one credit per successful pull. GEO_MAP is the right choice for head-to-head brand geo share; GEO_MAP_0 fits single-term local demand mapping.
The region parameter accepts COUNTRY (default for worldwide geo), REGION (subregion), DMA (metro), and CITY. Not every granularity returns data for every geo location. SerpApi also supports include_low_search_volume=true to surface low-volume regions that Google would otherwise omit from the chart.
Trends MCP returns normalized time series and growth metrics per keyword and source, not Google Trends-style regional breakdown charts. Teams that need city-level or DMA-level relative interest still route through SerpApi or the native Google Trends interface. Trends MCP covers cross-platform demand signals where regional Google charts are not required.