Install
openclaw skills install justserpapi-google-trends-searchCall GET /api/v1/google/trends/search for Google SERP Trends Search through Just Serp API with query.
openclaw skills install justserpapi-google-trends-searchUse this focused Just Serp API skill for Google SERP Trends Search. It targets GET /api/v1/google/trends/search. Required inputs are query. OpenAPI describes it as: Get Google trends Search data, including interest over time, geo breakdowns, and related queries, for demand analysis and seasonal trend monitoring.
googletrends/searchjustserpapi-google-trends-search| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
TrendsSearch | v1 | GET | /api/v1/google/trends/search | Search |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
cat | query | n/a | all | string | The search category code (e.g., '0' for all categories) |
data_type | query | n/a | all | string | The type of trend data to retrieve. Supported values: 'TIMESERIES' (Interest over time), 'GEO_MAP' (Breakdown by region) |
date | query | n/a | all | string | Date range filter for the search. Supports predefined values (now 1-H, now 4-H, now 1-d, now 7-d, today 1-m, today 3-m, today 12-m, today 5-y, all) and custom ranges: yyyy-mm-dd yyyy-mm-dd (e.g. 2021-10-15 2022-05-25) or hourly yyyy-mm-ddThh yyyy-mm-ddThh within 1 week (e.g. 2022-05-19T10 2022-05-24T22, based on tz) |
geo | query | n/a | all | string | The geographic location code to filter trends (e.g., 'US', 'GB'). Omit for worldwide trends. See <a href="/reference/google-trends-locations">Google Trends Locations</a> |
gprop | query | n/a | all | string | The Google property to filter trends. Supported values: 'images', 'news', 'froogle' (Shopping), 'youtube' |
language | query | n/a | all | string | Set the language for the results using its two-letter code (e.g., 'en' for English, 'fr' for French). See <a href="/reference/google-language">Google Language</a> |
query | query | all | n/a | string | The search term or topic ID to analyze in Google Trends (e.g., 'iPhone', '/m/027lnzs' for Bitcoin). You can provide up to 5 terms separated by commas for comparisons |
region | query | n/a | all | string | Refines results for region charts. Supported values: 'COUNTRY', 'REGION', 'DMA', 'CITY' |
tz | query | n/a | all | integer | Time zone offset in minutes (e.g., '420' for PDT). Range: -1439 to 1439 |
Request body: none documented; send parameters through path or query arguments.
Use TrendsSearch for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: TrendsSearch.
node {baseDir}/bin/run.mjs --operation "TrendsSearch" --api-key "$JUST_SERP_API_KEY" --params-json '{"query":"<query>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, URLs, keywords, and filters unchanged.
JUST_SERP_API_KEY--api-key "$JUST_SERP_API_KEY"; do not paste key values into chat messages, screenshots, or logs.TrendsSearch on /api/v1/google/trends/search.query) before summarizing results.