Home > Data Entry, MySQL, Programming, SQL > Web Database Extract Utility

Web Database Extract Utility

June 26th, 2009

I need a utility which will allow me to extract data from databases on the web. The problem is that the information is on server side only, therefore I need a tool that will effectively click every link and then scrape the page. I have four websites that I need the information extracted from. These are:

1. http://bowlsclub.org/all-clubs/

2. http://www.badmintonengland.co.uk/fl/clubs/clubsaz.asp

3. http://www.englandsquashandracketball.com/find/clubs/results?name=&post_code=gu10&distance=&town=&county=&charter=&courts=&glass_courts=

4. http://www.englishgolf-courses.co.uk/atoz.html

I need to be able to extract Address, club name, tel number, email, and contact names, and put them into my own mySQL database: under the following headings:
Club Name, Address, Phone Number, email, Website, and contact name.

Ease of use of the program is important.

I don’t want to pay more than $40 for each scraped website for this.


Web Database Extract Utility

Comments are closed.
Bear