Back to SerpApi

Connect Knoon AI with SerpApi to automate AI workflows.

Search Google via SerpApi for web results.
serpapiDefaultSearchWeb
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
querymustache Search query (e.g. "best espresso machines 2024").Yes
locationmustache Optional. Location for localized results (e.g. "Austin, Texas, United States").No
countrymustache Optional. Country code for Google (gl), such as "us" or "gb".No
languagemustache Optional. Language code for Google (hl), such as "en" or "de".No
countmustache Optional. Maximum number of results to return (1-100). Defaults to 10.No
startmustache Optional. Result offset for pagination. Defaults to 0.No
Returns
NameTypeDescription
querystring Normalized search query.
answerBox.titlestring Answer box title.
answerBox.answerstring Answer text when available.
answerBox.snippetstring Answer snippet when available.
answerBox.sourceUrlstring Source URL for the answer box.
results.titlestring Result title.
results.urlstring Result URL.
results.snippetstring Short result snippet.
results.positionnumber Result position in the page.