Explore Google Trends data using a query and date range.
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" }'
Scrapeasap Api Key
Successful response with trend data.