web-search

How can I retrieve my Google search history?

空扰寡人 提交于 2019-12-29 06:55:16
问题 In the Google Web History interface I can see all the search queries I have used over the years, and the pages I visited for a particular query. Is there a way I can retrieve this history using a computer program? I couldn't find a Google API that does it. Do you know of a tool that can do this, or suggest a way to achieve this? 回答1: There's an RSS feed. Update : the link is now broken. 回答2: The RSS feed in the accepted answer above does not exist anymore. Google does not provide an API that

A simple image search app

时光怂恿深爱的人放手 提交于 2019-12-23 02:16:04
问题 I want to develop a simple application, that will Searches images with keyword Browses the images Saves the images if i can do it with Google, it would be better. so far i found this after Googling: try { Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); String term = editText.getText().toString(); intent.putExtra(SearchManager.QUERY, term); startActivity(intent); } catch (Exception ex) { } and intent = new Intent(Intent.ACTION_VIEW, Uri.parse( "http://images.google.com/search? num=10&hl

Counting rows before proceeding to actual searching

大城市里の小女人 提交于 2019-12-11 17:35:47
问题 Given an web app (Java, Spring, Hibernate and Sybase as DB) with several, say 5 different search screens, I want to count first if the search result based on the user's criteria will be exceeding a limit, say 1000 rows. Results that are huge, going past 1000 can happen even if user provides reasonable filters and criteria. Is doing it this way recommended: select count(*) from table --clauses, etc here then if > 1000, don't do actual search, return and show limit error (tell user to refine

About the appropriate usage of the Google Custom Search API

主宰稳场 提交于 2019-12-11 05:39:48
问题 I'm in the middle of writing a commercial application that takes a list of URLs as input (in this case from Google Custom Search), process the pages pointed to by the URLs and storing the processed information alongside the URLs. I was just wondering if anyone knows whether this breaks the rule in its TOS which states that: "You may not in any way frame, cache or modify the Results produced by Google".. Source: http://www.google.com/cse/docs/tos.html I would also be interested to know if

How can I retrieve my Google search history?

北慕城南 提交于 2019-11-29 06:59:38
In the Google Web History interface I can see all the search queries I have used over the years, and the pages I visited for a particular query. Is there a way I can retrieve this history using a computer program? I couldn't find a Google API that does it. Do you know of a tool that can do this, or suggest a way to achieve this? There's an RSS feed . Update : the link is now broken. The RSS feed in the accepted answer above does not exist anymore. Google does not provide an API that allows you retrieve Google searches, but it does allow you to download an archive of all past searches, via