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.
💡 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.
Maximize the value of your trending searches data with these strategies:
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 |
---|
Last 4 hours |
Last 24 hours |
Last 48 hours |
Last 7 days |
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 |
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 "trendingSearchesTimeframe": "24", 3 "enableTrendingSearches": true, 4 "trendingSearchesCountry": "US", 5 "proxyConfiguration": { 6 "useApifyProxy": true, 7 "apifyProxyGroups": ["RESIDENTIAL"] 8 } 9}
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 "timeframe_hours":24, 5 "trending_searches": [ 6 { 7 "rank": 1, 8 "term": "NFL playoffs", 9 "trend_volume": "500k+", 10 "related_terms": [ 11 "NFL playoff schedule", 12 "NFL scores", 13 "NFL standings" 14 ], 15 "trend_volume_formatted": 500000 16 }, 17 { 18 "rank": 2, 19 "term": "Golden Globes 2024", 20 "trend_volume": "200k+", 21 "related_terms": [ 22 "Golden Globes winners", 23 "Golden Globes red carpet", 24 "Golden Globes live stream" 25 ], 26 "trend_volume_formatted": 200000 27 } 28 ], 29 "trends_url": "https://trends.google.com/trends/trendingsearches/daily?geo=US", 30 "timestamp": "2024-01-11 14:30:00" 31}
Need help? Have questions? We're here to help!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!