Google Trends Scraper FAST
by data_xplorer
Tired of hitting rate limits or wrestling with unofficial APIs for Google Trends data? I built this scraper because I needed reliable, programmatic ac...
Opens on Apify.com
About Google Trends Scraper FAST
Tired of hitting rate limits or wrestling with unofficial APIs for Google Trends data? I built this scraper because I needed reliable, programmatic access to trending searches for my own projects. This actor gives you exactly that: a straightforward way to pull daily trending search data by country, directly from Google Trends. Think of it as a simple, no-nonsense pipeline for keyword trend analysis. It runs fast, handles the data extraction cleanly, and spits out structured results you can use immediately. I use it to fuel SEO research, track rising topics for content ideas, and feed data into analytics dashboards. It’s perfect for developers and data scientists who want to integrate live search trend data into their applications, reports, or models without the headache of building and maintaining a scraper themselves. You get the raw, unfiltered trends—the same data you’d see on the website—delivered in a format you can actually work with. Stop copying data manually or dealing with flaky workarounds. Just set your target country and run it. It’s the simplest way I’ve found to get this data into a spreadsheet, a database, or your next Python script.
What does this actor do?
Google Trends Scraper FAST is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
🔍 Google Trends Scraper FAST > 💡 > If you'd like to request new Google Trends data features, feel free to open an issue Access Google Trends data through a reliable scraping API! Skip the complexity of traditional scraping and get exactly what you need - structured search trend data ready for integration. Perfect for market research, competitive analysis, and trend monitoring, our solution automatically extracts and organizes data from any region and time period. Experience the simplicity of API-like access with the completeness of direct Google Trends data.
## 💎 Why Choose Our Google Trends Scraper? - 🔥 Real-time Trending Searches: Access what's trending right now across different countries with our powerful trending searches feature - ⏱️ Flexible Trending Timeframes: Choose from multiple time windows (4h, 24h, 48h, 7 days) to track trending topics exactly as you need - 📊 Comprehensive Keyword Analysis: Get detailed interest-over-time data for any search term with precise historical tracking - 🌍 Regional Interest Data: Analyze how your keywords perform across different regions within a country - 🌐 Global Coverage: Support for 70+ countries for keyword analysis and 40+ countries for trending searches - 🛡️ Anti-blocking Technology: Sophisticated proxy rotation and browser fingerprinting to ensure reliable data collection ## 🔮 How to Make the Most of Trending Searches? Maximize the value of your trending searches data with these strategies: - Use the timeframe options strategically: 4-hour data captures real-time trends, while 7-day data reveals sustained interest patterns - Compare trending data across countries to identify regional variations in popular topics and search behavior - Leverage the related search terms included with each trend to understand context and discover additional relevant keywords - Use trending searches as a content inspiration source for timely articles, social media posts, and marketing campaigns ## 🚀 Performance Features ### ⚡️ Lightning Fast: - Efficient data retrieval - Optimized resource usage - Smart retry mechanism with 30-second intervals ### 🛠️ Smart Handling: - Flexible proxy configuration - Optional Region support - Error handling with retries - Data validation and cleaning - Adaptive data granularity ### 🌍 Global Coverage: - Worldwide or country-specific analysis - Multiple time period options - Standardized output format - Daily trending searches for supported countries ## 📋 Quick Start ### Input Parameters | Parameter | Type | Default | Description | |-----------|------|---------|-------------| | keyword | string | required | The search term to analyze (not used if trending searches enabled) | | predefinedTimeframe | string | today 12-m | Time period for analysis | | geo | string | "" | Country code (e.g., US, FR, GB). Leave empty for worldwide data | | fetchRegionalData | boolean | false | Enable to retrieve regional interest data alongside timeline data | | enableTrendingSearches | boolean | false | Enable to fetch daily trending searches (other options will be ignored) | | trendingSearchesCountry | string | US | Country for trending searches (required if trending searches enabled) | | trendingSearchesTimeframe | string | 24 | Time period for trending searches: 4 (Past 4 hours), 24 (Past 24 hours), 48 (Past 48 hours), or 168 (Past 7 days) | | proxyConfiguration | object | { "useApifyProxy": false } | Proxy settings for the scraper | ### Time Period for Trending Searches | Time Period | |-------------| | Last 4 hours | | Last 24 hours | | Last 48 hours | | Last 7 days | ### Time Periods Available fo Keywords | Value | Description | Granularity | |-------|-------------|-------------| | now 1-h | Past hour | Minute | | now 4-h | Past 4 hours | Minute | | now 1-d | Past day | Day | | now 7-d | Past 7 days | Day | | today 1-m | Past 30 days | Day | | today 3-m | Past 90 days | Day | | today 12-m | Past 12 months (default) | Week | | today 5-y | Past 5 years | Week | | all | 2004 - present | Month | ### Input Example (Keyword Analysis) json { "keyword": "bitcoin", "predefinedTimeframe": "today 12-m", "geo": "US", "fetchRegionalData": false, "proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] } } ### Input Example (Trending Searches) json { "trendingSearchesTimeframe": "24", "enableTrendingSearches": true, "trendingSearchesCountry": "US", "proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] } } ### Output Example (Keyword Analysis) json { "keyword": "bitcoin", "timeframe": "today 12-m", "geo": "Worldwide", "trends_url": "https://trends.google.com/trends/explore?q=bitcoin&hl=en-US", "timeline_data": { "2023-W01": 75, "2023-W02": 82, "2023-W03": 90, "2023-W04": 85, "2023-W05": 88 }, "region_data": [], "data_granularity": "week" } ### Output Example (Trending Searches) json { "geo": "US", "language": "en-US", "timeframe_hours":24, "trending_searches": [ { "rank": 1, "term": "NFL playoffs", "trend_volume": "500k+", "related_terms": [ "NFL playoff schedule", "NFL scores", "NFL standings" ], "trend_volume_formatted": 500000 }, { "rank": 2, "term": "Golden Globes 2024", "trend_volume": "200k+", "related_terms": [ "Golden Globes winners", "Golden Globes red carpet", "Golden Globes live stream" ], "trend_volume_formatted": 200000 } ], "trends_url": "https://trends.google.com/trends/trendingsearches/daily?geo=US", "timestamp": "2024-01-11 14:30:00" } ## 💡 Pro Tips - Leave geo empty for worldwide analysis - Regional data is only available when a specific country is selected - Choose your timeframe based on needed granularity: - Need minute-by-minute data? Use hourly periods (now 1-h, now 4-h) - Need daily data? Use periods up to 3 months (now 1-d to today 3-m) - Need weekly data? Use 12-month or 5-year periods (today 12-m, today 5-y) - Need monthly data? Use all-time period (all) - Use RESIDENTIAL proxy group for better reliability with Google Trends - Trending searches are available for specific countries only - When trending searches mode is enabled, other options except proxy are ignored ## 🔒 Reliability & Performance - Flexible proxy configuration - Smart error handling - Rate limiting compliance - Data validation - Efficient resource management - Adaptive data granularity based on timeframe ## 🤝 Support Need help? Have questions? We're here to help! - If you'd like to request new Google Trends data features, feel free to open an issue - For technical support or questions, open an issue - Check the documentation for detailed usage instructions
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Google Trends Scraper FAST now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- data_xplorer
- Pricing
- Paid
- Total Runs
- 121,517
- Active Users
- 504
Related Actors
Video Transcript Scraper: Youtube, X, Facebook, Tiktok, etc.
by invideoiq
Linkedin Profile Details Scraper + EMAIL (No Cookies Required)
by apimaestro
Twitter (X.com) Scraper Unlimited: No Limits
by apidojo
Content Checker
by jakubbalada
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support