glstring · optionalOptional two-letter country code for market targeting, for example gb, us or nz.
minLength: 2 · maxLength: 2
Serper
Search Google and return organic results, answer boxes and related query data.
Search Google through Serper for standard search results, news, places or images. Set gl to a two-letter country code and hl to a language code when the market and language matter; num accepts 1 to 100 results. The price is flat per search, so result count does not change the Scrollport charge.
Agents select this operation with tool ID serper.google-search, then inspect its current executable contract before a run.
glstring · optionalOptional two-letter country code for market targeting, for example gb, us or nz.
minLength: 2 · maxLength: 2
hlstring · optionalOptional result language code, for example en, fr or de.
numinteger · optionalThe number of results to request. Serper charges the same flat price for 1 to 100 results.
minimum: 1 · maximum: 100
querystring · requiredThe Google search query.
minLength: 1
typestring · optionalThe Serper result type.
enum: search, news, places, images
organicarrayReturned organic value.
This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.
{
"tool_id": "serper.google-search",
"input": {
"gl": "nz",
"hl": "en",
"num": 5,
"type": "search",
"query": "best specialty coffee roasters in Wellington"
}
}{
"organic": [
{
"date": "Nov 17, 2017",
"link": "https://www.doubleskinnymacchiato.com/2017/11/wellington-new-zealand-specialty-coffee-guide-map-cafes-roasters.html",
"title": "12 Specialty Coffee Spots To Visit in Wellington, New Zealand",
"snippet": "A Wellington specialty-coffee guide covering local cafes and roasters including Coffee Supreme and Mojo Coffee.",
"position": 1
}
]
}invalid_input: query is required and must not be emptyexample: {"query":"best specialty coffee roasters in Wellington","type":"search","num":5,"gl":"nz","hl":"en"}invalid_input: type must be search, news, places or images; num must be an integer from 1 to 100example: {"query":"UK AI funding","type":"news","num":10,"gl":"gb","hl":"en"}invalid_input: gl must be a two-letter country code when provideduse "gl":"gb" with "hl":"en" for UK English resultsScrollport identifies and validates the best-in-class API tools and provides them on a pay-as-you-go basis so you don't need to maintain a separate provider account, subscription or credits.
Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.