Custom Website Scrapper

Status
Not open for further replies.

TeKn1qu3z

Senior Member
Joined
Jul 26, 2012
Messages
1,008
Reaction score
280
I need a custom website scrapper to pull financial data from different websites.

Also needed is a quick way to upload this scraped data back up to my own website.

Maybe the best way is API, need developer thoughts on this. The other way I am thinking about it is storing the data in mysql.

Thanks,
 
look up the simple dom html parser, it's a php object and will save you hours of time. it lets you select html elements kind of like jQuery
 
I built something similiar using Ubot Studio :) I built a price checker which scrapes competitor prices daily and imports them into mysql so I can track price changes through a GUI.
 
Use Diggernaut.com they built a scraper for me and it only cost me $40, you can have their free service or compile the digger and run it from your own computer if you want .. Look them up, I am very happy with their service so far .. Made me a lot of money with my custom built digger at only $40 - It may vary if your digger is more complex in cost, but they are cheap .. =)

Good luck there ..
 
@TeKn1qu3z you can always use webscraper dot io - free chrome extension that scrapes any data you need and export it into csv/xls
then you can import it using sqlizer dot io - convert csv into mysql import script, that can be run in phpMyAdmin
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top