返回 SerpApi

將 Knoon AI 與 SerpApi 連接以自動化 AI 工作流程。

Search Google via SerpApi for web results.
serpapiDefaultSearchWeb
測試版
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
名稱類型說明必填
querymustache Search query (e.g. "best espresso machines 2024").是的
locationmustache Optional. Location for localized results (e.g. "Austin, Texas, United States").
countrymustache Optional. Country code for Google (gl), such as "us" or "gb".
languagemustache Optional. Language code for Google (hl), such as "en" or "de".
countmustache Optional. Maximum number of results to return (1-100). Defaults to 10.
startmustache Optional. Result offset for pagination. Defaults to 0.
退貨
名稱類型說明
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.