gsc_long_tail_queries
Extract long-tail conversational queries from Google Search Console with 7+ words, filtering by word count, date range, country, and row limit to surface natural-language problem statements for content strategy.
Instructions
Extract long-tail, conversational GSC queries — the closest proxy to what users type into LLMs.
Pulls all queries for the period, filters to those with >= min_words words, and returns them sorted by impressions. These 7+ word queries reflect natural-language problem statements rather than keyword searches, making them strong signals for GEO content strategy.
Args: start_date: YYYY-MM-DD (default: 31 days ago) end_date: YYYY-MM-DD (default: 3 days ago) min_words: Minimum word count to include (default: 7) country: 3-letter country code (default: usa) row_limit: Max queries to return after filtering (default: 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | usa | |
| end_date | No | ||
| min_words | No | ||
| row_limit | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |