- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google trends
- google flights
- google flights chart
- google search
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- mouser
- Scraper RequestPOST
- Scraper GetresultGET
- Web Unlocker
- Public
- Async Tasks
AutoComplete
Developing
POST
/api/v1/scraper/request
Last modified:2024-12-24 04:06:39
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
object {0}
Example
{
"actor": "scraper.google.trends",
"input": {
"data_type": "autocomplete",
"q": "Mercedes-Benz"
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.scrapeless.com/api/v1/scraper/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"actor": "scraper.google.trends",
"input": {
"data_type": "autocomplete",
"q": "Mercedes-Benz"
}
}'
Responses
🟢200Success
application/json
Body
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"
}
]
}
🟢201Task In Progress
🟠400Bad Request
Modified at 2024-12-24 04:06:39