AutoComplete
DevelopingPOST
/api/v1/scraper/requestLast modified: 6 days ago
Request
Body Params application/json
object {0}
Example
{
"actor": "scraper.google.trends",
"input": {
"data_type": "autocomplete",
"q": "Mercedes-Benz"
}
}
Request samples
Responses
Success(200)
Task In Progress(201)
Bad Request(400)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"suggestions": [
{
"q": "/m/0h5wpdf",
"title": "Mercedes-Benz",
"type": "Car make",
"link": "https://trends.google.com/trends/explore?q=/m/0h5wpdf"
},
{
"q": "/g/11bc71v0fr",
"title": "Mercedes Benz",
"type": "Topic",
"link": "https://trends.google.com/trends/explore?q=/g/11bc71v0fr"
},
{
"q": "/m/052mx",
"title": "Mercedes-Benz",
"type": "Luxury vehicles company",
"link": "https://trends.google.com/trends/explore?q=/m/052mx"
},
{
"q": "/m/03706p",
"title": "Mercedes-Benz G-class",
"type": "Luxury",
"link": "https://trends.google.com/trends/explore?q=/m/03706p"
},
{
"q": "/m/024y62",
"title": "Mercedes-Benz C-Class",
"type": "Luxury car",
"link": "https://trends.google.com/trends/explore?q=/m/024y62"
}
]
}
Last modified: 6 days ago