<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Calculate Keyword Growth Using Google Trends, Python, and the Slope Formula	</title>
	<atom:link href="https://searchwilderness.com/google-trends-api-slope/feed/" rel="self" type="application/rss+xml" />
	<link>https://searchwilderness.com/google-trends-api-slope/</link>
	<description>Technical SEO is Wild</description>
	<lastBuildDate>Mon, 29 Oct 2018 19:56:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Arshpreet		</title>
		<link>https://searchwilderness.com/google-trends-api-slope/#comment-39228</link>

		<dc:creator><![CDATA[Arshpreet]]></dc:creator>
		<pubDate>Mon, 29 Oct 2018 19:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://searchwilderness.com/?p=3950#comment-39228</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://searchwilderness.com/google-trends-api-slope/#comment-19070&quot;&gt;Josh&lt;/a&gt;.

I was looking that kind of &quot;Really&quot; simple stuff only!!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://searchwilderness.com/google-trends-api-slope/#comment-19070">Josh</a>.</p>
<p>I was looking that kind of &#8220;Really&#8221; simple stuff only!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sumit Dalsania		</title>
		<link>https://searchwilderness.com/google-trends-api-slope/#comment-37264</link>

		<dc:creator><![CDATA[Sumit Dalsania]]></dc:creator>
		<pubDate>Sat, 20 Oct 2018 01:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://searchwilderness.com/?p=3950#comment-37264</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://searchwilderness.com/google-trends-api-slope/#comment-18419&quot;&gt;Paul Shapiro&lt;/a&gt;.

If anybody could elaborate at all on what &quot;adjusting accordingly&quot; means, I&#039;d really appreciate it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://searchwilderness.com/google-trends-api-slope/#comment-18419">Paul Shapiro</a>.</p>
<p>If anybody could elaborate at all on what &#8220;adjusting accordingly&#8221; means, I&#8217;d really appreciate it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jordan		</title>
		<link>https://searchwilderness.com/google-trends-api-slope/#comment-30551</link>

		<dc:creator><![CDATA[Jordan]]></dc:creator>
		<pubDate>Wed, 22 Aug 2018 03:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://searchwilderness.com/?p=3950#comment-30551</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://searchwilderness.com/google-trends-api-slope/#comment-29231&quot;&gt;Donzay&lt;/a&gt;.

Hey, I updated the script with your suggestions and it&#039;s almost working - now I just get this error however: 
Traceback (most recent call last):
  File &quot;GoogleTrendsSlopeCalculator.py&quot;, line 26, in 
    connector.request_report(payload)
AttributeError: &#039;TrendReq&#039; object has no attribute &#039;request_report&#039;

Might you know how to fix this?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://searchwilderness.com/google-trends-api-slope/#comment-29231">Donzay</a>.</p>
<p>Hey, I updated the script with your suggestions and it&#8217;s almost working &#8211; now I just get this error however:<br />
Traceback (most recent call last):<br />
  File &#8220;GoogleTrendsSlopeCalculator.py&#8221;, line 26, in<br />
    connector.request_report(payload)<br />
