<?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: Scraping Google Front Page Results</title>
	<atom:link href="http://kbeezie.com/view/scraping-google-results/feed/" rel="self" type="application/rss+xml" />
	<link>http://kbeezie.com/view/scraping-google-results/</link>
	<description>Digitally Grown.</description>
	<lastBuildDate>Sun, 11 Jul 2010 01:39:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Frank</title>
		<link>http://kbeezie.com/view/scraping-google-results/comment-page-1/#comment-291</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 10 Dec 2009 03:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=85#comment-291</guid>
		<description>heh, i fixed it. 

replace:

$h3 = $g-&gt;find(&#039;h3.r&#039;, 0);
$s = $g-&gt;find(&#039;div.s&#039;, 0);
$a = $h3-&gt;find(&#039;a&#039;, 0);

with:

$h3 = $g-&gt;find(&#039;h3.r&#039;, 0);
	$s = $g-&gt;find(&#039;div.s&#039;, 0);
	if($h3 != &quot;&quot;){
           $a = $h3-&gt;find(&#039;a&#039;, 0); 
        }

if you dont understant why this is needed cheak out the recent chages google have made to some of there results pages by searching for: tiger woods latest update</description>
		<content:encoded><![CDATA[<p>heh, i fixed it. </p>
<p>replace:</p>
<p>$h3 = $g-&gt;find(&#8216;h3.r&#8217;, 0);<br />
$s = $g-&gt;find(&#8216;div.s&#8217;, 0);<br />
$a = $h3-&gt;find(&#8216;a&#8217;, 0);</p>
<p>with:</p>
<p>$h3 = $g-&gt;find(&#8216;h3.r&#8217;, 0);<br />
	$s = $g-&gt;find(&#8216;div.s&#8217;, 0);<br />
	if($h3 != &#8220;&#8221;){<br />
           $a = $h3-&gt;find(&#8216;a&#8217;, 0);<br />
        }</p>
<p>if you dont understant why this is needed cheak out the recent chages google have made to some of there results pages by searching for: tiger woods latest update</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://kbeezie.com/view/scraping-google-results/comment-page-1/#comment-290</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 10 Dec 2009 02:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=85#comment-290</guid>
		<description>Hi mate,

Sadly i have to report that this script no longer works due to some changes google have made to thier pages. A new ajax element has been added also contained in li.g. if you hit a page with the new ajax bit the script fails. It would be good if you could help fix the script so it works again because its  good one :)</description>
		<content:encoded><![CDATA[<p>Hi mate,</p>
<p>Sadly i have to report that this script no longer works due to some changes google have made to thier pages. A new ajax element has been added also contained in li.g. if you hit a page with the new ajax bit the script fails. It would be good if you could help fix the script so it works again because its  good one <img src='http://kbeezie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://kbeezie.com/view/scraping-google-results/comment-page-1/#comment-154</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sun, 08 Nov 2009 19:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=85#comment-154</guid>
		<description>Hello,

This is very nicely done. It might be worth adding proxy functionality so people dont get blocked by google. I was wondering if you could explain to me a little how I would go about using a foreach loop to put the data into a database table with the colums TITLE, LINK &amp; DESCRIPTION.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This is very nicely done. It might be worth adding proxy functionality so people dont get blocked by google. I was wondering if you could explain to me a little how I would go about using a foreach loop to put the data into a database table with the colums TITLE, LINK &amp; DESCRIPTION.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: McDonalds</title>
		<link>http://kbeezie.com/view/scraping-google-results/comment-page-1/#comment-4</link>
		<dc:creator>McDonalds</dc:creator>
		<pubDate>Mon, 14 Sep 2009 12:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=85#comment-4</guid>
		<description>Thank you much for that imformative entry.</description>
		<content:encoded><![CDATA[<p>Thank you much for that imformative entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: achmadz</title>
		<link>http://kbeezie.com/view/scraping-google-results/comment-page-1/#comment-3</link>
		<dc:creator>achmadz</dc:creator>
		<pubDate>Wed, 26 Aug 2009 10:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://kbeezie.com/?p=85#comment-3</guid>
		<description>wow.. that&#039;s very handy.. thank you very much.</description>
		<content:encoded><![CDATA[<p>wow.. that&#8217;s very handy.. thank you very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
