<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>search-trends on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/search-trends/</link>
    <description>Recent content in search-trends on S Anand</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 02 Dec 2010 14:33:19 +0000</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/search-trends/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What does India search for?</title>
      <link>https://www.s-anand.net/blog/what-does-india-search-for/</link>
      <pubDate>Thu, 02 Dec 2010 14:33:19 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/what-does-india-search-for/</guid>
      <description>&lt;p&gt;Over the last couple of years, I’ve been tracking the top 5 hot searches in India on Google Trends (&lt;a href=&#34;http://www.google.co.in/trends&#34;&gt;http://www.google.co.in/trends&lt;/a&gt;). Here are the results:&lt;/p&gt;&lt;iframe height=&#34;600&#34; src=&#34;https://spreadsheets.google.com/pub?key=0Av599tR_jVYgdE5zTU5QWjcxVWVCaTBuY3d0NkUtc1E&amp;amp;hl=en_GB&amp;amp;single=true&amp;amp;gid=0&amp;amp;output=html&amp;amp;widget=true&#34; frameborder=&#34;0&#34; width=&#34;600&#34;&gt;&lt;/iframe&gt; &lt;p&gt;If you&#39;re interested in making visualisations out of it, please feel free. But there&#39;s one particular thing I&#39;m trying out, which is to categorise these searches and see if there&#39;s a trend around that. I&#39;ve added a &#34;Tag&#34; column.&lt;/p&gt; &lt;p&gt;Could you please help me tag the spreadsheet: &lt;a title=&#34;https://spreadsheets.google.com/ccc?key=0Av599tR_jVYgdE5zTU5QWjcxVWVCaTBuY3d0NkUtc1E&amp;amp;hl=en_GB&#34; href=&#34;https://spreadsheets.google.com/ccc?key=0Av599tR_jVYgdE5zTU5QWjcxVWVCaTBuY3d0NkUtc1E&amp;amp;hl=en_GB&#34;&gt;https://spreadsheets.google.com/ccc?key=0Av599tR_jVYgdE5zTU5QWjcxVWVCaTBuY3d0NkUtc1E&amp;amp;hl=en_GB&lt;/a&gt;  &lt;p&gt;It’s publicly editable, no special access required. If you could stick to the tags I already have (Business, Education, Entertainment, News, Politics, Sports, Technology), that would be great. If not, that’s fine as well.  &lt;p&gt;And if you’ve made any visualisations or done any analysis using this data, please do drop a comment.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Rockey Nebhwani&lt;/strong&gt; &lt;em&gt;2 Dec 2010 11:50 pm&lt;/em&gt;:
I think simple conclusion may be Bollywood, Politics, Jobs, Stock :-)&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Yahoo Clues API</title>
      <link>https://www.s-anand.net/blog/yahoo-clues-api/</link>
      <pubDate>Mon, 22 Nov 2010 13:31:48 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/yahoo-clues-api/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://clues.yahoo.com/&#34;&gt;Yahoo Clues&lt;/a&gt; is like &lt;a href=&#34;http://www.google.com/insights/search/&#34;&gt;Google Insights for Search&lt;/a&gt;. It has one interesting thing that the latter doesn’t though: &lt;a href=&#34;http://help.yahoo.com/l/us/yahoo/search/clues/clues-06.html&#34;&gt;search flows&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It doesn’t have an official API, so I thought I’d document the unofficial one. The API endpoint is&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;http://clues.yahoo.com/clue
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The query parameters are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;q1 – the first query string&lt;/li&gt;
&lt;li&gt;q2 – the second query string&lt;/li&gt;
&lt;li&gt;ts – the time span. 0 = today, 1 = past 7 days, 2 = past 30 days&lt;/li&gt;
&lt;li&gt;tz – time zone? Not sure how it works. It’s just set to “0” for me&lt;/li&gt;
&lt;li&gt;s – the format? No value other than “j” seems to work&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So a search for “gmat” for the last 30 days looks like this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;http://clues.yahoo.com/clue?s=j&amp;amp;q1=gmat&amp;amp;q2=&amp;amp;ts=2&amp;amp;tz=0
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The response has the all the elements required to render the page, but the search flows are located at:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;response.data[2].qf.prevMax – an array of queries that often precede the current one&lt;/li&gt;
&lt;li&gt;response.data[2].qf.nextMax – an array of queries that often follow the current one&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The other parameters (such as demographic, geographic and search volume information) is pretty interesting as well, but is something you should be able to extract more reliably from &lt;a href=&#34;http://www.google.com/insights/search/&#34;&gt;Google Insights for Search&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.eruditetechnologies.com.au&#34;&gt;Erudite Technologies&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;5 Aug 2011 2:18 am&lt;/em&gt;:
Thanks for this article! We were using this recently until Yahoo changed the URL for the Yahoo Clues API. It is now as follows:
Base URL: &lt;a href=&#34;http://clues.yahoo.com/analysis&#34;&gt;http://clues.yahoo.com/analysis&lt;/a&gt;
Parameters:
nu - Not sure, I haven&amp;rsquo;t tried changing this. Usually set to 1.
s - Same as above. Set this to j
ts - I&amp;rsquo;m guessing this is the time range in the format: yyyyMMdd,yyyyMMdd
tu - Not sure about this either. Haven&amp;rsquo;t changed this away from &amp;lsquo;month&amp;rsquo;
q1 - The first Query
q2 - The second Query
l - Not sure. Works with 1
lt - Might be the location scope of the query. Defaults to &amp;lsquo;World&amp;rsquo;
h - Not sure. I have this set to 6
A sample URL might look as follows:
&lt;a href=&#34;http://clues.yahoo.com/analysis?nu=1&amp;amp;s=j&amp;amp;ts=20110704,20110804&amp;amp;tu=month&amp;amp;q2=&amp;amp;q1=Trend&amp;amp;l=1&#34;&gt;http://clues.yahoo.com/analysis?nu=1&amp;amp;s=j&amp;amp;ts=20110704,20110804&amp;amp;tu=month&amp;amp;q2=&amp;amp;q1=Trend&amp;amp;l=1&lt;/a&gt;&amp;lt;=World&amp;amp;h=6
The format of the JSON looks to be the same. Hopefully this helps someone else!&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Why is nanotechnology popular now</title>
      <link>https://www.s-anand.net/blog/why-is-nanotechnology-popular-now/</link>
      <pubDate>Sat, 15 Apr 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/why-is-nanotechnology-popular-now/</guid>
      <description>&lt;p&gt;Why is &lt;strong&gt;nanotechnology&lt;/strong&gt; in the &lt;a href=&#34;http://www.google.co.uk/press/zeitgeist.html&#34;&gt;top Google queries from India&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-google-zeitgeist-india-feb-2006-popular-queries_128790290_o-gif.webp&#34;&gt;&lt;img alt=&#34;Google Zeitgeist India Feb 2006 popular queries&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-google-zeitgeist-india-feb-2006-popular-queries_128790290_o-gif.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;ravi&lt;/strong&gt; &lt;em&gt;15 Apr 2006 10:48 am&lt;/em&gt;:
