
Google Trending Searches
Pricing
Pay per usage

Google Trending Searches
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.
5.0 (2)
Pricing
Pay per usage
25
Monthly users
31
Runs succeeded
>99%
Last modified
2 years ago
You can access the Google Trending Searches programmatically from your own applications by using the Apify API. You can also 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:
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.