Tagged Questions

4
votes
1answer
376 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
1answer
207 views

Google custom site search via XML…how to get the “did you mean…” value?

I am developing a search solution for my photo community web application. I am making use of Google Site Search. There are various ways to make use of it, but because I want a seamless fit with custom ...
1
vote
2answers
91 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
459 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 ...
0
votes
0answers
18 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
41 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
2answers
26 views

Image search integration

I'm looking for a solution, where users of my site can use an image search engine (e.g. Google), instead of uploading an image, they can search and pick one of the results. My problem is: Google ...
0
votes
1answer
46 views

Merging search results algorithm

I am implementing a search bar that should search for 2 main strings A and B I give priority to the results as follows (from most important to least) a result combining A and B a result for B only a ...
0
votes
1answer
82 views

How to prepare Custom Google search for a site redesign

I work for an educational institution and we are using Google custom search for our search function. We are redesigning our site, and changing the look and the paths of many of the pages. The new ...
0
votes
1answer
354 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
1answer
52 views

How to implement searching?

we are trying to add searching to our web site and want this search function to search only a few things: Files - Obviously we need to parse the text of PDF, PPT and DOC files in our case User ...
0
votes
2answers
87 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?