Google Trends Tool - Keyword Momentum Signals

Query live keyword trend exploration and momentum indicators through the Vernclaw Google Trends connector for SEO planning and content prioritization.

Google Trends connector returns trend snapshots and momentum indicators for one or more keywords. It helps teams validate topical demand before investing in content, campaign creative, or paid expansion.

Parameters

  • keywords (required): seed keyword or comma-separated keywords. Maximum 5 keywords per request; any extras beyond 5 are automatically truncated and noted in the response.
  • market (optional): market code such as us
  • language (optional): language name such as english
  • time-range (optional): preset such as past_7_days; common aliases including 30d, now 7-d, and today 3-m are accepted

Example

vernclaw-cli invoke seo.google-trends --keywords "openai,chatgpt" --market us --language english

Output

Returns JSON in the data field, including a normalized summary. The normalized summary includes:

  • Keywords
  • Date Range
  • Data Points
  • Latest Week
  • Latest Interest
  • Average Interest
  • Peak Interest
  • Peak Week
  • Region Rows, Related Topic Rows, and Related Query Rows when present

Execution mode: synchronous. Requests may wait up to 60 seconds when trend graph data is slow, especially for longer time ranges or multi-keyword comparisons.

An empty top or rising Related list is a valid result. If DataForSEO omits an item type that the request explicitly asked for, the connector returns a provider error instead of treating the missing section as empty or caching the incomplete response.