<?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/"
		>
<channel>
	<title>Comments on: SERP Scraping for Fun and Profit Case Study: Facebook</title>
	<atom:link href="http://explicitly.me/serp-scraping-for-fun-and-profit/feed" rel="self" type="application/rss+xml" />
	<link>http://explicitly.me/serp-scraping-for-fun-and-profit</link>
	<description>Rishil&#039;s Home on the Web</description>
	<lastBuildDate>Sat, 23 Feb 2013 20:43:52 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gary</title>
		<link>http://explicitly.me/serp-scraping-for-fun-and-profit/comment-page-1#comment-4453</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 07 Apr 2011 11:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://explicitly.me/?p=1198#comment-4453</guid>
		<description>Dan you&#039;re a legend. I&#039;m sure I tried that but probably messed about with the script too much. After downloading the script once more and simply using the above line as example (stupid me). It worked a treat.

Thanks again for sharing this.</description>
		<content:encoded><![CDATA[<p>Dan you&#8217;re a legend. I&#8217;m sure I tried that but probably messed about with the script too much. After downloading the script once more and simply using the above line as example (stupid me). It worked a treat.</p>
<p>Thanks again for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yousaf Sekander</title>
		<link>http://explicitly.me/serp-scraping-for-fun-and-profit/comment-page-1#comment-4384</link>
		<dc:creator>Yousaf Sekander</dc:creator>
		<pubDate>Tue, 05 Apr 2011 08:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://explicitly.me/?p=1198#comment-4384</guid>
		<description>Hi Gary, 

You are getting the syntax wrong i.e. you got unescaped quote -&gt; &quot;Community</description>
		<content:encoded><![CDATA[<p>Hi Gary, </p>
<p>You are getting the syntax wrong i.e. you got unescaped quote -&gt; &#8220;Community</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Doctors</title>
		<link>http://explicitly.me/serp-scraping-for-fun-and-profit/comment-page-1#comment-4383</link>
		<dc:creator>WordPress Doctors</dc:creator>
		<pubDate>Tue, 05 Apr 2011 08:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://explicitly.me/?p=1198#comment-4383</guid>
		<description>Hi Gary

Where you have: 
$query = urlencode(ENTER QUERY HERE);

&quot;ENTER QUERY HERE&quot; should be a normal Google Query. e.g. site:example.com test

Having the % and +, etc will definitely break the script, since urlencode() is designed to put those characters into the string for you. By putting in the % and + yourself, urlencode() will completely break that query.

So just put a normal human-readable query into &quot;ENTER QUERY HERE&quot;, and try again.

Kind Regards
Dan
(one of the devs who worked on the above script).</description>
		<content:encoded><![CDATA[<p>Hi Gary</p>
<p>Where you have:<br />
$query = urlencode(ENTER QUERY HERE);</p>
<p>&#8220;ENTER QUERY HERE&#8221; should be a normal Google Query. e.g. site:example.com test</p>
<p>Having the % and +, etc will definitely break the script, since urlencode() is designed to put those characters into the string for you. By putting in the % and + yourself, urlencode() will completely break that query.</p>
<p>So just put a normal human-readable query into &#8220;ENTER QUERY HERE&#8221;, and try again.</p>
<p>Kind Regards<br />
Dan<br />
(one of the devs who worked on the above script).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://explicitly.me/serp-scraping-for-fun-and-profit/comment-page-1#comment-4348</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Mon, 04 Apr 2011 06:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://explicitly.me/?p=1198#comment-4348</guid>
		<description>Any thoughts on that script Rishal?

Many thanks
Gary</description>
		<content:encoded><![CDATA[<p>Any thoughts on that script Rishal?</p>
<p>Many thanks<br />
Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reference.com has millions of junk pages in Google &#124; Luke&#39;s blog</title>
		<link>http://explicitly.me/serp-scraping-for-fun-and-profit/comment-page-1#comment-4278</link>
		<dc:creator>Reference.com has millions of junk pages in Google &#124; Luke&#39;s blog</dc:creator>
		<pubDate>Fri, 01 Apr 2011 14:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://explicitly.me/?p=1198#comment-4278</guid>
		<description>[...] another large name in the content business is utilising their authority get low-quality pages ranked and driving traffic.  Search results in search results (or, [...]</description>
		<content:encoded><![CDATA[<p>[...] another large name in the content business is utilising their authority get low-quality pages ranked and driving traffic.  Search results in search results (or, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://explicitly.me/serp-scraping-for-fun-and-profit/comment-page-1#comment-4274</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Fri, 01 Apr 2011 11:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://explicitly.me/?p=1198#comment-4274</guid>
		<description>This is what I&#039;ve changed

FROM: 
$query = urlencode(ENTER QUERY HERE);

TO:
$query = urlencode(&quot;site%3Afacebook.com%2F+&quot;Community+Pages+are+not+affiliated+with%2C+or+endorsed+by%2C+anyone+associated+with+the+topic&quot;);

Haven&#039;t changed anything else in the script. My csv file just gets

title	URL	description in 1 column

Thanks for your help

Just added your RSS feed to my reader, useful blog</description>
		<content:encoded><![CDATA[<p>This is what I&#8217;ve changed</p>
<p>FROM:<br />
$query = urlencode(ENTER QUERY HERE);</p>
<p>TO:<br />
$query = urlencode(&#8221;site%3Afacebook.com%2F+&#8221;Community+Pages+are+not+affiliated+with%2C+or+endorsed+by%2C+anyone+associated+with+the+topic&#8221;);</p>
<p>Haven&#8217;t changed anything else in the script. My csv file just gets</p>
<p>title	URL	description in 1 column</p>
<p>Thanks for your help</p>
<p>Just added your RSS feed to my reader, useful blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rishil</title>
		<link>http://explicitly.me/serp-scraping-for-fun-and-profit/comment-page-1#comment-4272</link>
		<dc:creator>rishil</dc:creator>
		<pubDate>Fri, 01 Apr 2011 10:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://explicitly.me/?p=1198#comment-4272</guid>
		<description>Have you tried both? If so, hit up the debs I linked to, sure they will help...</description>
		<content:encoded><![CDATA[<p>Have you tried both? If so, hit up the debs I linked to, sure they will help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://explicitly.me/serp-scraping-for-fun-and-profit/comment-page-1#comment-4271</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Fri, 01 Apr 2011 10:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://explicitly.me/?p=1198#comment-4271</guid>
		<description>Great article and thanks for sharing. I&#039;m tryiing your script and can&#039;t seem to get it working.

I&#039;ve changed the $query = urlencode(&quot;site%with search query here&quot;);

I get empty results

Any help much appreciated

Thanks</description>
		<content:encoded><![CDATA[<p>Great article and thanks for sharing. I&#8217;m tryiing your script and can&#8217;t seem to get it working.</p>
<p>I&#8217;ve changed the $query = urlencode(&#8221;site%with search query here&#8221;);</p>
<p>I get empty results</p>
<p>Any help much appreciated</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andymurd</title>
		<link>http://explicitly.me/serp-scraping-for-fun-and-profit/comment-page-1#comment-4263</link>
		<dc:creator>andymurd</dc:creator>
		<pubDate>Fri, 01 Apr 2011 03:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://explicitly.me/?p=1198#comment-4263</guid>
		<description>Nice one, Rishi. And special thanks for maling the scripts and spreadsheet available - the data shows just how little Face book care about the quality of content on their site.

Now can you figure out how to scrape Google Insights for Search, please?</description>
		<content:encoded><![CDATA[<p>Nice one, Rishi. And special thanks for maling the scripts and spreadsheet available &#8211; the data shows just how little Face book care about the quality of content on their site.</p>
<p>Now can you figure out how to scrape Google Insights for Search, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jey Pandian</title>
		<link>http://explicitly.me/serp-scraping-for-fun-and-profit/comment-page-1#comment-4250</link>
		<dc:creator>Jey Pandian</dc:creator>
		<pubDate>Thu, 31 Mar 2011 18:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://explicitly.me/?p=1198#comment-4250</guid>
		<description>Amen. I&#039;ve hella been enjoying your articles of late too. Definitely a value add and prioritized in my list of emails to read.</description>
		<content:encoded><![CDATA[<p>Amen. I&#8217;ve hella been enjoying your articles of late too. Definitely a value add and prioritized in my list of emails to read.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
