google-search-api

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 Google Chrome if you start to type for example "apple", it will suggest "www.apple.com/trailers". I know it searches your browsing history, ...

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 in the results, just that number, and I need to do about 100 of these searches at a time so webpage scrapping is not an option since googl...

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++ --> <!-- // Created with a Google AJAX Search Wizard // http://code.google.com/apis/ajaxsearch/wizards.html --> <!-- // The Following div element will end ...

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 Server Full Text Indexing and the CONTAINS & FREETEXT predicates ? ...

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 browser into following the link. Strangely though, shift clicking or right clicking and opening in a new window both work. Has anybody seen a...

Legality of using the google search API

Hey, 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 show all the gas stations in the area. In order to do this, I would perform a google search through their API, and pull out nearby ...

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 it i can just delete by the id instead of required to retrieve all the annotation and delete it? ...

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 image" thumb nail. It then executes an image search using the img tags ALT attribute as the query. The callback function on the search the...

Scraping/Parsing Google search results in Ruby

Assume I have the entire HTML of a Google search results page. Does anyone know of any existing code (Ruby?) to scrape/parse the first page of Google search results? Ideally it would handle the Shopping Results and Video Results sections that can spring up anywhere. If not, what's the best Ruby-based tool for screenscraping in general...

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 however for the new AJAX api I cannot find any information on the following: Is this sort of use allowed as the Terms of use are vague I...

What's the best method to capture URLs?

I'm trying to find the best method to gather URLs, I could create my own little crawler but it would take my servers decades to crawl all of the Internet and the bandwidth required would be huge. The other thought would be using Google's Search API or Yahoo's Search API, but that's not really a great solution as it requires a search to ...

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 about 1,040,000 for blue metal kettle. (0.19 seconds) Here '1,040,000' is the number I want. Is there any API function to do this, or I must...

Convert google search results into json in python 3.1

Hi, 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 = urllib.parse.urlencode({'q' : 'searchterm','start' : k},doseq=false) url = 'http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;%s' \ ...

google search ajax api - collect results

Hi I need to collect from a search engine specific results (pages) that match a regular expression. Any suggestions or ideas on how to perform such a task, i need to store somewhere the extracted web pages for later use. Thanks in advance and sorry for my poor grammar. ...

Google Search api for Android systems

Hi, 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 same jar file (gsearch.jar) in my android project, Some problems arise. When I call the .localSearch() method of my gsearch.Client objec...

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 from back end code. Thanks, Matt ...

Combining search button on google map and search API

Basically, i have the google api search engine which will send back addresses based on the search by the user; And a map api which will go over to the selected place typed in the textbox. However, both of them are in different textboxes / buttons. i can't seem to be able to change the ids of the button to make ONE of the buttons functio...

Gooogle Search / Map Api Seperating JS from Html

As my coding revolves only around one function,the function OnLoad() where the map and search is together on this function. However i was tasked to separate the Maps and Search JS and was unable to do so. Is there any tips or tricks to separating them? ...

Retrieving Coordinates from just Google Search API alone

is it possible to do that out without a Google API map? I searched everywhere and could not find any help for it. ...

How to create markers on a google local search api?

As the question says, i do not want to use it from the API, and instead combine it on my code, but i can't seem to implement it with the code i have now. the markers do not come out and the search completely disappears if i try implementing with the code. This is a section of my codings : http://www.mediafire.com/?0minqxgwzmx ...