Keyword suggestions from Google autosuggestions (needs plugin access)

Learn how to extract Google search suggestions across multiple countries using XML parsing and create organized keyword comparison tables.
Back to prompts
Category
SEO
Stats
26 views
0 copies
0 likes

Prompt

Open in ChatGPT
Copy
Hi Noteable,
Use Noteable to Read Google autosuggestions programmatically by

using this url structure:

http:\u002F\u002Fgoogle.com\u002Fcomplete\u002Fsearch?output=toolbar&gl={COUNTRY}&q={Your_QUERY}

give me the results for #
{{country1}}
and #
{{country2}}
and #
{{country3}}
for these keywords:

1- #
{{keyword1}}


2- #
{{keyword2}}


3- #
{{keyword3}}


create a table for each, in this format:

#
{{country1}}
keywords,#
{{country2}}
keywords, #
{{country3}}
keywords

use xml.etree.ElementTree as ET
Country1
Country2
Country3
Keyword1
Keyword2
Keyword3
Country1
Country2
Country3

The Keyword Suggestions Tool helps you extract and compare Google autocomplete suggestions across multiple countries. This prompt leverages the Google autosuggestions API through Noteable to gather keyword data, allowing you to understand regional search differences for marketing, SEO, or research purposes.

How It Works

This prompt uses the Google autosuggestions API via an XML endpoint to gather keyword suggestions across different countries. The results are then organized into comparison tables for easy analysis.

Variables Explained

  • {{country1}}, {{country2}}, {{country3}}: Country codes (like US, UK, IN, CA, AU) to get region-specific suggestions
  • {{keyword1}}, {{keyword2}}, {{keyword3}}: The seed search terms you want to explore

How to Use Effectively

  1. Replace the country variables with valid 2-letter country codes (e.g., US for United States, UK for United Kingdom, IN for India)
  2. Replace the keyword variables with your target search terms (e.g., "digital marketing", "buy shoes", "travel tips")
  3. The prompt will generate comparison tables showing how autocomplete suggestions differ by region

Example Input

Country1: US
Country2: UK
Country3: IN
Keyword1: digital marketing
Keyword2: online shopping
Keyword3: healthy recipes

Tips for Best Results

  • Use broad seed keywords to get diverse suggestions
  • Include countries with different languages or cultures for more varied results
  • Search terms that are products, services or questions often yield the most interesting regional differences
  • The results can reveal cultural differences, regional interests, and market opportunities
  • Consider running multiple batches with related keywords to build comprehensive keyword lists

Technical Note

This prompt requires the Noteable plugin to execute the Python code with the XML parsing library. The results are returned in a structured table format for easy comparison.

Want to 10x your AI skills?

Get a free account and learn to code + market your apps using AI (with or without vibes!).

Nah, maybe later