
Google Trends Research
- 770 installs
- 19 repo stars
- Updated July 27, 2026
- postplusai/postplus-skills
google-trends-research is a PostPlus agent skill that pulls Google Trends search-intent signals—momentum, regions, and rising queries—for niche and keyword discovery before developers commit to a build or content lane.
About
google-trends-research is a PostPlus agent skill in the Marketplace, Sourcing, and Growth family for mining Google Trends platform data during early validation. The skill guides topic discovery, keyword momentum tracking, regional interest breakdowns, rising-query watchlists, and search-intent sourcing while treating Google Trends as a search-intent signal—not a proxy for platform content heat or marketplace demand. It applies shared rulebook guidance from postplus-shared so agents follow consistent research workflows instead of ad-hoc trend scraping. Developers reach for google-trends-research when evaluating whether a keyword lane has sustained lift, which geographies drive interest, or which related queries are breaking out before scoping a SaaS feature, landing page, or SEO backlog. Outputs are structured watchlists and momentum notes agents can fold into scope decisions, copy tests, and content roadmaps without over-interpreting trends as purchase intent.
- Treats Google Trends as search-intent only—not transaction demand, conversion proof, or marketplace competitiveness
- Four task shapes: trending-now scan, keyword momentum, regional interest mapping, related-query expansion
- Routes hosted work through the released `google-trends-fast` collection key (keyword analysis, regional signals, related
- Defers shared rulebook and user-guidance to the `postplus-shared` skill in the PostPlus marketplace-sourcing family
Google Trends Research by the numbers
- 770 all-time installs (skills.sh)
- +52 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #600 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/postplusai/postplus-skills --skill google-trends-researchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 770 |
|---|---|
| repo stars | ★ 19 |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 27, 2026 |
| Repository | postplusai/postplus-skills ↗ |
How do you validate niche keywords with Google Trends?
Pull Google Trends search-intent signals—momentum, regions, and rising queries—for niche and keyword discovery before you commit to a build or content lane.
Who is it for?
Developers validating SEO niches, content lanes, or product directions who need Google Trends signals before committing build scope.
Skip if: Skip google-trends-research when you already have confirmed marketplace demand data or need on-platform social analytics instead of search intent.
When should I use this skill?
Trigger when a developer asks for Google Trends research, keyword momentum, regional interest, rising queries, or niche validation before build or content commitment.
What you get
Search-intent watchlists, regional interest maps, rising-query lists, and keyword momentum notes for scope decisions.
- keyword watchlists
- regional interest notes
- rising-query reports
Files
Google Trends Research
Use this skill for Google Trends platform-data work: topic discovery, keyword momentum, regional interest, rising queries, and search-intent watchlists.
Apply shared rulebook and user-guidance rules from postplus-shared.
Core Rule
Treat Google Trends as a search-intent source, not full demand proof.
Good uses: topic discovery, keyword momentum, regional comparison, rising-query discovery, and watchlist monitoring.
Do not overclaim transaction demand, conversion intent, marketplace competitiveness, creator execution quality, or merchant-model fit from Google Trends alone.
Task Shapes
Classify the request first:
- Trending now scan: hot searches by country or recent lookback.
- Keyword momentum check: trend changes across one or more terms.
- Regional interest mapping: which markets are warmer for a topic.
- Related query expansion: rising terms usable as seeds.
Collection Key Routing
Keyword analysis uses one keyword string. Keyword requests must set enableTrendingSearches: false; queries is not a supported keyword-request field because it produces generic realtime trending searches.
The --request file is the collection input object (the compiled Google Trends request) directly.
<!-- BEGIN GENERATED EXECUTION EXAMPLE -->
postplus research collect google-trends-fast --request request.json --output result.json<!-- END GENERATED EXECUTION EXAMPLE -->
Default Workflow
1. Classify the request into one task shape. 2. Compile one keyword with country and timeframe. 3. Collect a small valid sample through google-trends-fast. 4. Extract trend signals that matter. 5. Separate observation from inference. 6. Hand off to platform or marketplace research if deeper evidence is needed.
Keep query briefs, raw trend payloads, normalized outputs, and watchlist caches under .postplus/google-trends/; keep final summaries or shortlist exports where the user can inspect them.
Good Output
Return keyword or topic set, observed trend signal, timeframe, geo scope, strongest rising queries or related topics, provisional implication, and the missing evidence layer.
Failure Modes
- Do not treat search spikes as proof that a product will sell.
- Do not confuse news-driven spikes with durable category demand.
- Do not skip geo and timeframe details when comparing terms.
- Do not send
queriesfor keyword momentum checks; usekeywordwith
enableTrendingSearches: false.
- Stop on unsupported keys, missing auth, unavailable hosted service, stable
network failure, or malformed collection output.
- Do not answer Google Trends platform-data requests from generic web articles
when the hosted route is available.
Handoff
- TikTok content heat or hook patterns ->
tiktok-research. - Instagram creator, account, or campaign scouting ->
instagram-account-research or instagram-campaign-scout.
- Instagram/Meta content proof ->
social-media-extractor. - Cross-source sourcing or selection judgment ->
sourcing-selection.
Public Command Boundary
- Choose the smallest matching command or workflow from the user input and run
it directly.
- Readiness diagnostics:
postplus doctor --skill google-trends-research. - If an owned CLI or script command fails, report the exact error and stop. Do
not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools.
- Use
postplus research schema --collection-key google-trends-fast --jsononly when constructing or repairing an unknown request shape. - Hosted collection:
postplus research collect google-trends-fast --request <input.json> --output <result.json>(input = the collection parameters). - Resume a pending collection:
postplus research collect --run-handle <runHandle> --output <result.json>. - Preview and approval boundaries stay explicit; do not execute irreversible publishing without the required approval artifact.
- If the CLI returns a quote-confirmation challenge, run
postplus quote confirm --json --challenge-file <challenge.json>and retry with the returned token.
Related skills
How it compares
Pick google-trends-research for pre-build search-intent validation; use platform analytics skills when you need in-app or social engagement metrics instead.
FAQ
What does google-trends-research analyze?
google-trends-research analyzes Google Trends search-intent data—topic discovery, keyword momentum, regional interest, and rising queries. The skill treats Trends as search demand, not platform content heat or marketplace purchase signals.
When should developers use google-trends-research?
Developers should use google-trends-research before committing to a build or content lane, when they need niche validation, rising-query watchlists, or regional interest maps from Google Trends rather than social or marketplace metrics.
How does google-trends-research stay consistent?
google-trends-research applies shared rulebook and user-guidance rules from postplus-shared inside the Marketplace, Sourcing, and Growth family so agents follow the same sourcing workflow across related PostPlus skills.
Is Google Trends Research safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.