Google Trends Scraper FAST
No credit card required
Google Trends Scraper FAST
No credit card required
π Transform your data collection with our Google Trends Scraper - the ultimate API alternative for search trend analysis and daily trending topics monitoring. Built for developers and data scientists, this robust solution provides programmatic access to Google Trends data without API limitations.
π 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.
β¨ What You'll Get
π Available Data
- Keyword trends over time with adaptive granularity
- Interest by geographic regions (when a specific country is selected)
- Detailed timeline data with variable granularity based on timeframe
- Regional interest distribution (for country-specific searches)
- Daily trending searches by country (optional mode)
Data Granularity Details
Time Period | Granularity | Example |
---|---|---|
now 1-h, now 4-h | Minute | 2024-01-05 14:30 |
now 1-d to today 3-m | Day | 2024-01-05 |
today 12-m, today 5-y | Week | 2024-W01 |
all (2004-present) | Month | 2024-01 |
π 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) |
proxyConfiguration | object | { "useApifyProxy": false } | Proxy settings for the scraper |
Time Periods Available
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)
1{ 2 "keyword": "bitcoin", 3 "predefinedTimeframe": "today 12-m", 4 "geo": "US", 5 "fetchRegionalData": false, 6 "proxyConfiguration": { 7 "useApifyProxy": true, 8 "apifyProxyGroups": ["RESIDENTIAL"] 9 } 10}
Input Example (Trending Searches)
1{ 2 "enableTrendingSearches": true, 3 "trendingSearchesCountry": "US", 4 "proxyConfiguration": { 5 "useApifyProxy": true, 6 "apifyProxyGroups": ["RESIDENTIAL"] 7 } 8}
Output Example (Keyword Analysis)
1{ 2 "keyword": "bitcoin", 3 "timeframe": "today 12-m", 4 "geo": "Worldwide", 5 "trends_url": "https://trends.google.com/trends/explore?q=bitcoin&hl=en-US", 6 "timeline_data": { 7 "2023-W01": 75, 8 "2023-W02": 82, 9 "2023-W03": 90, 10 "2023-W04": 85, 11 "2023-W05": 88 12 }, 13 "region_data": [], 14 "data_granularity": "week" 15}
Output Example (Trending Searches)
1{ 2 "geo": "US", 3 "language": "en-US", 4 "trending_searches": [ 5 { 6 "rank": 1, 7 "term": "NFL playoffs" 8 }, 9 { 10 "rank": 2, 11 "term": "Golden Globes 2024" 12 } 13 ], 14 "trends_url": "https://trends.google.com/trends/trendingsearches/daily?geo=US", 15 "timestamp": "2024-01-11 14:30:00" 16}
π‘ 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
Actor Metrics
18 monthly users
-
4 stars
87% runs succeeded
Created in Dec 2024
Modified 6 days ago