J
J
Jonh Doe2014-03-15 17:37:36
Google
Jonh Doe, 2014-03-15 17:37:36

How to organize a live search from Yandex and Google on your site?

Does Google and Yandex have an API for embedding live search (query autocompletion and options) on your site or an extension for Google Chrome?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
J
Jonh Doe, 2014-03-16
@CodeByZen

Google and Yandex do not have an API for live search results. But you can directly turn to the search engine scripts that give hints. Google has jsonp without a wrapper in a function, Yandex has everything as it should (also jsonp but correct).

Y
Yuri Lobanov, 2014-03-15
@iiil

https://www.google.com/cse/
judging by the video, everything is exactly as you ask. Try to put, delve into the settings. Or have you tried and something is missing?

C
callback, 2014-03-16
@callback

There is no special API, but you can use the requests sent by the search engines themselves. They can be traced through the debugger. For example, in the case of Google, a request is sent to https://www.google.ru/s and a response is returned in the form of JSON - why not an API? Similarly, I think, for other search engines, they are unlikely to pack or encrypt something there.
And it's not clear about the extension for chrome - like chrome already has a live search function from the address bar.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question