Google java api for google search

Does Google provide the Java server side api ** (NOT java script). ** I do not want ajax api to work on the clint side. I want the result returned for a keyword to return me a search result in some specific data structure. List or dataset. Then I want to manipulate the result according to my need for Java code. I used such a java api site for youtube.

+1
source share
5 answers

They are used to but discontinued . Most likely because you can delete your ads; -)

+2
source

Google

Google Google.

, - API AJAX. SAOP API , , , , API AJAX

, , - API- - , Google. , , (), .

+2

, API CustomSearch:

API, ( 2009 ), . , . API 100 , , 100 , :

http://code.google.com/apis/customsearch/v1/overview.html

, , Java Script, : http://www.json.org/java/

+1

, , SOAP API, : API Google SOAP

0

I do not think that Google wants third parties to use their search engine for their own services / applications. As a result, you will receive the error message “We think that you are a robot” if Google believes that you are not a real person.

However you can try Google Custom Search

0
source

Source: https://habr.com/ru/post/1763480/


All Articles