hello,
i need a script that parses all gooogle search suggestions.
in that script i provide the first word and all the suggestions that could appear from that word i need to be parsed.
for example
i put “word”
and i need all the suggestions like “word to pdf” “word download”
to be parsed.
also i need from second word after the initial “word” all the combinations with two letters.
for example i will need all suggestion that would appear when i enter:
word a
word b
word ab
word ac
word a.
word az
word ba
word bb
—
if if only you know how to do it.