VOOZH about

URL: https://apify.com/hooli/google-trending-searches

⇱ Google Trending Searches [DEPRECATED] Β· Apify


πŸ‘ Google Trending Searches avatar

Google Trending Searches

Deprecated

Pricing

Pay per usage

Go to Apify Store

Google Trending Searches

Deprecated

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.

Pricing

Pay per usage

Rating

5.0

(2)

Developer

πŸ‘ Hooli

Hooli

Maintained by Community

Actor stats

24

Bookmarked

821

Total users

5

Monthly active users

4 years ago

Last modified

Share

What is Google Trending Searches Scraper?

This scraper is designed to extract data from Daily Search Trends in the Trending Searches section on Google Trends. It creates a Google Trending Searches API that is not constrained by the quotas or limits imposed by Google Trends.

Features

Why use our Google Trending Searches API to extract information from Google Trends?

  • The data you get from this scraper is flat and not nested in JSON format.
  • The data it outputs is designed to be CSV friendly, so you can immediately use it in spreadsheets, applications, reports, or other Apify actors.
  • You can select your own time frame by setting "to" and "from" dates".
  • You can freely select the region or regions to be scraped.
  • You can easily use our scheduler to scrape data when you need it.
  • Our scraper is not limited by the unpredictable quotas or limits imposed by Google Trends.

Note that Google Trending Searches can only provide data going back 29 days, so our API cannot overcome this limitation.

If you use Google Trending Searches Scraper with our Google Trends Scraper, you can get a lot of useful data from Google Trends and use it for market research or search engine optimization. If you need inspiration, check out some of the use cases suggested on our Marketing & Media industries page or read our blog post about using Apify Store to power your SEO toolbox.

You can also combine this actor with tools such as our Google Sheets Import & Export to automatically feed the data into Google Sheets.

The data extracted can be downloaded in a range of formats, including JSON, CSV, XML, HTML, and Excel.

Cost of usage

Running the Google Trending Searches Scraper will consume platform credits. Every Apify subscription plan includes a set monthly USD amount of platform credits. If you require more, you will have to upgrade your plan. Check our platform pricing and subscription plan pages for details.

You can expect to spend less than $0.10 for 1,000 results, so your monthly free platform credits should be enough for many actor runs. The best way to find out how many platform credits an actor will consume is to perform a test run. You can then review platform usage in Billing and figure out the best Apify subscription plan for your needs.

If you want something special or require end-to-end service, you can also request a custom solution.

Tutorial

Check out our step-by-step guide to using the Google Trending Searches Scraper or email us at support@apify.com if you need any help.

You can also join the conversation on our Discord server, where the Apify team and community regularly discuss web scraping tips and tricks.

Input and Output

This actor has been developed to take advantage of the new extended output functionality of the Apify platform. That means that your selected input parameters directly impact the output datasets.

Input:

{
"outputMode": "complete", // can be queries or articles
"geo": "US", // 2 letter ISO code for country, not every country is supported
"fromDate": "2 day", // from 2 days ago
"toDate": "3 day", // until 3 days ago
"proxy": { // required!
"useApifyProxy": true
}
}

