Google Web APIs
Google is awesome! They expose most of their proprietary work free to the public, of course for non-commercial use only. Anyway, when I was implementing Google Search API, I didn't know how to restrict their search to my domain only.
Well some smart guy posted short note about the similar problem he encountered. Fortunatelly solution is simple just append search text for each query sent to Google with the following string:
site:www.mydomain.com where mydomain.com represents domain name of your site.
Hope this helps someone as well.
By Andreja
Cvetanovic |
7/26/2005 12:00:00 AM
|
|