AttributeError: &#8216;TrendReq&#8217; object has no attribute &#8216;request_report&#8217;</p>
<p>Might you know how to fix this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Donzay		</title>
		<link>https://searchwilderness.com/google-trends-api-slope/#comment-29231</link>

		<dc:creator><![CDATA[Donzay]]></dc:creator>
		<pubDate>Fri, 03 Aug 2018 09:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://searchwilderness.com/?p=3950#comment-29231</guid>

					<description><![CDATA[line 3 replace : from pytrends.request import TrendReq
line 12 replace : connector = TrendReq(google_username, google_password)

and its work .. :) 

thanks for the script]]></description>
			<content:encoded><![CDATA[<p>line 3 replace : from pytrends.request import TrendReq<br />
line 12 replace : connector = TrendReq(google_username, google_password)</p>
<p>and its work .. 🙂 </p>
<p>thanks for the script</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Josh		</title>
		<link>https://searchwilderness.com/google-trends-api-slope/#comment-19070</link>

		<dc:creator><![CDATA[Josh]]></dc:creator>
		<pubDate>Fri, 02 Feb 2018 10:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://searchwilderness.com/?p=3950#comment-19070</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://searchwilderness.com/google-trends-api-slope/#comment-18419&quot;&gt;Paul Shapiro&lt;/a&gt;.

Hi! Actually you can download csv report without being connected. I made a crappy python script with two functions (get_volume_keyword_year, get_volume_keyword_month). Just choose your keyword and that&#039;s it.
https://pastebin.com/raw/i89DsQXc

Sorry pastebin broke the indentation]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://searchwilderness.com/google-trends-api-slope/#comment-18419">Paul Shapiro</a>.</p>
<p>Hi! Actually you can download csv report without being connected. I made a crappy python script with two functions (get_volume_keyword_year, get_volume_keyword_month). Just choose your keyword and that&#8217;s it.<br />
<a href="https://pastebin.com/raw/i89DsQXc" rel="nofollow ugc">https://pastebin.com/raw/i89DsQXc</a></p>
<p>Sorry pastebin broke the indentation</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Shapiro		</title>
		<link>https://searchwilderness.com/google-trends-api-slope/#comment-18419</link>

		<dc:creator><![CDATA[Paul Shapiro]]></dc:creator>
		<pubDate>Thu, 12 Oct 2017 20:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://searchwilderness.com/?p=3950#comment-18419</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://searchwilderness.com/google-trends-api-slope/#comment-18418&quot;&gt;Paul Shapiro&lt;/a&gt;.

Okay, just looked at the documentation. Ignore my previous comment. They changed somethings. You&#039;ll have to adjust accordingly unfortunately.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://searchwilderness.com/google-trends-api-slope/#comment-18418">Paul Shapiro</a>.</p>
<p>Okay, just looked at the documentation. Ignore my previous comment. They changed somethings. You&#8217;ll have to adjust accordingly unfortunately.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Shapiro		</title>
		<link>https://searchwilderness.com/google-trends-api-slope/#comment-18418</link>

		<dc:creator><![CDATA[Paul Shapiro]]></dc:creator>
		<pubDate>Thu, 12 Oct 2017 20:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://searchwilderness.com/?p=3950#comment-18418</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://searchwilderness.com/google-trends-api-slope/#comment-17878&quot;&gt;Francisco&lt;/a&gt;.

Maybe try installing from github? &lt;a href=&quot;https://github.com/GeneralMills/pytrends&quot; rel=&quot;nofollow&quot;&gt;https://github.com/GeneralMills/pytrends&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://searchwilderness.com/google-trends-api-slope/#comment-17878">Francisco</a>.</p>
<p>Maybe try installing from github? <a href="https://github.com/GeneralMills/pytrends" rel="nofollow">https://github.com/GeneralMills/pytrends</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Francisco		</title>
		<link>https://searchwilderness.com/google-trends-api-slope/#comment-17878</link>

		<dc:creator><![CDATA[Francisco]]></dc:creator>
		<pubDate>Fri, 21 Jul 2017 06:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://searchwilderness.com/?p=3950#comment-17878</guid>

					<description><![CDATA[I believe pyGtrends doesn&#039;t exist anymore. Instead I did: from pytrends.request import TrendReq.

I then updated connector to be: connector = TrendReq(google_username, google_password, hl=&#039;en-US&#039;, tz=360, custom_useragent=None)

However, this then leads to problems with connector not having the proper attributes. Any ideas?]]></description>
			<content:encoded><![CDATA[<p>I believe pyGtrends doesn&#8217;t exist anymore. Instead I did: from pytrends.request import TrendReq.</p>
<p>I then updated connector to be: connector = TrendReq(google_username, google_password, hl=&#8217;en-US&#8217;, tz=360, custom_useragent=None)</p>
<p>However, this then leads to problems with connector not having the proper attributes. Any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Shapiro		</title>
		<link>https://searchwilderness.com/google-trends-api-slope/#comment-16234</link>

		<dc:creator><![CDATA[Paul Shapiro]]></dc:creator>
		<pubDate>Mon, 12 Sep 2016 14:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://searchwilderness.com/?p=3950#comment-16234</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://searchwilderness.com/google-trends-api-slope/#comment-15963&quot;&gt;curious mind&lt;/a&gt;.

You authenticate so it allows you to download the CSV.

For how it&#039;s being used in my process, check out the SlideShare embedded in the post, it explains :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://searchwilderness.com/google-trends-api-slope/#comment-15963">curious mind</a>.</p>
<p>You authenticate so it allows you to download the CSV.</p>
<p>For how it&#8217;s being used in my process, check out the SlideShare embedded in the post, it explains 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Shapiro		</title>
		<link>https://searchwilderness.com/google-trends-api-slope/#comment-16233</link>

		<dc:creator><![CDATA[Paul Shapiro]]></dc:creator>
		<pubDate>Mon, 12 Sep 2016 14:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://searchwilderness.com/?p=3950#comment-16233</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://searchwilderness.com/google-trends-api-slope/#comment-16143&quot;&gt;Lee Mac&lt;/a&gt;.

I&#039;ve not pushed it to the point of getting locked out yet. If you hit a limit, I&#039;d love to know. You can use categories by changing the payload variable like (untested):

&lt;code&gt;payload = {&#039;geo&#039;: &#039;US&#039;, &#039;q&#039;: [row[0]], &#039;cat&#039;: &#039;0-71&#039;}&lt;/code&gt;

It&#039;s not mixing up the browser as far as I&#039;m aware, but the trends downloading is being handled by a 3rd party library which I haven&#039;t dissected.

KNIME is open source and Rapidminer is not, so KNIME is my preference :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://searchwilderness.com/google-trends-api-slope/#comment-16143">Lee Mac</a>.</p>
<p>I&#8217;ve not pushed it to the point of getting locked out yet. If you hit a limit, I&#8217;d love to know. You can use categories by changing the payload variable like (untested):</p>
<p><code>payload = {'geo': 'US', 'q': [row[0]], 'cat': '0-71'}</code></p>
<p>It&#8217;s not mixing up the browser as far as I&#8217;m aware, but the trends downloading is being handled by a 3rd party library which I haven&#8217;t dissected.</p>
<p>KNIME is open source and Rapidminer is not, so KNIME is my preference 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: searchwilderness.com @ 2026-03-14 17:29:03 by W3 Total Cache
-->