You can choose from four different output modes:

  • Complete: this scrapes everything along with nested articles (note that this is not Excel or CSV friendly)
{
"query": "Lady Gaga",
"exploreLink": "https://trends.google.com/trends/explore?q=Lady+Gaga&date=now+7-d&geo=US",
"geo": "US",
"date": "2021-01-20T03:00:00.000Z",
"formattedTraffic": 1000000,
"relatedQueries": [
{
"query": "Jennifer Lopez",
"exploreLink": "https://trends.google.com/trends/explore?q=Jennifer+Lopez&date=now+7-d&geo=US"
}
// ...
],
"articles": [
{
"title": /**/,
"timeAgo": "12h ago",
"source": /**/,
"image": {
"newsUrl": /**/,
"source": /**/,
"imageUrl": "https://t1.gstatic.com/images?q=tbn:ANd9GcTXemenozGptpcdEIVEqXAce5xohz46QYgrLgN_8jAjNyLanDyhJvDtkFXoDXwbWMBLnU4funD7"
},
"url": /**/,
"snippet": "Lady Gaga belted out the national anthem Wednesday in a very Gaga way β€” with flamboyance, fashion and passion. Watch her performance here."
}
// ...
]
}
  • Queries: this scrapes only queries, related queries, and traffic information (CSV or Excel friendly)
{
"parentQuery": "Inauguration",
"parentExploreLink": "https://trends.google.com/trends/explore?q=Inauguration&date=now+7-d&geo=US",
"query": "Inauguration Day",
"exploreLink": "https://trends.google.com/trends/explore?q=Inauguration+Day&date=now+7-d&geo=US",
"date": "2021-01-19T03:00:00.000Z",
"geo": "US",
"formattedTraffic": null
}
  • Related queries only: this is a stripped-down version of queries that only scrapes related queries
{
"parentQuery": "Nets",
"parentExploreLink": "https://trends.google.com/trends/explore?q=Nets&date=now+7-d&geo=US",
"query": "Brooklyn Nets",
"exploreLink": "https://trends.google.com/trends/explore?q=Brooklyn+Nets&date=now+7-d&geo=US",
"date": "2021-01-19T03:00:00.000Z",
"geo": "US"
}
  • Articles: just returns one article per dataset item
{
"query": "Lady Gaga",
"exploreLink": "https://trends.google.com/trends/explore?q=Lady+Gaga&date=now+7-d&geo=US",
"title": "This Is the Lipstick Lady Gaga Wore for Her Inauguration Performance",
"timeAgo": "9h ago",
"source": "Glamour",
"image": {
"newsUrl": "https://www.glamour.com/story/lady-gaga-inauguration-performance-lipstick",
"source": "Glamour",
"imageUrl": "https://t2.gstatic.com/images?q=tbn:ANd9GcQdek3suLs_WBYf6UmwHpR80xiQRAU6WQGx5DCz67so8-uTyWmTQ5X7FrxY6tCbTSdieOAoWV6-"
},
"url": "https://www.glamour.com/story/lady-gaga-inauguration-performance-lipstick",
"snippet": "Here's the bold lip crayon that held up during Lady Gaga's inauguration performance. That red color was such a moment.",
"date": "2021-01-20T03:00:00.000Z",
"formattedTraffic": 1000000,
"geo": "US"
}

Limitations

Google Trending Searches can only provide data up to 29 days ago.

License

Apache 2.0

You might also like

Google Trends Trending Now

data_xplorer/google-trends-trending-now

πŸ”₯ Scrape Google Trends trending searches in real-time. Get search volume, categories & related terms for 45+ countries. Each trend = 1 result. Fast, no browser needed. Perfect for SEO, market research & content strategy.

96

Google Trends Scraper β€” Trending Searches & Interest Over Time

maged120/google-trends-scraper

Extract data from Google Trends β€” trending searches, interest-over-time graphs, related queries, and regional interest breakdowns for any keyword.

Google Images Scraper

hooli/google-images-scraper

Scrape image details from images.google.com. Add your query and number of images and extract image details such as image URL, image source, description, image dimensions, thumbnail, and more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

4.7K

4.8

(14)

Google Trends Scraper

data_xplorer/google-trends-fast-scraper

Get instant access to πŸ”₯ daily trending searches by country and analyze Google Trends keyword search trends. This ultimate API alternative gives developers and data scientists programmatic access to Google Trends data without limitations.

700

4.9

(4)

Google Trends Scraper

akash9078/google-trends-scraper

Extract trending searches from Google Trends for any country and language. Provides real-time search trends with volume, growth metrics, status, and related searches.

πŸ‘ User avatar

Akash Kumar Naik

28

Google Trends Scraper & API β€” Daily Trending Searches

tugelbay/google-trends-tracker

Google Trends scraper and API for daily trending searches across 50+ geos with news context. RSS-backed, no browser/proxy overhead, CSV/JSON-ready for SEO, content, and AI-agent workflows. Guide: https://konabayev.com/tools/google-trends-tracker/

πŸ‘ User avatar

Tugelbay Konabayev

3

Give Me Trends: Extract Keywords & Trending Now

abrahan_dev/give-me-trends

Compare keywords, discover related searches, track regional interest, and monitor Trending Now data from Google Trends.

Google Trends Scraper

automation-lab/google-trends-scraper

Scrape Google Trends: daily trending searches and keyword analysis. Get interest over time, related queries, and regional interest. Two modes: trending (pure HTTP, dirt cheap) and keyword analysis. Flat output for CSV/Excel. Pay per result.

πŸ‘ User avatar

Stas Persiianenko

144

Google Trends Scraper

oneary/google-trends-scraper

Track keyword popularity over time on Google Trends. Compare up to 5 search terms, filter by location and time range. Essential for content strategists and SEO analysts.

Google Trends Scraper πŸ’Ž

scraperpro/google-trends-scraper

Fastest and Cheapest Google Trends Scraper: All in one, πŸ”₯real time trending searches, interest over time, interest by region, and Related queries and topics, and more

131

3.9

(4)