Questions tagged [google-ajax]

7 questions
3
votes
1 answer

Which Google AJAX API Key do I use in a Chrome extension

I would like to use some of the Google AJAX APIs in my Chrome extension, and I'm not sure if this is possible. The AJAX API documentation clearly states that I must use a key that matches my domain. What would that be in case of an extension? My…
DanJ
  • 3,435
  • 3
  • 33
  • 44
2
votes
2 answers

Google's shebang #! syntax for ajax crawling not resulting in crawled pages

I have a site which has implemented Google's shebang '#!' syntax for ajax crawling. Both sides of the system have been implemented as discussed at https://developers.google.com/webmasters/ajax-crawling/docs/specification In other words, URLs for an…
fred2
  • 1,015
  • 2
  • 9
  • 29
1
vote
2 answers

Rails gem GoogleAjax. How can I perform more searches?

Using: Rails 3.1.1 I am using the googleajax gem to perform Google-searches in a script with severals of thousands searches. After some 20 searches or so, I need to have a rescue that waits and retries since it seems like you cannot perform more…
Christoffer
  • 2,271
  • 3
  • 26
  • 57
1
vote
1 answer

Hacking Google AJAX Search Result page

I am a novice developer, and have created a simple greasemonkey script to modify content at Google Search result page. Scripts loads fine at first page. but as user goes to second page (or searches for new query) - the modifications are not…
Twapi
  • 11
  • 1
1
vote
2 answers

Google Language detection api replying error code 406

I am trying to use Google language detection API, Right now I am using the sample available on Google documentation as follows: public static String googleLangDetection(String str) throws IOException, JSONException{ String urlStr…
Ashish Sharma
  • 1,124
  • 2
  • 24
  • 49
0
votes
2 answers

ajax-solr: How to make an ajax page readable by Google?

I am using ajax-solr to generate search results from Solr. Is there any way to make such an ajax page available to Google (and search engines in general) for indexing? Thanks.
Continuation
  • 12,722
  • 20
  • 82
  • 106
0
votes
3 answers

Google Ajax Search results differ from "normal" Google Results?

I guess anything important you might have to know is within the title. If I use the Google Ajax WebSearch API with, for instance, "Dummy Search" as phrase, my resultset is a different one than if I perform the same phrase over google.com. How can…
jAndy
  • 231,737
  • 57
  • 305
  • 359