← 返回 Skills 市场
justserpapi

Google SERP Trends Search API

作者 justserpapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
34
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install justserpapi-google-trends-search
功能描述
Call GET /api/v1/google/trends/search for Google SERP Trends Search through Just Serp API with query.
使用说明 (SKILL.md)

Google SERP Trends Search

Use 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.

Endpoint Scope

  • Group key: google
  • Endpoint key: trends/search
  • Group family: Google SERP
  • Skill slug: justserpapi-google-trends-search
Operation Version Method Path OpenAPI summary
TrendsSearch v1 GET /api/v1/google/trends/search Search

Inputs

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 \x3Ca href="/reference/google-trends-locations">Google Trends Locations\x3C/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 \x3Ca href="/reference/google-language">Google Language\x3C/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.

Version Choice

Use TrendsSearch for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: TrendsSearch.

node {baseDir}/bin/run.mjs --operation "TrendsSearch" --api-key "$JUST_SERP_API_KEY" --params-json '{"query":"\x3Cquery>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, URLs, keywords, and filters unchanged.

Environment

  • Required: JUST_SERP_API_KEY
  • Pass the API key with --api-key "$JUST_SERP_API_KEY"; do not paste key values into chat messages, screenshots, or logs.
  • Project site: Just Serp API.
  • Authentication details: Just Serp API Docs.

Output Focus

  • State the operation ID and endpoint path used, for example TrendsSearch on /api/v1/google/trends/search.
  • Echo the required lookup scope (query) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Google trends Search data, including interest over time, geo breakdowns, and related queries, for demand analysis and seasonal trend monitoring.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
Install only if you intend to use ClawHub maintainer or Convex development workflows. Pay particular attention before using the moderation skill or the autoreview helper’s default full-access mode; use the documented confirmation steps and opt out of full access when you do not need it.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The skills focus on ClawHub maintainer work, UI proof, code review, moderation, and Convex setup/migration/performance tasks. High-impact moderation commands and review automation are present, but they match the stated purposes.
Instruction Scope
The instructions are mostly scoped: moderation requires explicit targets, reasons, confirmation unless already provided, auth, role checks, and audit logging. The autoreview helper defaults nested Codex review to full-access/bypass mode, but this is disclosed and has an opt-out.
Install Mechanism
The skill content is plain SKILL.md files, reference docs, small agent YAML metadata, icons, and one Bash helper script. I found no hidden install hooks, obfuscated payloads, or automatic startup mechanism.
Credentials
Use of bun, gh, npx, Convex, Playwright/UI proof tooling, and provider auth setup is proportionate to the documented developer and maintainer workflows. Some commands may contact external services or send diffs to fallback review CLIs, which is disclosed.
Persistence & Privilege
No unbounded local persistence or background daemon is installed by the skill. Persistent effects are user-directed workflow outputs such as proof artifacts, Convex migrations, PR comments, or authenticated moderation changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justserpapi-google-trends-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justserpapi-google-trends-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justserpapi-google-trends-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Google SERP Trends Search API 是什么?

Call GET /api/v1/google/trends/search for Google SERP Trends Search through Just Serp API with query. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 34 次。

如何安装 Google SERP Trends Search API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install justserpapi-google-trends-search」即可一键安装,无需额外配置。

Google SERP Trends Search API 是免费的吗?

是的,Google SERP Trends Search API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Google SERP Trends Search API 支持哪些平台?

Google SERP Trends Search API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Google SERP Trends Search API?

由 justserpapi(@justserpapi)开发并维护,当前版本 v1.0.0。

💬 留言讨论