Scrapeless API
Dashboard
Dashboard
  1. google trends
  • User
    • Get User Info
  • Scraping Browser
    • CDP API
    • Connect
  • Scraper API
    • shopee
      • Actor List
      • Shopee Product
      • Shopee Search
      • Shopee Rcmd
    • br sites
      • Solucoes cnpjreva
      • Solucoes certidaointernet
      • Servicos receita
      • Consopt
    • avnet
      • Product detail
    • arrow
      • Product Search
    • airline
      • iberia
        • Iberia
      • expedia
        • Expedia
      • kayak
        • Kayak
    • amazon
      • API Parameters
      • product
      • seller
      • keywords
    • temu
      • Temu
    • google trends
      • API Parameters
      • AutoComplete
        POST
      • Interest Over Time
        POST
      • Compared Breakdown By Region
        POST
      • Interest By Subregion
        POST
      • Related Queries
        POST
      • Related Topics
        POST
      • Trending Now
        POST
    • google flights
      • API Parameters
      • Round trip
      • One way
      • Multi-city
    • google flights chart
      • API Parameters
      • chart
    • google search
      • API Parameters
      • Google Search
    • google maps
      • API Parameters(Google Maps)
      • API Parameters(Google Maps Autocomplete)
      • API Parameters(Google Maps Contributor Reviews)
      • API Parameters(Google Maps Directions)
      • API Parameters(Google Maps Reviews)
      • Google Maps
      • Google Maps Autocomplete
      • Google Maps Contributor Reviews
      • Google Maps Directions
      • Google Maps Reviews
    • google scholar
      • API Parameters(Google Scholar)
      • API Parameters(Google Scholar Author)
      • API Parameters(Google Scholar Cite)
      • API Parameters(Google Scholar Profiles)
      • Google Scholar
      • Google Scholar Author
      • Google Scholar Cite
      • Google Scholar Profiles
    • google jobs
      • API Parameters
      • Google Jobs
    • google shopping
      • API Parameters
      • Google Shopping
    • google hotels
      • API Parameters
      • Supported Google Vacation Rentals Property Types
      • Supported Google Hotels Property Types
      • Supported Google Vacation Rentals Amenities
      • Supported Google Hotels Amenities
      • Google Hotels
    • google news
      • API Parameters
      • Google News
    • google lens
      • API Parameters
      • Google Lens
    • google finance
      • API Parameters
      • Google Finance
      • Google Finance Markets
    • google product
      • API Parameters
      • Google Product
    • google play store
      • API Parameters
      • Supported Google Play Categories
      • Google Play Games
      • Google Play Books
      • Google Play Movies
      • Google Play Product
      • Google Play Apps
    • google ads
      • API Parameters
      • Google Ads
    • mouser
      • mouser
    • Scraper Request
      POST
    • Scraper Getresult
      GET
  • Web Unlocker
    • JS Render Docs
    • JS Render
    • Web Unlocker
    • Akamaiweb Cookie
    • Akamaiweb Sensor
  • Public
    • actor status
    • actor status
  1. google trends

AutoComplete

Developing
POST
/api/v1/scraper/request
Last modified:2025-04-27 05:17:09

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": {
    "engine": "google.trends.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' \
--header 'x-api-token;' \
--data-raw '{
    "actor": "scraper.google.trends",
    "input": {
        "engine": "google.trends.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 2025-04-27 05:17:09
Previous
API Parameters
Next
Interest Over Time
Built with