Google Autocomplete API
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "error",
"msg": "Please try again",
"error": ""
}{
"status": "success",
"msg": "Completed",
"results": {
"search_metadata": {
"id": 230200211,
"status": "success",
"created_at": "2026-03-16T11:52:50.000000Z",
"processed_at": "2026-03-16 11:52:50"
},
"search_parameters": {
"q": "football",
"url": "https://www.google.com/complete/search?q=football&client=chrome&dpr=1&hl=en&gl=US",
"client": "chrome",
"lang": "en",
"country": "US",
"location": "Abernathy,Texas,United States"
},
"results": {
"suggestions": [
{
"value": "football games today",
"relevance": 1250,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+games+today"
},
{
"value": "football games",
"relevance": 701,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+games"
},
{
"value": "football today",
"relevance": 700,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+today"
},
{
"value": "football tonight",
"relevance": 601,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+tonight"
},
{
"value": "football game tonight",
"relevance": 600,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+game+tonight"
},
{
"value": "football scores",
"relevance": 559,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+scores"
},
{
"value": "football games this weekend",
"relevance": 558,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+games+this+weekend"
},
{
"value": "football games tomorrow",
"relevance": 557,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+games+tomorrow"
},
{
"value": "football schedule",
"relevance": 556,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+schedule"
},
{
"value": "football playoffs",
"relevance": 555,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+playoffs"
},
{
"value": "football on tv today",
"relevance": 554,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+on+tv+today"
},
{
"value": "football games today on tv",
"relevance": 553,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+games+today+on+tv"
},
{
"value": "football cleats",
"relevance": 552,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+cleats"
},
{
"value": "football bros",
"relevance": 551,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+bros"
},
{
"value": "football tomorrow",
"relevance": 550,
"type": "QUERY",
"link": "https://www.google.com/search?q=football+tomorrow"
}
],
"verbatim_relevance": 1300
}
}
}Example request:
Last updated