Google Trends Scraper FAST avatar

Google Trends Scraper FAST

Try for free

No credit card required

Go to Store
Google Trends Scraper FAST

Google Trends Scraper FAST

data_xplorer/google-trends-fast-scraper
Try for free

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.

trends scraper

✨ 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 PeriodGranularityExample
now 1-h, now 4-hMinute2024-01-05 14:30
now 1-d to today 3-mDay2024-01-05
today 12-m, today 5-yWeek2024-W01
all (2004-present)Month2024-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

ParameterTypeDefaultDescription
keywordstringrequiredThe search term to analyze (not used if trending searches enabled)
predefinedTimeframestringtoday 12-mTime period for analysis
geostring""Country code (e.g., US, FR, GB). Leave empty for worldwide data
fetchRegionalDatabooleanfalseEnable to retrieve regional interest data alongside timeline data
enableTrendingSearchesbooleanfalseEnable to fetch daily trending searches (other options will be ignored)
trendingSearchesCountrystringUSCountry for trending searches (required if trending searches enabled)
proxyConfigurationobject{ "useApifyProxy": false }Proxy settings for the scraper

Time Periods Available

ValueDescriptionGranularity
now 1-hPast hourMinute
now 4-hPast 4 hoursMinute
now 1-dPast dayDay
now 7-dPast 7 daysDay
today 1-mPast 30 daysDay
today 3-mPast 90 daysDay
today 12-mPast 12 months (default)Week
today 5-yPast 5 yearsWeek
all2004 - presentMonth

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}
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}
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
Developer
Maintained by Community

Actor Metrics

  • 18 monthly users

  • 4 stars

  • 87% runs succeeded

  • Created in Dec 2024

  • Modified 6 days ago