Google Search API
收藏RapidAPI2026-05-17 更新2025-12-03 收录
下载链接:
https://rapidapi.com/skdeveloper/api/google-search-api22
下载链接
链接失效反馈官方服务:
资源简介:
The Google Search API allows developers to perform Google searches programmatically using POST requests. It supports customization of search queries by language, device type, pagination, and country, providing flexible and reliable access to up-to-date search results.
创建时间:
2026-05-17
原始信息汇总
Google Search API 数据集概述
基本信息
- API名称: Google Search API
- 提供商: Veer Hanuman
- 类别: Search
- 订阅者数量: 6
定价计划
- BASIC: $0.00 / 月
- PRO: $9.99 / 月
- ULTRA: $49.99 / 月
- MEGA: $99.99 / 月
功能描述
该API允许开发者通过编程方式执行Google搜索并检索搜索结果。它支持通过POST请求进行Google搜索,并可通过语言、设备类型、分页和国家/地区自定义搜索查询,提供灵活可靠的访问以获取最新搜索结果。
技术细节
- 当前版本: v1
- 端点:
https://google-search-api22.p.rapidapi.com/search_api.php - 支持的请求方法: POST(参数以
application/x-www-form-urlencoded格式发送)
请求参数
| 参数名 | 类型 | 是否必需 | 默认值 | 描述 |
|---|---|---|---|---|
query |
string | 是 | — | 搜索查询字符串(URL编码) |
lang |
string | 否 | en |
语言代码(例如:en, es) |
offset |
int | 否 | 0 |
分页结果的偏移量 |
device |
string | 否 | Desktop |
设备类型:Desktop 或 Mobile |
results |
int | 否 | 10 |
返回的结果数量 |
country |
string | 否 | US |
国家/地区代码(例如:US, IN) |
主要优势
- 通过简单的API轻松访问Google搜索结果
- 支持GET和POST方法,便于灵活集成
- 可通过语言、设备类型、位置和分页进行自定义搜索
- 由RapidAPI提供支持,响应快速可靠
使用案例
- 构建支持搜索的应用程序或网站
- 将Google搜索结果集成到仪表板或分析工具中
- 为不同国家/地区或语言获取本地化搜索结果
- 为SEO或市场研究自动化数据收集



