AS
Apify Store
/data_xplorer/google-trends-fast-scraper
Google Trends Scraper
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 Go
liveasyncunknown~30s typical
automationintegrationsseo toolsgoogletrendsfast
$0.0025
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.002 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /data_xplorer/google-trends-fast-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| mode | string (keyword | trending) | What do you want to scrape? ⢠š Keyword Analysis ā interest over time (and optional regional breakdown) for a given keyword. ⢠š Trending Searches ā top trending searches for a country over a time window. default "trending" |
| keyword | string | The keyword to analyze in Google Trends. default "bitcoin" |
| predefinedTimeframe | string (now 1-h | now 4-h | now 1-d | now 7-d | today 1-m | today 3-m) | Select a time period for the keyword analysis. default "today 12-m" |
| geo | string ( | AF | ZA | AL | DZ | DE) | Select a country for keyword trends (leave on Worldwide for global data). default "" |
| fetchRegionalData | boolean | Enable to retrieve the regional breakdown (interest by region) for the keyword. Requires a country to be selected. default false |
| trendingSearchesCountry | string (US | FR | AL | DZ | AO | AR) | Select a country for trending searches. default "US" |
| trendingSearchesTimeframe | string (4 | 24 | 48 | 168) | Select a time window for trending searches. default "24" |
| trendingSearchesCategories | array | Select one or more categories to filter trending searches (leave empty for all categories). default [] |
| trendingSearchesMaxItems | integer | Maximum number of trending search results to return. Leave empty for default (50). |
| proxyConfiguration | object | Select proxies to be used by your Actor. default {"useApifyProxy":true} |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/data_xplorer/google-trends-fast-scraper","input":{"proxyConfiguration":{"useApifyProxy":true}},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /data_xplorer/google-trends-fast-scraper -i '{"proxyConfiguration":{"useApifyProxy":true}}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/data_xplorer/google-trends-fast-scraper", input: {"proxyConfiguration":{"useApifyProxy":true}}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.