Serper Autocomplete Example is an example object payload from Serper, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"request": {
"method": "POST",
"url": "https://google.serper.dev/autocomplete",
"headers": {
"X-API-KEY": "your_api_key_here",
"Content-Type": "application/json"
},
"body": {
"q": "how to build",
"gl": "us",
"hl": "en"
}
},
"response": {
"status": 200,
"body": {
"suggestions": [
{ "value": "how to build your own house" },
{ "value": "how to build your own pc" },
{ "value": "how to build your own website" },
{ "value": "how to build your own sauna" },
{ "value": "how to build your own greenhouse" },
{ "value": "how to build your own gaming pc" },
{ "value": "how to build your own house in florida" },
{ "value": "how to build your own closet" },
{ "value": "how to build your own workout routine" },
{ "value": "how to build your own ai model" }
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.