Buy Credits
HomeExploreFree ProductsTop SellersCategoriesUse CasesData PartnersBuy Credits
AboutFAQContact
TermsPrivacy
©2026 .
Health Care Social Assistance
HomeProductsHealth Care Social AssistanceHealth Search Trends 2026 USA
health-care-social-assistanceAnalytics

Health Search Trends 2026 USA

Health-care-social-assistance analytics – data from alex-papageo.com

2,361 fast-rising U.S. health search terms (2020–2026), each with a monthly interest time series, growth-strength score, patient-journey stage, search intent, brand signal, and the industry buyers it matters to.

20 credits
www.alex-papageo.com - Data Source

Data Source

alex-papageo.com
AP Analytics - Analytics Provider

Analytics Provider

AP Analytics
<3.4s
100% success
health-care-social-assistanceAnalytics

Health Search Trends 2026 USA

Health-care-social-assistance analytics – data from alex-papageo.com

20 credits

2,361 fast-rising U.S. health search terms (2020–2026), each with a monthly interest time series, growth-strength score, patient-journey stage, search intent, brand signal, and the industry buyers it matters to.

www.alex-papageo.com
Data sourcealex-papageo.com
Response<3.4s
CoverageUSA (Google Trends location code 2840)
Success rate100%
AP Analytics
ProviderAP Analytics
Health Search Trends 2026  USA

Bulk data endpoint — not a realtime API. Each pull queries the source live and can return thousands to millions of rows, so responses take seconds, not milliseconds, and arrive as a downloadable CSV with a JSON preview.

Input parameters

26 parameters

This insight accepts 26 parameters to customize your result.

STR
keyword
Enter string…
FLO
slope
Enter float…
r_squared: topical_category_id: topical_category: journey_stage: journey_stage_confidence: journey_stage_rationale: intent_type: intent_type_confidence: intent_type_rationale: brand_signal: brand_signal_confidence: brand_signal_rationale: has_brand_name: has_generic_name: is_comparison_query: has_cost_or_access_signal: persona_signal: persona_signal_confidence: persona_signal_rationale: buyer_relevance: buyer_relevance_rationale: min_confidence: needs_review: needs_review_core:

About This Feed

Health Search Trends 2026 is a curated dataset of 2,361 U.S. health-related Google search terms whose popularity rose steadily and consistently from January 2020 through December 2025. Every term passed a statistical filter for durable growth (positive linear slope and R-squared of at least 0.50) — these are structural shifts in health demand, not one-off spikes.

Each keyword is enriched well beyond a raw trend line, so buyers can segment by commercial and patient-journey meaning without extra modeling:

  • Growth metrics — slope (rise per day), R-squared (consistency), and a combined 0–100 trend-strength score with a Strong / Solid / Moderate tier.
  • Topical category — one of 21 health clusters (GLP-1 & weight, gut health, cholesterol, thyroid, autoimmune skin, mental health, and more).
  • Journey stage — where the search sits in the patient journey (symptom noticing, condition understanding, diagnosis seeking, treatment discovery, ongoing management, and others).
  • Intent type — what the searcher wants (informational, product discovery, comparison, diagnostic-interpretive, access/affordability, and more).
  • Brand signal — whether a named brand is present and its commercial relationship (branded drug, unbranded disease, unbranded drug class, and others).
  • Buyer relevance — which industry segments the signal matters to (pharma brand, provider/HCO, consumer health, retail pharmacy, payer/insurance, investor).
  • Commercial flags — generic drug name present, comparison query, or a cost/access/insurance signal.
  • Monthly Search Interest Index — 72 monthly values (Jan 2020 → Dec 2025) on Google's 0–100 relative scale, ready to chart.

Coverage: United States · monthly · January 2020 – December 2025 · 21 health categories · 2,361 keywords.

Ideal for pharma brand and market-access teams, consumer-health and OTC marketers, health-tech and digital-health startups, payers, providers, and healthcare investors who need to spot rising conditions, treatments, and branded demand early.

Methodology note: Google Trends reports a 0–100 index normalized to each keyword's own peak month. Values describe a term's shape over time; they are not comparable as absolute search volume across terms. The five annotation fields were produced by an LLM against a fixed schema and reflect a single best-fit label per field.

Who this is for

Healthcare ProfessionalsResearchersPolicy Analysts
Categoryhealth-care-social-assistance
Data Sourcealex-papageo.com
CoverageUSA (Google Trends location code 2840)
Data PeriodDecember 31, 2019 to December 31, 2025
Updatesevery quarter

Data accuracy and methodology verified. Originally released July 2, 2026. Last updated July 9, 2026.

Tags

