Free Google Suggestions scraper - does anybody need it?

CAFED00D

Newbie
Joined
Jan 24, 2023
Messages
25
Reaction score
11
Hi all,
recently I was cleaning my projects folder and stumbled upon a scraper I made some time ago. It's a script, but I thought, that I could transform it into a web page and share it IF anybody needs it. It will take some time, so I decided to ask the community to understand if it would be a waste of time. Probably, in the future, it can be combined with other tools like Ahrefs or Ubersuggest, or anything.

So, is anybody interested?
 
I don't really know how a scraper works in google suggestions, can you explain briefly how it works? Sorry, newbie here...
 
I don't really know how a scraper works in google suggestions, can you explain briefly how it works? Sorry, newbie here...

Say, you open google and start typing anything (for example, "iphone"). As you type, a list of suggestions below the search bar appears. And my scripts collects these terms.

Yes sure im interested
Cool! Thank you :) I really appreciate that. Keep watching the thread, I'll post updates here (or DM you). I'm also thinking about some additional functionality, if there's something that would be helpful for you, feel free to let me know.

Is it similar to this one?
Yes, right. Basically, the initial version will be more or less right like this. But as I said, I want to make it useful, so I'm thinking about combining it with, say, Ubersuggest to get the volume, keyword difficulty, and maybe some content ideas. right as you go But these are some thoughts for the further versions.
 
Does it scrap suggestions for one or a list of keywords ?
Is it in Js? Can it be fired from Dev Tools ?
 
Does it scrap suggestions for one or a list of keywords ?
Is it in Js? Can it be fired from Dev Tools ?
I can make it work with both single terms or with a list of terms. Will it be helpful?
No, it's not JS, it's Python, so it cannot be fired from Dev Tools. Actually, you can use a js snippet for dev tools, but it requires you to keep the Google tab open while it's working.

My idea is to make a page similar to @JasonS provided, but cleaner and with some additional options (and probably, notifications and some stats)
 
If you don't need it, and you think someone might get some use out of it or even learn something from it, then it's always nice to give back to the community :)
 
If you don't need it, and you think someone might get some use out of it or even learn something from it, then it's always nice to give back to the community :)
Agree :) Well, I can't share the script as is because it contains some code parts that I'm not allowed to share. But maybe later I'll adjust it and remove those parts and publish it somewhere.
But anyway, both code editing and turning it into a web tool require some time, so I'm not ready to dive into it until I know that it is interesting for people.
 
Back
Top