from all countries in the list indians are the only one with something technical in their queries. hurrah for that&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prabhu&lt;/strong&gt; &lt;em&gt;17 Apr 2006 6:03 am&lt;/em&gt;:
Could be due to the fact that Sujatha is writing an article about it in a tamil weekly&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;17 Apr 2006 7:37 am&lt;/em&gt;:
If so, Tamil Nadu would have to be a big chunk of India&amp;rsquo;s Google searches. Given the absense of other Tamil queries, I doubt this was the only factor&amp;hellip; but it sure must have contributed!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gautam&lt;/strong&gt; &lt;em&gt;26 Apr 2006 6:05 pm&lt;/em&gt;:
funny how sania mirza ranks over aishwarya, though !&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Google India Zeitgeist</title>
      <link>https://www.s-anand.net/blog/google-india-zeitgeist/</link>
      <pubDate>Mon, 21 Feb 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-india-zeitgeist/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.google.com/press/intl-zeitgeist.html#in&#34;&gt;Google India Zeitgeist&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Google Zeitgeist</title>
      <link>https://www.s-anand.net/blog/google-zeitgeist/</link>
      <pubDate>Tue, 17 Jul 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-zeitgeist/</guid>
      <description>&lt;p&gt;Google &lt;a href=&#34;http://www.google.com/press/zeitgeist.html&#34;&gt;Zeitgeist&lt;/a&gt;: trends in Google searches. (Zeitgeist means &amp;ldquo;the general intellectual, moral, and cultural climate of an era&amp;rdquo;). Similar to &lt;a href=&#34;http://buzz.yahoo.com&#34;&gt;Buzz&lt;/a&gt; and &lt;a href=&#34;http://www.lycos50.com&#34;&gt;Lycos50&lt;/a&gt;. Other sites that offer search profiles are &lt;a href=&#34;http://www.askjeeves.com/docs/peek/&#34;&gt;AskJeeves&lt;/a&gt;, &lt;a href=&#34;http://savvy.search.com/snoop&#34;&gt;Search.com&lt;/a&gt;, &lt;a href=&#34;http://www.excite.com/search/voyeur/&#34;&gt;Excite&lt;/a&gt;, and &lt;a href=&#34;http://www.searchterms.com/&#34;&gt;Goto&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Yahoo buzz</title>
      <link>https://www.s-anand.net/blog/yahoo-buzz/</link>
      <pubDate>Mon, 18 Jun 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/yahoo-buzz/</guid>
      <description>&lt;p&gt;Keep up with Yahoo&amp;rsquo;s &lt;a href=&#34;http://buzz.yahoo.com/&#34;&gt;buzz&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
