返回 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. |