Tagged Questions

0
votes
4answers
61 views

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 …
1
vote
0answers
11 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 ab …
0
votes
5answers
160 views

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 w …
0
votes
1answer
39 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 imag …
0
votes
1answer
60 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, wh …
1
vote
2answers
88 views

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 addres …
4
votes
1answer
147 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 does …
1
vote
2answers
323 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 shoul …
1
vote
2answers
125 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++ --> …
0
votes
3answers
326 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? …
3
votes
2answers
376 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 t …