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