Google Search Console Query & Intent Classifier avatar

Google Search Console Query & Intent Classifier

Pricing

Pay per usage

Go to Apify Store
Google Search Console Query & Intent Classifier

Google Search Console Query & Intent Classifier

Extracts Google Search Console queries and enriches them with search intent (Transactional, Commercial, Informational), question detection, AI/GEO tracking candidates, and performance opportunity bucketing (Striking Distance, CTR optimization).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Rahul V J

Rahul V J

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

20 hours ago

Last modified

Categories

Share

Google Search Console Intent & Opportunity Classifier

Extract Google Search Console performance data and automatically enrich search queries with intent categorization, question tagging, LLM/GEO prompt tracking candidates, and actionable opportunity bucketing.


🎯 What This Actor Does

Standard GSC exports only give raw performance metrics. This Actor enriches every query across four automated intelligence layers:

  • Intent Classification: Identifies Transactional, Commercial, or Informational intent.
  • Question Detection: Flags question queries and identifies the question modifier (how, what, why, where, can, etc.).
  • AI & GEO Prompt Tracking: Flags conversational long-tail queries and formats them into ready-to-test prompts for LLM visibility tracking (ChatGPT, Perplexity, Gemini, AI Overviews).
  • Opportunity Bucketing: Surfaces high-impact SEO targets:
    • Striking Distance: Positions 4–15 with high impressions.
    • CTR Optimization: Top 5 rankings suffering from low click-through rates.
    • High-Value Commercial: Commercial/transactional terms with active search volume.

⚙️ Setup & Prerequisites (3-Minute Guide)

This Actor connects directly to the official Google Search Console API via a Google Service Account.

1. Enable the Search Console API

  1. Open the Google Cloud Console.
  2. Select or create a project.
  3. Enable the Google Search Console API.

2. Create a Service Account Key

  1. In Google Cloud Console, navigate to IAM & Admin > Service Accounts.
  2. Click Create Service Account, give it a name, and complete creation.
  3. Click the newly created service account > Keys tab > Add Key > Create new key > JSON.
  4. Download the generated .json key file to your computer.

3. Grant Access in Google Search Console

  1. Copy the client_email address from your downloaded JSON key file (e.g., account@project.iam.gserviceaccount.com).
  2. Go to Google Search Console.
  3. Select your property > Settings > Users and permissions.
  4. Click Add user, paste the service account email, set permission to Full or Restricted, and click Add.

📥 Inputs

FieldTypeDescriptionExample
serviceAccountKeyString (JSON)Full contents of your downloaded Google Service Account JSON key.{"type": "service_account", ...}
siteUrlStringDomain Property (sc-domain:example.com) or URL-prefix (https://example.com/).sc-domain:example.com
startDateStringStart date in YYYY-MM-DD format.2026-06-01
endDateStringEnd date in YYYY-MM-DD format.2026-08-25
rowLimitIntegerMax rows to extract (default: 25000).25000
filterOnlyQuestionsBooleanFilter output to only queries flagged as questions.false
filterOnlyPromptsBooleanFilter output to only long-tail conversational prompt candidates.false

📤 Sample Output

QueryIntentOpportunity BucketClicksImpressionsCTRPositionPrompt / GEO Candidate
best b2b seafood marketplaceCommercialStriking Distance (Page 1-2)181,4201.27%7.4Provide recommendations, key steps, and actionable guidance for: best b2b seafood marketplace
how to source vannamei shrimpInformationalStandard428904.72%3.1how to source vannamei shrimp
wholesale seafood suppliersTransactionalHigh-Value Commercial53201.56%12.8Provide recommendations, key steps, and actionable guidance for: wholesale seafood suppliers

💡 Use Cases

  • Programmatic Content Strategy: Extract all question queries to build targeted FAQ hubs and supporting cluster pages.
  • LLM Engine Optimization (GEO): Export the promptCandidate column directly into LLM tracking suites to monitor brand citations.
  • Metadata & CTR Fixes: Filter by CTR Optimization Target to spot title/meta tag rewrites that yield immediate traffic gains.