Google Trends Interest Scraper avatar
Google Trends Interest Scraper

Deprecated

Pricing

$50.00/month + usage

Go to Store
Google Trends Interest Scraper

Google Trends Interest Scraper

Deprecated

Developed by

Tin Duong

Tin Duong

Maintained by Community

Scrape interest over time from Google Trends by URLs such as https://trends.google.com/trends/explore.

0.0 (0)

Pricing

$50.00/month + usage

0

Total users

8

Monthly users

7

Runs succeeded

>99%

Last modified

2 months ago

You can access the Google Trends Interest Scraper 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  "startUrls": [
3    {
4      "url": "https://trends.google.com/trends/explore?date=today%205-y&geo=US&q=solo%20stove%20fire,solo%20stove%20yukon,solo%20stove%20canyon,solo%20stove%20ranger,solo%20stove%20bonfire&hl=en"
5    }
6  ],
7  "proxyConfig": {
8    "useApifyProxy": true
9  }
10}' |
11apify call dtrungtin/google-trends-interest-scraper --silent --output-dataset

Google Trends Interest Scraper API through CLI

The Apify CLI is the official tool that allows you to use Google Trends Interest Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: