Tagged Questions
9
votes
1answer
1k views
Alternative to the deprecated google REST web search API
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,000 ...
7
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
3answers
514 views
What to use now Google News API is deprecated?
As part of a Project I'm working on I've been instructed to implement Google News API into the ASP.NET Web Application.
However, I've checked the Google News API site, and I see the following ...
5
votes
1answer
702 views
Using the Google AJAX Search API for SEO Purposes
I am looking at writing a .net application that uses the Google AJAX Search API to determine where our website falls for a given term compared to a competitor.
I can find alot about the old SOAP API ...
4
votes
1answer
375 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 ...
3
votes
3answers
599 views
How to get the number of results found for a keyword in google
I need to supply a keyword like "blue metal kettle" (with/without quotes) and get only the number of results found for this search. If I search without quotes right now, I get:
Results 1 - 10 of ...
2
votes
0answers
49 views
how to correct spelling mistakes in Google custom API
I am using Google's custom search API, I make an HTTP request to a URL that looks like this:
...
1
vote
3answers
46 views
PHP scripting to use search engine
I'm making a simple website with a form where a user enters a word and then I take that word and google it using a php script and displaying the results. How would I be able to do this? or where would ...
1
vote
5answers
553 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
17 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
14 views
Authentication error in google shopping search API
I want to use Google Shopping Search API for products search. I have followed all the steps stated in document. First I created a google account, then went to GOOGLE APIs console to create a project ...
0
votes
0answers
7 views
Get queries with N-number of words from Google Search
Is there any way to access search queries from Google search that have more than N-number of words?
Something like top trends, but only for N+ word queries?
I could not find it in the API, but ...
0
votes
1answer
53 views
Google Search with RoR, how make it works?
I am new to RoR, and I wonder how I can do a google search by using a field in view of my project, anyone know how I could do that?
I have in my application.html.haml the code :
%form#search
...
0
votes
0answers
159 views
Google Search CSS help needed
I bought a template from Template Monster that has a premade search box on it. My problem is, the search box doesn't work (since they just did the css for the box) and I can't figure out how to embed ...
0
votes
2answers
269 views
Screen scraping from google…? [closed]
just a very simple question: is screen scraping google web search results illegal?
I mean, I just wrote a program that fetches results from google result pages... is this legally dangerous?
0
votes
1answer
463 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
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
342 views
How to order concurrent google image searches in order of execution?
Hi all I am not sure how to approach this problem. I have a function that is passed an array of HTML img elements. It loops through these images checking the SRC attribute for images using a blank "no ...
0
votes
1answer
206 views
google custom search add annotation programmatically
when adding annotation programatically ,refer to http://code.google.com/intl/en/apis/customsearch/docs/api.html#create_annos , can i assign "id" to each annotation so later on, when i need to delete ...