Scrape A Webpage – Save To CSV

by
Filed under: Tutorials 

Here is a tutorial by request.

This one will show you how to scrape certain data from a page and the compile it all into a CSV.

Downloads: scrape_tutorial.zip

Contents: source code for UBot developers, the executable file

If you have any request for tutorials or have a job that you would like me to take a look at you can contact me anytime!

Comments

9 Comments on Scrape A Webpage – Save To CSV

  1. Ray on Sat, 12th Dec 2009 2:30 pm
  2. 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

    [Reply]

  3. Xdreamer on Sun, 13th Dec 2009 3:44 am
  4. 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.

    [Reply]

    Aaron Reply:

    Thanks for the donation!

    Keeps me motivated to make more videos. :)

    [Reply]

  5. Kirsteen on Sun, 13th Dec 2009 4:40 pm
  6. Fantastic Tutorial, I like how simply you explained everything, I’ve already been using subs but you make it look neater and I like your suggestion of ‘Initializer’ and working from the bottom up. I’m away to start my first scraper bot. Thanks a lot!

    [Reply]

    Aaron Reply:

    Thanks for the wonderful feedback! :)

    Good luck on your scraper bot. If you need any help, just let me know.

    [Reply]

    Manuel Merz Reply:

    Hey Kirsteen, nice to see you here :)

    [Reply]

  7. Scott on Mon, 14th Dec 2009 9:19 pm
  8. Hi Aaron,

    Thank you very much for this tutorial. I haven’t actually seen it yet but I can’t wait. Just been burning the midnight oil trying to finish a big project. I’ll donate too when I come back to visit, hopefully tomorrow!

    Thanks again, very cool indeed! :)

    [Reply]

  9. Jeff on Wed, 16th Dec 2009 8:54 am
  10. 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’m scraping

    How would you do this? Or can you post an updated bot from your scraper and I can look at it?

    Thanks!

    [Reply]

    Steve Reply:

    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’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 …

    [Reply]

Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!





    Subscribe To Feed

    Get the latest tutorials and bots sent directly to your email account.

    Enter your email address:

    Best Automation Tool On Earth