← Apify Store
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

FieldTypeDescription
modestring (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"
keywordstringThe keyword to analyze in Google Trends. default "bitcoin"
predefinedTimeframestring (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"
geostring ( | AF | ZA | AL | DZ | DE)Select a country for keyword trends (leave on Worldwide for global data). default ""
fetchRegionalDatabooleanEnable to retrieve the regional breakdown (interest by region) for the keyword. Requires a country to be selected. default false
trendingSearchesCountrystring (US | FR | AL | DZ | AO | AR)Select a country for trending searches. default "US"
trendingSearchesTimeframestring (4 | 24 | 48 | 168)Select a time window for trending searches. default "24"
trendingSearchesCategoriesarraySelect one or more categories to filter trending searches (leave empty for all categories). default []
trendingSearchesMaxItemsintegerMaximum number of trending search results to return. Leave empty for default (50).
proxyConfigurationobjectSelect 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 120
mcp
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.