Recommend a Related Searches Scraper?

iijko

New member
Dec 13, 2012
13
0
0
I am having a tough time finding a related searches scraper.

Not auto-suggest... I mean the "searches related to" links at the bottom of each serp. I would like to scrape these, they can return some interesting results that I wouldn't otherwise find with the auto-suggest or google keyword tool.

Any recommendations?
 


we do this in serpIQ, it's really simple to do. In January we're going to launch our public API which will include a method where you can give us a keyword and we give you back the JSON google version of the SERPs, including the related searches.
 
That was one of my first coding projects... I wrote a program that just spidered the related searches using some regexes and dumped them into a database. It's a great way to teach yourself about the basics of web scraping.