Google Trends API
收藏RapidAPI2025-03-16 更新2025-04-26 收录
下载链接:
https://rapidapi.com/shadikur/api/google-trends-api5
下载链接
链接失效反馈官方服务:
资源简介:
The Google-Trends-API allows developers to scrape real-time Google Trends data, providing insights into trending keywords, search volumes, and related trends. With customizable parameters (geo and hour), this API delivers actionable data for market research, competitor analysis, and trend forecasting. Ideal for data enthusiasts and businesses looking to stay ahead of the curve.
创建时间:
2025-03-16
原始信息汇总
Google Trends API 数据集概述
基本信息
- API名称: Google Trends API
- 提供者: shadikur
- 订阅人数: 16
- 类别: 数据
- API版本: v1 (current)
- API评分: 9.3 (Popularity)
- 服务等级: 97%
- 延迟: 18980ms
- 测试覆盖率: 100%
订阅计划
- BASIC: $0.00 / mo
- PRO: $15.00 / mo
- ULTRA: $30.00 / mo
- MEGA: $50.00 / mo
API功能概述
- 提供实时Google Trends数据,包括热门关键词、搜索量和相关趋势。
- 支持自定义参数,如地理位置和时间范围。
- 适用于市场分析、趋势预测和竞争对手分析。
请求参数
geo(string): 地理位置,默认值"US"。例如"GB"表示英国。hours(string): 时间范围(小时),默认值"24"。例如"48"表示最近48小时。sort(string): 排序字段,默认无。例如"title"按关键词字母顺序排序。
请求示例
json { "geo": "GB", "hours": "48", "sort": "title" }
响应内容
success(boolean): 请求是否成功。data(array): 趋势数据列表,最多25项,每项包含以下属性:trends_keyword(string): 热门关键词。seach_volume(string): 搜索量(如"200K+")。started_at(string): 趋势开始时间(如"23 hours ago")。trend_breakdown(array): 相关关键词列表。keywords(string): 相关关键词。
响应示例
json { "success": true, "data": [ { "trends_keyword": "p2isthename", "seach_volume": "200K+", "started_at": "23 hours ago", "trend_breakdown": [ { "keywords": "p2isthename death" }, { "keywords": "p2isthename death cause" } ] } ] }
注意事项
- 默认参数为
geo: "US"和hours: "24"。 sort参数目前仅支持按title排序。- 数据实时抓取自Google Trends,可能受速率限制或CAPTCHAs影响。
搜集汇总
数据集介绍

背景与挑战
背景概述
该API支持抓取Google Trends实时数据,提供关键词热度、搜索量及相关趋势分析,用户可通过地域和时间参数定制查询,适用于市场研究和趋势预测等商业场景。
以上内容由遇见数据集搜集并总结生成



