Google Search Autocomplete
Get Google Search autocomplete suggestions via API for a given query.
Credit cost: 1 credit per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.autom.dev/v1/google/search/autocomplete"{
"suggestions": [
"coffee near me",
"coffee maker",
"coffee shop",
"coffee table"
]
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}