
Google Trends Scraper API - Interest Over Time, Related Queries
Google Trends API and scraper with no Google account or API key: search interest over time, compare up to 5 keywords, interest by region, and top and rising related queries. Trending Now lists every trending search with news. A pytrends alternative for Python, n8n and AI agents. No start fee.
Server URL
https://mcp.apify.com/?tools=anshumanatrey/google-trends-api-scraper
Registry name io.github.AnshumanAtrey/google-trends-api-scraper. Streamable HTTP. Authenticate by signing in with Apify, or with an Authorization: Bearer header carrying your Apify API token.
Connect
Claude (web or desktop)
Settings, Connectors, Add custom connector. Paste the server URL above and sign in with Apify.
Claude Code
claude mcp add --transport http google-trends-api-scraper "https://mcp.apify.com/?tools=anshumanatrey/google-trends-api-scraper" --header "Authorization: Bearer YOUR_APIFY_TOKEN"
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"google-trends-api-scraper": {
"url": "https://mcp.apify.com/?tools=anshumanatrey/google-trends-api-scraper",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}VS Code
Add to .vscode/mcp.json (VS Code asks for the token once):
{
"servers": {
"google-trends-api-scraper": {
"type": "http",
"url": "https://mcp.apify.com/?tools=anshumanatrey/google-trends-api-scraper",
"headers": {
"Authorization": "Bearer ${input:apify-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "apify-token",
"description": "Apify API token",
"password": true
}
]
}Pricing
Charged per event through your Apify account. Free Apify accounts include monthly credit.
| Related queries | $0.08 |
| Keyword | $0.02 |
| Suggestions lookup | $0.002 |
| Trending search | $0.0009 |