Can I “reuse” Google search results in my application? -
i understand if , how possible achieve following:
- create app sends search requests google (search requests inputted user!)
- fetch search results present in different format/graphics/layout search results user.
- is possible or google prevent me doing such thing? (via captcha example)
if possible what kind of instrument need use capture (parse?) search results???
my application developed android.
screen-scraping search results google search site violation of their terms of service. don't think use captcha prevent doing so, might letter lawyers.
however, use google custom search api allows search google , customize layout of results. however, need acquire developer key , follow their terms of service.
also, android has search component built can use. see http://developer.android.com/guide/topics/search/index.html.
Comments
Post a Comment