POST
/
google_trend_explore
curl --request POST \
  --url https://api.scrapeasap.com/scrapers/google_trend_explore \
  --header 'Content-Type: application/json' \
  --header 'apikey: <apikey>' \
  --data '{
  "query": "<string>",
  "date_from": "2023-12-25",
  "date_to": "2023-12-25"
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json
query
string

The search query for Google Trends.

date_from
string

The start date for the trend data.

date_to
string

The end date for the trend data.

Response

200

Successful response with trend data.