Advanced Google Trending Searches
3 days trial then $9.99/month - No credit card required now
Advanced Google Trending Searches
3 days trial then $9.99/month - No credit card required now
Gather daily search trends and related queries from Google Trends. Configure settings for country, duration, and the maximum results. Enjoy unrestricted access with no quotas.
You can access the Advanced 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 dainty_screw/advanced-google-trending-searches --silent --output-dataset
Advanced Google Trending Searches API through CLI
The Apify CLI is the official tool that allows you to use Advanced 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:
- 2 monthly users
- 1 star
- 97.9% runs succeeded
- Created in Apr 2024
- Modified about 1 month ago