Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
513 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
5k views

Google Search api for Android systems

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 ...
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
0answers
89 views

Google's “define: ” through an API?

I want to get the result of searches that use special features in Google, like "define: [phrase]" and I can't seem to find relevant information about this. Does anyone knows where I can get the data ...
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
1answer
374 views

Search result links from Google Custom Search not working when viewed in IE6

One of the community sites I work on currently has this issue when viewing search results from Google CS in IE6. For example these results. Attempting to click on any result doesn't provoke the ...
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 ...
3
votes
1answer
326 views

Google search results via XML not iframe

I'm looking for a google search module that uses the 'Google Custom Search API' so that I can pull the results and theme them on my page. I know about the google_cse module. But that module ...
3
votes
1answer
452 views

Implementing Google Custom Search API through Greasemonkey

I want to implement the Google custom search API with Greasemonkey, and so far my trials have met with mostly failures. The goal of the code is to inject a custom search box into an existing site (I'm ...
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
2answers
182 views

Google custom search for images only

Since Google image search API is deprecated, one should use Google custom search API for this. I've made a small example using it. My problem is I want to return google image search results only. ...
2
votes
1answer
110 views

Google Custom Search API Autocomplete?

We're using the google custom search API (paid-for server-side API) to power our search results. I'd like to add an autocomplete feature to the search - however, does anyone know if there is support ...
2
votes
3answers
118 views

What is the correct way to get google search results?

I want to get all the search results for a particular keyword search on google. I've seen suggestions of scraping, but this seems like a bad idea. I've seen Gems (I plan on using ruby) that do ...
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: ...
2
votes
1answer
288 views

Normal Google Custom Search

I'm writing an application that analyses search engine results. With the Google Search API now being depreciated and limited to 1000 queries/day they are forcing developers to move to the AJAX APIs ...
2
votes
2answers
196 views

What is an appropriate way to datamine the total number of results of a keyword search?

newbie programmer and lurker here, hoping for some sensible advice. :) Using a combination of Python, BeautifulSoup, and the Bing API, I was able to find what I wanted with the following code: ...
2
votes
1answer
241 views

get links from a google search in C#

I'm trying to program a simple search in google via C# that would run a query of my choice and retrieve the first 50 links. After thoroughly searching for a similar tool\correct API I realized that ...
2
votes
1answer
369 views

Google Web search API (not custom search)

So google pulled the SOAP API back in 2006, and depreciated the REST API last year. Even though the REST api still works fine, I was wondering if anyone here knows an alternative for the web search. I ...
2
votes
1answer
430 views

Google Custom Search API, Howto return country specific results only

I am making some PHP code which takes a given search phrase and url and searches through the google search results until it finds the url (only first 100 results). My problem is, this is only working ...
2
votes
1answer
368 views

Google Search API - Only returning 4 results

After much experimenting and googling, the following Python code successfully calls Google's Search APi - but only returns 4 results: after reading the Google Search API docs, I thought the 'start=' ...
2
votes
2answers
344 views

Any API to search Google Cache?

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

Convert google search results into json in python 3.1

I am writing a Python program that feeds a search term to google using the google search API and downloads the first 10 results. I was able to do this in Python 2.6 as follows: query = ...
2
votes
0answers
203 views

Google AJAX API inurl: (Non-Javascript Enviornment)

thanks for taking the time to look. I'm trying to get results from the following request: http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=inurl:nphMotionJpeg I'm getting a valid 200 ...
1
vote
1answer
23 views

How to use google speech api in android

I have to develop an android application in which user speaks something and the wav file os send to the server where the googlespeech api shall return some text and i will display it on the android ...
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
1answer
64 views

GSA API - Unable to get the Authentication Token

I have been trying to get an Authentication Key for managing a Google Search Appliance and modify its Access Control Lists (ACLs). This is my code: SocketAddress proxyAddress = new ...
1
vote
4answers
415 views

Scraping and parsing Google search results using Python

I asked a question on realizing a general idea to crawl and save webpages. Part of the original question is: how to crawl and save a lot of "About" pages from the Internet. With some further ...
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
0answers
117 views

Google Site Search: how to sort results by attribute value?

I've successfully set up Google Site Search on my web application. Check out this sample query: ...
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 ...
1
vote
2answers
364 views

Parsing Google's search results

I'm "working" on a data mining project and I've chosen to parse Google search results. Now before I actually start, I want to consult you - experienced folks. I did a bit of research on how Google ...
1
vote
1answer
99 views

Trouble finding a suitable Search API

I need web search and site search results in feed format for a project and it's harder than ever now. Google has killed it's Web Search API and now they charge $5 per 1000 queries with their new API. ...
1
vote
1answer
402 views

resolve JSONException duplicate keys

i am using google custom search engine and getting the results in JSON format.for certain queries,the JSON result has duplicate keys and hence it produces a JSONException: Duplicate key "nickname" ...
1
vote
5answers
552 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 ...
1
vote
1answer
909 views

Google Search API - Number of Results

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 ...
1
vote
1answer
209 views

Why are Google API queries through simplejson returning “responseData”: null?

I'm trying to screenscrape the first result of a Google search using Python and simplejson, but I can't access the search results the way that many examples online demonstrate. Here's a snippet: url ...
1
vote
3answers
301 views

Legality of using the google search API

I am thinking of designing a website that's sort of a targeted Yelp.com. Lets say it's for gas station, for example. The idea would be that someone would put in the address they're at, and it would ...
1
vote
2answers
1k views

Google search API versus MS SQL Server Full Text Indexing?

We are working on websites for our clients and we want to adopt a search solution that can be easily reused. Which one should we go after ? Should we use Google Search API or should we use MS Sql ...
1
vote
2answers
922 views

Transit layer in embedded Google SearchControl map

How can I activate the Transit layer in a Google Map on a web page? The map is created using the search control. <!-- ++Begin Map Search Control Wizard Generated Code++ --> <!-- // ...
1
vote
3answers
2k views

Estimated number of search results Google search API

When you search google, it estimates the number of search results e.g. Results 1 - 10 of about 103,000,000 for hello world How do I get the number 103,000,000 programmically? I'm not interested ...
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
23 views

How can I set 100% height on my Custom Google search iframe?

I am trying to make 100% height for custom google searh iFrame height. I am not able to control the height. When ever the result displays the iFrame height shows 1860. Below the results it shows big ...
0
votes
0answers
20 views

google custom search - getting access to results object

I'm trying to apply custom css to google search result and all's well until I need to put a distinctive background behind every other result. So what I've tried is ...
0
votes
1answer
32 views

Couldn't get Google custom search results using JSON

I'm developing an application that makes use of Google custom search api as a feature. I added a new custom search and included some sites to search, I was able to do a search and get the results I ...
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 ...

1 2 3