Is There Any Way to Scrape Google Suggestions for Keyword Research?

by 6 replies
7
When we write something on google searchbox we see a drowpdown menue suggesting some relevant keywords. Now my question is, can I save the suggestions?

My another question is, is there any tool that can scrape all google suggestions after putting a, b, c, d respectively with the keyword? For example

"Internet Marketing a"
"Internet Marketing b"
"Internet Marketing c" ???
#search engine optimization #google #keyword #research #scrape #suggestions
  • If you are using Chrome (or Firefox with Firebug, IE with Developer Tools, etc.):

    1. Go to Google
    2. Press F12 to open developer tools
    3. Go to the Network tab
    4. Start typing, and you will see a bunch of requests being made to Google's server.
    5. Pick one, and click on it.
    6. Click on the Headers tab - the Request URL is what you want.
    7. Click on the Response tab - it will have the suggestions buried somewhere in there.
    8. Grab the Request Url, change the "q" parameter to what you want to search for, then parse the JSON returned, and you are in business.
    • [1] reply
    • Thanks but pretty complicated! I would rather go for grabing those by copying and pasting from google itself. However many thanks for your help.
      • [1] reply
  • I am sure you can scrap those suggestions, I don't know exactly how to do it, but a few months ago there was a software like that on the war room given away for free, you should take a look there to see if there is still around.
  • Ubersuggest. (Free. 1 level deep I believe.)

    Or, if you want to get really crazy, Scrapebox can go four levels deep. I've done this and have ended up with 50,000+ keywords after it finishes.
    • [ 1 ] Thanks
    • [1] reply

    • This is the answer! Many thanks Jason. You are always helpful.

Next Topics on Trending Feed