Google Trending Searches
No credit card required
Google Trending Searches
No credit card required
Scrape Trending Searches on Google Trends and extract data on daily search trends and related queries. Set country, time frame, and max number of results. No limits or quotas.
You can access the Google Trending Searches programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "geo": "US",
3 "outputMode": "complete",
4 "fromDate": "today",
5 "toDate": "3 days",
6 "maxItems": 100,
7 "proxy": {
8 "useApifyProxy": true
9 },
10 "extendOutputFunction": "async ({ data, item, request, customData, fromDate, toDate, Apify }) => {\\n return item;\\n}",
11 "extendScraperFunction": "async ({ data, item, request, addUrl, customData, fromDate, toDate, extendOutputFunction, Apify }) => {\\n \\n}",
12 "customData": {}
13}' |
14apify call hooli/google-trending-searches --silent --output-dataset
Google Trending Searches API through CLI
The Apify CLI is the official tool that allows you to use Google Trending Searches locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: