SerpApi に戻る
SerpApi と Knoon AI を接続して 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. |