I have been looking for an API to use google search engine in my application. there is an AJAX api but my app is closed (meaning that it has no client input) i don't want the javascript.
i could generate the search url myself, use file_get_conten ts(), and with regexgive meaning to the text, but does any one know if i am actuallty allowed to do that?
won't my ip get banned if i don't use some api authentication?
i could generate the search url myself, use file_get_conten ts(), and with regexgive meaning to the text, but does any one know if i am actuallty allowed to do that?
won't my ip get banned if i don't use some api authentication?
Comment