Google Trending Searches avatar

Google Trending Searches

Try for free

No credit card required

View all Actors
Google Trending Searches

Google Trending Searches

hooli/google-trending-searches
Try for free

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:

Developer
Maintained by Community
Actor metrics
  • 36 monthly users
  • 4 stars
  • 100.0% runs succeeded
  • 50 days response time
  • Created in Jan 2021
  • Modified almost 2 years ago
Categories