google-search-api Questions

2

I am using Google Custom Search API in Java to get results of Google in response to a query. I have written this code with the help of other posts, code is as follows: url = new URL("https://www....
Rm asked 4/6, 2013 at 19:17

2

I need to get google search results for query. But using something like this $query = 'Nikita Platonenko'; $url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=".urlencode...
Return asked 27/12, 2012 at 13:3

4

I'm trying to run a google search query from a python app. Is there any python interface out there that would let me do this? If there isn't does anyone know which Google API will enable me to do t...
Brittnee asked 1/11, 2009 at 16:21

1

I am using Google's custom search API, I make an HTTP request to a URL that looks like this: https://www.googleapis.com/customsearch/v1?key=<my-key>&cref=&num=10&q=how+can+i+do+...

1

Solved

i am using the Google App Engine Search API (https://developers.google.com/appengine/docs/python/search/). I have indexed all of the entities and the search is working fine. but only if i search fo...
Horwath asked 9/6, 2012 at 10:53

2

Solved

I am trying to search within Google Cache, so I need to fire this query: http://webcache.googleusercontent.com/search?q=cache:news.ycombinator.com/news+hacker+news And get some content like time...
Tapetum asked 23/10, 2010 at 4:28

3

Solved

As part of a Project I'm working on I've been instructed to implement Google News API into a Web Application. However, I've checked the Google News API site, and I see the following message:...
Oriental asked 18/10, 2011 at 11:3

1

Solved

I have been using the Google Websearch API for over 1 year now. The service was deprecated in Nov 2010 but continues to provide results to date. More recently, google has started to enforce the 1,0...
Diatonic asked 23/5, 2011 at 15:51

1

Solved

Whenever you perform a Google search, it spits out this little snippet of info "About 8,110,000 results (0.10 seconds)" I'm using the number of results certain terms return to rank them against ...
Catinacation asked 20/11, 2010 at 7:19

2

Solved

Now that Google's discontinued their SOAP API, what can I use to search from C# code? I know they have a Javascript AJAX API – I've implemented it and it works – but I just need to do the same thi...
Superiority asked 5/4, 2010 at 18:57

1

Solved

I'm trying to build an android app that would do a local search on google. I know there is a Google Search API for Java, and I am able to use it for a desktop application. However, when I use the ...
Huntsman asked 23/3, 2010 at 11:9

2

Solved

I've learned about Google's (unofficial) suggest API and their search API, which both look really great, but the suggest API doesn't actually suggest navigational completions. On the other hand, in...
Whizbang asked 23/4, 2009 at 23:41

© 2022 - 2024 — McMap. All rights reserved.