Tagged Questions

8
votes
4answers
1k views

Is there a way to programmatically access Google's search engine results?

Does google offer a way to programmatically see their search engine results for a certain query? I want to build a tracking application so that a user can see what rank on the google results their ...
5
votes
1answer
423 views

Google Search API site limit

According to the Google custom search API's docs: http://code.google.com/apis/customsearch/docs/start.html#sites there is a limit of up to 5000 sites that you can search. This is pretty lame. Is there ...
4
votes
2answers
2k views

How does Google Chrome suggest url completions?

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 ...
3
votes
2answers
3k views

google search api for C#

Now that Google's discontinued their SOAP API, what can I use to search from C# code... I know they have an javascript ajax API, I've implemented it and it works, just need to do the same thing but ...
1
vote
2answers
98 views

Google algorithm for in-site search

I was wandering, does google provide a API or a widget for searching content into your website? Something possibly that is possible to style or even better to plug via AJAX into a widget for realtime ...
1
vote
3answers
522 views

Alternatives to the Google Search API

If someone searches for a keyword on our website, we currently pull in Google's search results. We have done this using Google's standard search API with no real issues so far. However, we noticed ...
1
vote
5answers
598 views

Google API for Search

Does google provide an API to access its search results? The latest information I can find about this is based on this 2008 article which doesn't seem to exist anymore. UPDATE I do not want to be ...
0
votes
0answers
42 views

Google Search API for desktop application. Which API to use to make maximum requests per day?

I'm building an application that should query Google search very often. But i'm having trouble choosing which API i should use. There are so many of them - AJAX, REST, Web, SOAP, Custom and maybe ...
0
votes
1answer
56 views

How can I display a google search api result in a div?

I'm trying to display the google search result in a specific div. It seems like there is a way to print the results in a different frame or window by tweaking 'target' property... but not in a ...
0
votes
1answer
527 views

What are the API limits for the Google Search API for Shopping?

What are the API limits for the Google Search API for Shopping? I read here that there is a limit of 2500 queries per day. However, I can't find any reference to the limits in the official ...
0
votes
1answer
367 views

Google Search API for Shopping - increase results returned?

Currently capped to 1000, is there a way to increase the number of results returned or is it simply down to chopping up the dataset with restrictBy conditions? Also, is it normal for the results to ...
0
votes
2answers
94 views

What Google API do I use to find search popularity

I want to know how many people have searched for a specific term in a specific period of time (say, 1pm-2pm on September 14, 2010). Is there a google API that can return this data?