Glimpse API pricing

Glimpse sells two products under one brand: a Chrome extension that adds volume to Google Trends in the browser, and an Enterprise API at enterprise.meetglimpse.com. The browser Pro plan starts around $49/month. The API has no public price list. This page isolates only Glimpse API pricing: what each endpoint costs to access, what requires a sales call, and how programmatic Google trend data compares on total cost.

Glimpse is often grouped with free trend tools because its browser extension has a limited free plan. Programmatic access is a different product. The Glimpse API runs on a separate Enterprise host, requires a sales conversation for pricing, and returns only Google Search data. Teams evaluating Glimpse for dashboards, pipelines, or AI agents need to price the API line item, not the Chrome extension.

For the broader free-tier landscape, see the free trends API comparison. For a feature-level Glimpse vs Trends MCP breakdown, see Trends MCP vs Glimpse.

Two products, two price lists

Glimpse operates a browser extension (meetglimpse.com) and an Enterprise API (enterprise.meetglimpse.com). Pricing for one does not transfer to the other.

ProductHostPublic pricingAPI access
Glimpse browser extensionmeetglimpse.comFree (limited) / Pro from ~$49/monthNone
Glimpse Enterprise APIenterprise.meetglimpse.comCustom quote onlyYes

The browser Pro plan overlays absolute search volume on Google Trends inside Chrome. It does not include programmatic endpoints. The Enterprise API is the only path to JSON trend data from Glimpse.

Enterprise API: what is published

Glimpse publishes API documentation and a playground at meetglimpse.com/google-trends-api/. What is public:

Base URL: https://enterprise.meetglimpse.com

Authentication: apikey header on every request. Keys are issued after contacting Glimpse sales.

Endpoints:

EndpointPathReturns
Interest over timeGET /v1/interestNormalized 0-100 interest (Google Trends equivalent)
Search volume over timeGET /v1/interest_enrichedAbsolute search volume estimates

Query parameters (both endpoints):

Example request:

curl --request GET \
  --url "https://enterprise.meetglimpse.com/v1/interest_enriched?keyword=keto&geo=US&resolution=weekly" \
  --header "accept: application/json" \
  --header "apikey: YOUR_API_KEY"

Data depth: Standard volume endpoint returns 5 years of weekly data. Daily resolution, monthly-only views, or longer timelines require contacting [email protected].

What is not published: Per-query cost, monthly request limits, overage rates, minimum contract term, or onboarding fees.

Browser extension pricing (not API)

Teams sometimes budget for Glimpse Pro and assume API access is included. It is not.

Free browser plan: Roughly 10 keyword searches per month inside Chrome. No API. No export.

Pro browser plan: Published at approximately $49/month on Glimpse marketing pages (some 2026 guides list $99/month for higher tiers). Adds unlimited browser searches, trend tracking, and volume overlays on Google Trends.

Credit card: Not required for the free browser tier.

Verdict for API buyers: Browser pricing is irrelevant unless the workflow stays inside Chrome. Any pipeline, dashboard, or AI agent needs the Enterprise API line item.

Enterprise API: what to expect on cost

Without public per-query rates, procurement teams should model Glimpse API cost as a custom Enterprise contract. Based on Glimpse's positioning (Fortune 50 clients, absolute volume calibration, real-time data) and comparable enterprise data vendors:

Likely cost drivers:

Contact path: [email protected] for quotes, higher rate limits, and custom geo coverage.

Hidden costs:

Verdict: Appropriate for organizations that need Glimpse-calibrated absolute Google Search volume at enterprise scale and can absorb custom contract pricing. Not a fit for self-serve teams, AI-native workflows, or multi-platform trend research.

Cost comparison for programmatic access

ProviderEntry pricePricing modelGoogle volumeMulti-platformSelf-serve API
Glimpse APICustom quoteEnterprise contractYes (absolute)NoNo
SerpApi$25/month (1,000 credits)Per credit, expires monthlyYes (relative)NoYes
Trends MCP$0 (100 req/month)Subscription tiersYes (absolute estimates)Yes (15+ sources)Yes
pytrends$0 (library)Free OSSYes (relative only)NoN/A (Python lib)

Per-query math (where public pricing exists):

For a team running 500 Google trend queries per month with absolute volume:

When Glimpse API pricing makes sense

Choose Glimpse API when:

Choose alternatives when:

Common questions

Glimpse does not publish per-query API pricing. The Enterprise API at enterprise.meetglimpse.com requires contacting [email protected] for a quote. Published browser-extension pricing ($49/month Pro, limited free tier) does not apply to API access. Budget for a custom Enterprise contract, not a self-serve monthly plan.
No. The free Glimpse browser plan covers roughly 10 keyword searches per month inside Chrome. API access is a separate Enterprise product. There is no free tier, trial, or pay-as-you-go option for programmatic calls to enterprise.meetglimpse.com.
Two GET endpoints on enterprise.meetglimpse.com: /v1/interest returns normalized 0-100 interest over time (matching Google Trends), and /v1/interest_enriched returns absolute search volume over time. Both accept keyword, geo, resolution (daily/weekly/monthly), and phrase_match parameters. Auth is an apikey header.
For teams that need JSON trend data without an Enterprise sales cycle, SerpApi charges per credit from $25/month (1,000 searches), and Trends MCP offers 100 free requests per month with REST and MCP access across 15+ sources including Google Search. Neither requires a custom contract for initial access.