← Tools Reference

SerpApi

SerpApi integration (Data, Location). Imported from open-connector.

API key3 toolshttps://serpapi.com
GET
serpapi_google_search
Run a Google web search through SerpApi.

/search.json

7 parameters
ParamTypeRequiredDescription
qstringrequiredSearch query for Google web search.
locationstringoptionalLocation used by SerpApi to localize results.
hlstringoptionalLanguage code for localized results.
glstringoptionalCountry code for localized results.
startintegeroptionalZero-based result offset for pagination.
numintegeroptionalMaximum number of results to return.
safestringoptionalSafe search setting passed to SerpApi.
GET
serpapi_google_news_search
Run a Google News search through SerpApi.

/search.json

5 parameters
ParamTypeRequiredDescription
qstringrequiredSearch query for Google News search.
hlstringoptionalLanguage code for localized news results.
glstringoptionalCountry code for localized news results.
startintegeroptionalZero-based result offset for pagination.
sostringoptionalSorting option passed to Google News through SerpApi.
GET
serpapi_google_maps_search
Run a Google Maps search through SerpApi.

/search.json

5 parameters
ParamTypeRequiredDescription
qstringrequiredSearch query for Google Maps search.
llstringoptionalLatitude and longitude search context formatted for SerpApi.
hlstringoptionalLanguage code for localized maps results.
glstringoptionalCountry code for localized maps results.
startintegeroptionalZero-based result offset for pagination.