VOOZH about

URL: https://apify.com/thescrappa/google-trends-related-queries-scraper

โ‡ฑ Google Trends Related Queries Scraper | Keyword Research ยท Apify


๐Ÿ‘ Google Trends Related Queries Scraper avatar

Google Trends Related Queries Scraper

Under maintenance

Pricing

$0.20 / 1,000 related query or topics

Go to Apify Store

Google Trends Related Queries Scraper

Under maintenance

Find Google Trends related queries and topics for SEO keyword research, content planning, and market monitoring. Thin Scrappa API wrapper for /api/google-trends/related.

Pricing

$0.20 / 1,000 related query or topics

Rating

0.0

(0)

Developer

๐Ÿ‘ Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

2 days ago

Last modified

Share

Scrappa-powered Apify Actor for Google Trends related queries and keyword research.

This actor is focused on one workflow: expand a seed keyword into related Google Trends queries and topics. It is separate from the Google Trends Interest Scraper, which returns interest-over-time timeline points.

What You Get

  • Top and rising related Google Trends queries when available
  • Related Google Trends topics when available
  • One Apify dataset row per related query or topic
  • Request context on every row: source keyword, geo, time range, language, and search type
  • Optional Google Trends autocomplete suggestions in the OUTPUT summary

Google Trends may return sparse or empty related-query data for low-volume keywords. For reliable first tests, use broad keywords such as coffee, bitcoin, fitness, or tesla.

Input Example

{
"query":"coffee",
"geo":"US",
"time_range":"1y",
"hl":"en",
"search_type":"web",
"include_autocomplete":false
}

Dataset Output

{
"position":1,
"result_kind":"query",
"type":"top",
"query":"coffee near me",
"topic":null,
"topic_type":null,
"value":100,
"formatted_value":"100",
"link":"https://trends.google.com/trends/explore?q=coffee+near+me",
"source_keyword":"coffee",
"request_geo":"US",
"request_time_range":"1y",
"request_hl":"en",
"request_search_type":"web",
"response_time_ms":623
}

The type field is top, rising, or null depending on the shape returned by Google Trends. Topic rows use result_kind: "topic" and preserve the topic category in topic_type.

Use Cases

SEO keyword research:

{
"query":"project management software",
"geo":"US",
"time_range":"90d",
"hl":"en"
}

Content planning:

{
"query":"air fryer recipes",
"geo":"US",
"time_range":"1y",
"search_type":"youtube"
}

Market monitoring:

{
"query":"electric vehicles",
"geo":"US",
"time_range":"30d",
"include_autocomplete":true
}

Development

npminstall
npmtest

Run Locally

SCRAPPA_API_KEY=... npm run build
SCRAPPA_API_KEY=... apify run --input='{"query":"coffee","geo":"US","time_range":"1y","hl":"en","search_type":"web"}'

Scrappa API

This actor is a thin wrapper around Scrappa's Google Trends API. It calls:

  • GET https://scrappa.co/api/google-trends/related
  • GET https://scrappa.co/api/google-trends/autocomplete only when include_autocomplete is true

For higher-volume workloads, direct Scrappa API access avoids Apify run overhead while keeping the same underlying data source.

You might also like

Google Trends Scraper

scraperforge/google-trends-scraper

๐Ÿ“ˆ Google Trends Scraper extracts Google Trends data: interest over time, by region, related topics & rising queries for any keyword. โšก Automate trend monitoring, export CSV/JSON, and uncover opportunities โ€” ideal for SEO, content planning, PPC & market research. ๐Ÿš€

Google Trends Scraper

scrapebase/google-trends-scraper

Google Trends Scraper extracts trending search data from Google Trends. It collects keywords, interest over time, related queries, regional popularity, and trend metrics. Ideal for SEO research, market analysis, content planning, and monitoring emerging search trends.

Google Trends Scraper

scraply/google-trends-scraper

๐Ÿ“ˆ Google Trends Scraper pulls real-time Google Trends data: interest over time & by region, related topics/queries, rising vs. top. ๐Ÿ”Ž Export to CSV/JSON for SEO, keyword research, content planning & market insights. ๐Ÿš€ Fast, reliable, automation-ready.

Google Trends Scraper โ€” Interest, Regions & Queries

khadinakbar/google-trends-scraper

Extract all 5 Google Trends data types: keyword interest over time, by region, related queries, related topics & daily trending searches. No API key.

38

Google Trends Scraper โ€” Keyword Interest & Related Queries

nexgendata/google-trends-scraper

Extract Google Trends data โ€” search interest over time, related queries, geographic breakdown & trending topics. Build market research, content calendars & SEO strategies. Pay per query.