Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an API available for Google's Related Search Queries?

When I search for Clooney at google.com a number of related search queries are suggested at the bottom:

Searches related to clooney
clooney movies
clooney girlfriend
rosemary clooney
nick clooney
clooney oscar
obama clooney
clooney fundraiser
betty clooney

I would like to receive this list programmatically for a single or a list of keywords. Is any such API available?

like image 737
Tom Avatar asked Dec 18 '13 10:12

Tom


1 Answers

No, Google doesn't have any public API that you can use to retrieve a list of related URLs programmatically. But if you can settle for an alternative, then Bing has a public API for a similar purpose:

http://api.bing.com/osjson.aspx?query=clooney
like image 55
Nishchay Sharma Avatar answered Sep 28 '22 08:09

Nishchay Sharma