health-trendspatient-journeyemerging-conditionsconsumer-healthtime-series

How requests & billing work

1

Every request returns a single CSV file — no pagination. You get a preview and a download link in the response. Each request is capped at 100 rows for speed and safety.

2

You're charged 20 credits per request on 200 OK — not per row. One request = 20 credits, whether you get 10 rows or 100.

3

The only reason to request less data is relevance — use filters to scope results. Tighter filters = a smaller, faster file at the same cost.

4

Need rows in the response body instead of a file? Pass delivery: "inline" and rows come back directly in the response, subject to the same 100-row cap. Handy for live-UI integrations.

Example

A query returning the full 100 rows → 1 request → 20 credits, delivered as a single CSV. Filter to a subset → still 1 request → 20 credits, smaller file.

Code ExamplesSign in to get your key
Delivery:
Default · full result as a file, preview + download URL in response
🔑

API key required

Sign in to auto-populate your key and make live requests. The endpoint URL and code are real — only the key is gated.

Sign in →
https://api.spartera.com/endpoints/v1/health-search-trends-2026-usa
# Bulk export to GCS — full result delivered as a single file.
# This is the default; you don't need to pass a delivery flag.
# Response carries a preview + download_url; you GET that URL to grab the file.
curl -X POST "https://api.spartera.com/endpoints/v1/health-search-trends-2026-usa" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "format": "csv",
    "limit":  1000000
  }'

# Then pull the actual file (URL is public-read GCS — no auth needed):
# curl -O "<download_url from response.response.download_url>"

Response envelope: data.spartera (billing/file stats) · data.response.download_url (HTTPS link to file) · data.response.preview (first 50 rows)

Common Questions

2,361 fast-rising U.S. health search terms (2020–2026), each with a monthly interest time series, growth-strength score, patient-journey stage, search intent, brand signal, and the industry buyers it matters to.

Each pull costs 20 credits (from $10.00), billed only on a successful 200 OK. You're charged once per request — whether the file holds 10 rows or 100,000 — not per row.

The data is pulled live from alex-papageo.com at request time and delivered by AP Analytics. Each request queries the source directly rather than returning a cached snapshot.

Sign up for a free Spartera account, add credits, then call the endpoint from the marketplace or directly over REST with your API key. Each request returns a downloadable CSV plus a JSON preview and a download URL in the response.

The underlying source refreshes every quarter. Because each pull queries the source live, you receive the latest available rows at the moment you make the request.

Each request returns the full result as a downloadable CSV file, with a JSON preview and a download URL in the response. If you'd rather receive rows directly in the API response body, pass delivery: "inline".

Recommended For You

Loading recommendations...

Price

20 credits

20 credits · from $10.00 per request*

— or —
GDPR-compliant · *Billed on 200 OK only

Why sign up?

  • Pull this and 18,000+ other analytical products on-demand
  • Flexible credit packages from $0.50/credit
  • Download results as CSV, share, and set alerts
  • Call directly via REST API with your own key
  • GDPR-compliant · billed only on a successful 200 OK
Response Schema — per data row
keywordstring
slopefloat
r_squaredfloat
topical_category_idinteger
topical_categorystring
journey_stagestring
journey_stage_confidencefloat
journey_stage_rationalestring
intent_typestring
intent_type_confidencefloat
intent_type_rationalestring
brand_signalstring
brand_signal_confidencefloat
brand_signal_rationalestring
has_brand_nameboolean
has_generic_nameboolean
is_comparison_queryboolean
has_cost_or_access_signalboolean
persona_signalstring
persona_signal_confidencefloat
persona_signal_rationalestring
buyer_relevancestring
buyer_relevance_rationalestring
min_confidencefloat
needs_reviewboolean
needs_review_coreboolean
—
rate limit
100%
Success rate
3.4 s
Avg latency
Refresh Frequency
Quarterly
Refreshes every quarter
Last refresh ~1 week ago

Refresh Frequency

Quarterly
Refreshes every quarter
Last refresh: ~1 week ago
(estimated)

Region

USA (Google Trends location code 2840)

Parameters

26enabled · all optional

Sources

  • Show sources information

    Data for the following insight was sourced from the following:

    www.alex-papageo.comwww.alex-papageo.com
    Visit Provider
  • Show publisher information
    personal_alexpapageo.analytics_at_gmail.compersonal_alexpapageo.analytics_at_gmail.com
    Visit Publisher
  • How to Cite
    Loading citations...

Details

PublishedJul 2, 2026
Last updatedJul 9, 2026
Data typeTime-series rows
FormatJSON preview + CSV
Response timeSeconds (bulk)
Vol. per session100+ rows
PricingPer pull (200 OK)