Navigating A Site and Scraping Product Data
This one is a job that I was hired to do but I decided to make it into a tutorial also. With that said, no .ubot or .exe is provided.
You will learn how to navigate through a site and grab category and product URLS. When that is finished you can see how to navigate to each product and scrape the data required.
Scrape A Webpage – Save To CSV
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.
Here’s the source code for you UBot developers. (Right Click -> Save As)
Here’s the executable file. Download
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!
Free YellowPages Scraper – Yellow Pages
This bot that I made was originally going to be sold, but I decided to give it away. Not exactly sure why I did this because I know I could make some decent money off of it.
What it does is scrapes the listings off Yellow Pages (yellowpages.com) and puts them in a CSV file. When you open the program you need to browse to where ever you would like to start scraping. The script needs to be on the results page when you hit start.
Here’s the source code for you UBot developers. (Right Click -> Save As)
The program is for people only with the UBot Software. In order to get this program and use it you need to purchase UBot Studio.
Requirements:
IE8 Installed
Microsoft .NET 3.5 Framework Installed
This is for educational purposes only. I do not recommend or condone coping and using other sites content for your personal benefit.
Twitter Blog Commenter Bot
I started selling my first bot about 24 hours ago. This bot only took me about 45 minutes to make and was really easy to do. I did end up spending an extra hour after I started selling them because it wasn’t compatible with IE8. Lesson learned there: always test on IE7 and IE8 before selling a bot.
You can see the product that I was selling on Warrior Forums WSO category.
If your wondering how much I made then I can tell you this. I made my money back from buying UBot software in under 24 hours with a bot that only took me 45 minutes to make!
Looking Forward
This weekend I will be doing another tutorial. This one will be about making a bot that scrapes Amazon product info. When complete I will post the .ubot and .exe so if you have any specific requests on what you want the bot to do exactly then leave a comment. I really don’t care what it does because the main reason I am making it is for a tutorial on how to use UBot.
Also I am 97% done with my next bot that I am planning on selling on Warrior Forums. So if you are interested in a Yellow Pages scraper then keep your eye out!
Ezinearticle to Wordpress Bot
This bot I made in about 30 minutes using UBot software. I really didn’t add a whole bunch of features in it but it works perfectly.
All it does is scrape articles off ezinearticles based off of your keyword. Then posts them on your wordpress blog.
*One note about the video. Forgot to mention that it does not select the category. So change your default category to where you want the articles to go.
Bot source code for UBot user (you can edit it!) – Download (Right Click -> Save As)
Free Bot program – Download
Basic Loading From CSV File
This tutorial covers loading data from a CSV file into a list. The I use that list to manipulate a text field to show that the data was imported properly.
You can download the bot code here by Right Click -> Save As.
Loading From Text File
This tutorial shows you how to load data from a text file and add it to a list. After the list is made then we will loop through the data that was in the text file to show you how to use it.
You can download the bot code here by Right Click -> Save As.

