Google RealTime Trends Data Scraper avatar
Google RealTime Trends Data Scraper

Pricing

$19.99/month + usage

Go to Store
Google RealTime Trends Data Scraper

Google RealTime Trends Data Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

Real-time Google Trends data scraper that monitors trending search keywords across 40+ countries worldwide. Updated every 10 minutes, perfect for market research, content planning, and trend analysis. Get instant access to what's trending globally! 🌍🔍

5.0 (1)

Pricing

$19.99/month + usage

4

Total users

52

Monthly users

14

Runs succeeded

>99%

Last modified

18 days ago

MR

Include search volume

Closed

martinsndifon opened this issue
3 months ago

Is it possible to return the search volume for each keyword as part of the result? This would be a great addition if it is possible. Please look into it and let me know, thanks.

easyapi avatar

EasyApi (easyapi)

3 months ago

Hello, this Actor is mainly focused on scraping keyword data for real-time trends. If you need specific data for each keyword, this need to develop a new Actor, and if you need it, you can make specific requests, and it's best to tell me what inputs and outputs you need.

MR

martinsndifon

3 months ago

No extra input needed, the sample result might look somthing like this {'country': 'UNITED STATES', 'keywords': [{'key': 'Real Madrid vs Pachuca', 'volume': '500K'}, {'key': 'Mega Millions jackpot', 'volume': '200K'}], 'lastUpdate': '18-12-2024 , 17:57:50', 'scrapedAt': '2024-12-18T18:13:23.794Z'} The volume data is available when you browse the google trends manually.

How do I go about making the request?