返回 SerpApi
将 Knoon AI 与 SerpApi 连接以自动化 AI 工作流。
Search Google via SerpApi for web results.
serpapiDefaultSearchWeb
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| query | mustache | Search query (e.g. "best espresso machines 2024"). | 是的 |
| location | mustache | Optional. Location for localized results (e.g. "Austin, Texas, United States"). | 没有 |
| country | mustache | Optional. Country code for Google (gl), such as "us" or "gb". | 没有 |
| language | mustache | Optional. Language code for Google (hl), such as "en" or "de". | 没有 |
| count | mustache | Optional. Maximum number of results to return (1-100). Defaults to 10. | 没有 |
| start | mustache | Optional. Result offset for pagination. Defaults to 0. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| query | string | Normalized search query. |
| answerBox.title | string | Answer box title. |
| answerBox.answer | string | Answer text when available. |
| answerBox.snippet | string | Answer snippet when available. |
| answerBox.sourceUrl | string | Source URL for the answer box. |
| results.title | string | Result title. |
| results.url | string | Result URL. |
| results.snippet | string | Short result snippet. |
| results.position | number | Result position in the page. |