Files
BlackFriday-GPTs-Prompts/gpts/keyword-suggestions-from-google-autosuggestions-needs-plugin-access.md
2024-05-06 10:24:52 +03:00

35 lines
839 B
Markdown

# Keyword Suggestions from Google Autosuggestions (Needs plugin access) | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22033dd24f-4ebe-43e4-b2d7-6c2359cddf05%22%2C%22flow%22%3Atrue%7D%7D)
Boost SEO with ChatGPT! Get top 10 Google auto-suggestions for any query, country. Compare easily. Requires Noteable plugin.
# Prompt
```
Hi Noteable,
Use Noteable to Read Google autosuggestions programmatically by
using this url structure:
http://google.com/complete/search?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
```