
Google Trends Scraper
- emastra/google-trends-scraper
- Modified
- Users 2.1k
- Runs 96.7k
- Created by
Emiliano Mastragostino
Google Trends API to scrape data from Google Trends. Extract data for multiple search terms listed in a Google Sheet, define time ranges to get results at a higher frequency, select categories, and specify geographical locations. Download your data as HTML, JSON, CSV, Excel, XML, and more.
What does Google Trends Scraper do?
Google Trends does not have an API, but Google Trends Scraper creates an unofficial Google Trends API to let you extract data from Google Trends directly and at scale. It is built on the powerful Apify SDK and you can run it on the Apify platform and locally.
Why scrape Google Trends with our API?
Google Trends lets you find out what people have been searching for around the globe, as well as what ideas and fashions are just emerging. By analyzing this at scale, you can learn what to invest in, and where to spend your resources most effectively.
Whether you’re a journalist researching hot topics, a real estate developer keeping an eye on future property values, an SEO expert tracking keywords, or an e-commerce retailer thriving on the edge with dropshipping, Google Trends has useful data for you.
Tutorials
Check out our step-by-step guide to scraping Google Trends. It includes use cases, screenshots, and examples.
How much will scraping Google Trends cost you?
When it comes to scraping, it can be challenging to estimate the resources needed to extract data as use cases may vary significantly. That's why the best course of action is to run a test scrape with a small sample of input data and limited output. You’ll get your price per scrape, which you’ll then multiply by the number of scrapes you intend to do.
Watch this video for a few helpful tips. And don't forget that choosing a higher plan will save you money in the long run.
Note: Google Trends Scraper works best if you feed it more keywords for each scrape. In our experience, if you give it 1,000 keywords all at once, it will work better than if you give it only one keyword at a time.
Input
Field | Type | Description |
---|---|---|
searchTerms | array | This is the list of search terms to be scraped (required if 'spreadsheetId' is not provided). |
spreadsheetId | string | (Optional) Id of the google sheet from where search terms will be loaded. |
isPublic | boolean | If checked, you can import a public spreadsheet without the need for authorization. To import private sheets, please read about authorization below. Defaults to false . |
timeRange | string | Choose a time range (defaults to 'Past 12 months') |
category | string | Choose a category to filter the search (defaults to 'All categories') |
geo | string | Get results from a specific geo area (defaults to 'Worldwide') |
maxItems | number | (optional) Maximum number of product items to be scraped |
customTimeRange | string | Provide a custom time range. If provided, it takes precedence over regular timeRange. Read Custom time range for correct format and examples. |
extendOutputFunction | string | (optional) Function that takes a JQuery handle ($) as argument and returns data that will be merged with the default output. More information in Extend output function |
proxyConfiguration | object | (Optional) Proxy settings. If you have access to Apify Proxy, leave the default settings. If not, you can set { "useApifyProxy": false" } to disable proxy usage. |
Notes on input as spreadsheet
- The only spreadsheet allowed is a Google Sheet.
- Spreadsheet must have only one column.
- The first row of the spreadsheet is considered the title of the column so it will not be loaded as a search term.
- See Google Sheet example
Notes on timeRange
On the Apify platform you can choose the time range with a dropdown menu.
If you provide the input as JSON, these are the timeRange
possible values:
now 1-H
(equals to Past hour)now 4-H
(equals to Past 4 hours)now 1-d
(equals to Past day)now 7-d
(equals to Past 7 days)today 1-m
(equals to Past 30 days)today 3-m
(equals to Past 90 days)''
(empty string equals to Past 12 months. It's the default)today 5-y
(equals to Past 5 years)all
(equals to 2004-present)
INPUT Example:
{ "searchTerms": [ "test term", "another test term" ], "spreadsheetId": //spreadsheetId, "timeRange": "now 4-H", "isPublic": true, "maxItems": 100, "customTimeRange": "2020-03-24 2020-03-29", "extendOutputFunction": "($) => { return { test: 1234, test2: 5678 } }", "proxyConfiguration": { "useApifyProxy": true } }
Output
The scraper's output is stored in a dataset. Each item will contain the search term and all values keyed by the corresponding date.
Example of one output item:
{ "searchTerm": "CNN", "Jan 13, 2019": "92", "Jan 20, 2019": "100", "Jan 27, 2019": "86", "Feb 3, 2019": "82", //... }
If you set outputAsISODate
to true
, it will show as:
{ "Term / Date": "CNN", "2019-08-11T03:00:00.000Z": "43", "2019-08-18T03:00:00.000Z": "34", "2019-08-25T03:00:00.000Z": "34", // ... }
Authorization
Authorization is needed only if your Google Sheet is private.
Google Trends Scraper internally runs Google Sheets Import & Export actor. The authorization process needs to be carried out by running this actor separately in your account. After running it once, the actor will save a token in your KV store and Google Trends Scraper will use it automatically. This means that after running Google Sheets Import & Export actor just once, you can fully automate Google Trends Scraper without setting authorization parameters every time.
Please check this article for instructions on how to authorize using Google Sheets Import & Export actor.
If you want to use more spreadsheets from different Google accounts, then each Google account needs to have a different tokensStore. You need to track which tokens belong to which account by naming the store properly.
You may download the output as a nicely formatted spreadsheet from the dataset tab of your actor run.
Custom time range
Custom time range is a string with the following order:
startDate endDate
And the following format:
YYYY-MM-DD YYYY-MM-DD
Examples:
2020-01-30 2020-03-29
2019-03-20 2019-03-26
Only when the range is up to 7 days, each date supports the time as well. Examples:
2020-03-24T08 2020-03-29T15
Extend output function
You can use this function to update the default output of this actor. This function gets a JQuery handle $
as an argument so you can choose what data from the page you want to scrape. The output from this will function will get merged with the default output.
The return value of this function has to be an object!
You can return fields to achieve 3 different things:
- Add a new field - Return object with a field that is not in the default output
- Change a field - Return an existing field with a new value
- Remove a field - Return an existing field with a value
undefined
The following example will add a new field:
($) => { return { comment: 'This is a comment', } }
You can also get the related keyword and link trends by using this:
($) => { return { trends: $('a[href^="/trends/explore"] .label-text') .map((_, s) => ({ text: s.innerText, link: s.closest('a').href })) .toArray() } }
Integrations and Google Trends Scraper
Last but not least, Google Trends Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and more. Or you can use webhooks to carry out an action whenever an event occurs, e.g. get a notification whenever Google Trends Scraper successfully finishes a run.
Using Google Trends Scraper with the Apify API
The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.
To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package.
Check out the Apify API reference docs for full details or click on the API tab for code examples.
Not your cup of tea? Build your own scraper.
Google Trends Scraper doesn’t exactly do what you need? You can always build your own! We have various scraper templates in Python, JavaScript, and TypeScript to get you started. Alternatively, you can write it from scratch using our open-source library Crawlee. You can keep the scraper to yourself or make it public by adding it to Apify Store (and find users for it).
Or let us know if you need a custom scraping solution.
Your feedback
We’re always working on improving the performance of our Actors. So if you’ve got any technical feedback for Facebook Hashtag Scraper or simply found a bug, please create an issue on the Actor’s Issues tab in Apify Console.
- What does Google Trends Scraper do?
- Why scrape Google Trends with our API?
- Tutorials
- How much will scraping Google Trends cost you?
- Input
- Output
- Authorization
- Custom time range
- Extend output function
- Integrations and Google Trends Scraper
- Using Google Trends Scraper with the Apify API
- Not your cup of tea? Build your own scraper.
- Your feedback