

<?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: Scrape A Webpage &#8211; Save To CSV</title>
	<atom:link href="http://www.ubottutorials.com/scrape-scraping-website.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubottutorials.com/scrape-scraping-website.html</link>
	<description>Videos, Codes, Bots, and Scripts</description>
	<lastBuildDate>Tue, 26 Oct 2010 20:48:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.ubottutorials.com/scrape-scraping-website.html/comment-page-1#comment-141</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 11 Jan 2010 23:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubottutorials.com/?p=92#comment-141</guid>
		<description>Me too ... I am interested in the incrementatl navigation aspect of web crawling and web scraping (page1.htm, page2.htm, page3.htm ... page99.htm) ... I suppose I could create a .txt file with 1 to 99 URLs and manually increment the pages but I&#039;d prefer an automated solution that knows to STOP at page 66 if there are no more results ... looks promising as I used to write this stuff in either Java or C for a large data compiler ...</description>
		<content:encoded><![CDATA[<p>Me too &#8230; I am interested in the incrementatl navigation aspect of web crawling and web scraping (page1.htm, page2.htm, page3.htm &#8230; page99.htm) &#8230; I suppose I could create a .txt file with 1 to 99 URLs and manually increment the pages but I&#8217;d prefer an automated solution that knows to STOP at page 66 if there are no more results &#8230; looks promising as I used to write this stuff in either Java or C for a large data compiler &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.ubottutorials.com/scrape-scraping-website.html/comment-page-1#comment-95</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 16 Dec 2009 14:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubottutorials.com/?p=92#comment-95</guid>
		<description>Hey Aaron, great tutorial.   I want to do the same type of scraping to a CSV, but instead of a single URL, I want to scrape from an auto incrementing URL...ex:

http://www.domain.com/index.php?id=1
http://www.domain.com/index.php?id=2
http://www.domain.com/index.php?id=3

The page elements will all be the same that I&#039;m scraping

How would you do this? Or can you post an updated bot from your scraper and I can look at it?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Aaron, great tutorial.   I want to do the same type of scraping to a CSV, but instead of a single URL, I want to scrape from an auto incrementing URL&#8230;ex:</p>
<p><a href="http://www.domain.com/index.php?id=1" rel="nofollow">http://www.domain.com/index.php?id=1</a><br />
<a href="http://www.domain.com/index.php?id=2" rel="nofollow">http://www.domain.com/index.php?id=2</a><br />
<a href="http://www.domain.com/index.php?id=3" rel="nofollow">http://www.domain.com/index.php?id=3</a></p>
<p>The page elements will all be the same that I&#8217;m scraping</p>
<p>How would you do this? Or can you post an updated bot from your scraper and I can look at it?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.ubottutorials.com/scrape-scraping-website.html/comment-page-1#comment-87</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 15 Dec 2009 03:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubottutorials.com/?p=92#comment-87</guid>
		<description>Hi Aaron,

Thank you very much for this tutorial. I haven&#039;t actually seen it yet but I can&#039;t wait. Just been burning the midnight oil trying to finish a big project. I&#039;ll donate too when I come back to visit, hopefully tomorrow!

Thanks again, very cool indeed! :)</description>
		<content:encoded><![CDATA[<p>Hi Aaron,</p>
<p>Thank you very much for this tutorial. I haven&#8217;t actually seen it yet but I can&#8217;t wait. Just been burning the midnight oil trying to finish a big project. I&#8217;ll donate too when I come back to visit, hopefully tomorrow!</p>
<p>Thanks again, very cool indeed! <img src='http://www.ubottutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Merz</title>
		<link>http://www.ubottutorials.com/scrape-scraping-website.html/comment-page-1#comment-84</link>
		<dc:creator>Manuel Merz</dc:creator>
		<pubDate>Mon, 14 Dec 2009 11:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubottutorials.com/?p=92#comment-84</guid>
		<description>Hey Kirsteen, nice to see you here :)</description>
		<content:encoded><![CDATA[<p>Hey Kirsteen, nice to see you here <img src='http://www.ubottutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.ubottutorials.com/scrape-scraping-website.html/comment-page-1#comment-81</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 13 Dec 2009 23:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubottutorials.com/?p=92#comment-81</guid>
		<description>Thanks for the wonderful feedback! :)

Good luck on your scraper bot. If you need any help, just let me know.</description>
		<content:encoded><![CDATA[<p>Thanks for the wonderful feedback! <img src='http://www.ubottutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Good luck on your scraper bot. If you need any help, just let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirsteen</title>
		<link>http://www.ubottutorials.com/scrape-scraping-website.html/comment-page-1#comment-80</link>
		<dc:creator>Kirsteen</dc:creator>
		<pubDate>Sun, 13 Dec 2009 22:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubottutorials.com/?p=92#comment-80</guid>
		<description>Fantastic Tutorial, I like how simply you explained everything, I&#039;ve already been using subs but you make it look neater and I like your suggestion of &#039;Initializer&#039; and working from the bottom up. I&#039;m away to start my first scraper bot. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Fantastic Tutorial, I like how simply you explained everything, I&#8217;ve already been using subs but you make it look neater and I like your suggestion of &#8216;Initializer&#8217; and working from the bottom up. I&#8217;m away to start my first scraper bot. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.ubottutorials.com/scrape-scraping-website.html/comment-page-1#comment-78</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 13 Dec 2009 13:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubottutorials.com/?p=92#comment-78</guid>
		<description>Thanks for the donation!

Keeps me motivated to make more videos. :)</description>
		<content:encoded><![CDATA[<p>Thanks for the donation!</p>
<p>Keeps me motivated to make more videos. <img src='http://www.ubottutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xdreamer</title>
		<link>http://www.ubottutorials.com/scrape-scraping-website.html/comment-page-1#comment-77</link>
		<dc:creator>Xdreamer</dc:creator>
		<pubDate>Sun, 13 Dec 2009 09:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubottutorials.com/?p=92#comment-77</guid>
		<description>Hey Aaron,

just donated some bucks, not much but hey its a beginning :D Great tutorial, exactly what I was looking for for a loooooooooooong time now :) Covers pretty everything I always wanted to learn with ubot. Also thanks for sharing your technique with the subs, looks quite logical to me.

Hopefully there is more coming like this. Thanks again.</description>
		<content:encoded><![CDATA[<p>Hey Aaron,</p>
<p>just donated some bucks, not much but hey its a beginning <img src='http://www.ubottutorials.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Great tutorial, exactly what I was looking for for a loooooooooooong time now <img src='http://www.ubottutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Covers pretty everything I always wanted to learn with ubot. Also thanks for sharing your technique with the subs, looks quite logical to me.</p>
<p>Hopefully there is more coming like this. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.ubottutorials.com/scrape-scraping-website.html/comment-page-1#comment-76</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Sat, 12 Dec 2009 20:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubottutorials.com/?p=92#comment-76</guid>
		<description>GREAT tutorial! 

The software creator ought to post a link to this tutorial on their website.

None of the tutorials they have on their site covers this vital subject.

Thanks. I appreciate your work.

Ray</description>
		<content:encoded><![CDATA[<p>GREAT tutorial! </p>
<p>The software creator ought to post a link to this tutorial on their website.</p>
<p>None of the tutorials they have on their site covers this vital subject.</p>
<p>Thanks. I appreciate your work.</p>
<p>Ray</p>
]]></content:encoded>
	</item>
</channel>
</rss>

