Terug naar SerpApi
Verbinding maken met Knoon AI met SerpApi om AI-workflows te automatiseren.
Search Google via SerpApi for web results.
serpapiDefaultSearchWeb
BÈTA
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| query | mustache | Search query (e.g. "best espresso machines 2024"). | Ja |
| location | mustache | Optional. Location for localized results (e.g. "Austin, Texas, United States"). | Nee |
| country | mustache | Optional. Country code for Google (gl), such as "us" or "gb". | Nee |
| language | mustache | Optional. Language code for Google (hl), such as "en" or "de". | Nee |
| count | mustache | Optional. Maximum number of results to return (1-100). Defaults to 10. | Nee |
| start | mustache | Optional. Result offset for pagination. Defaults to 0. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |