Scrapers

Status
Not open for further replies.

Phre0nBurn

I <3 JAILBAIT!
Mar 20, 2007
686
9
0
Phoenix
Ive been trying to find a scraper somewhere online, but I can't find one for the life of me...

My main goal is to hit yellowpages. I PM'd krazyjosh about his scraper script, but apparently he is on vacation, and it's been a few days...

Anyone know of anything else out there?

Obviously, the cheaper the better.
;) ;)
 


Yeah, learn to write it yourself.

A scraper will ALWAYS need to be updated / modified, as the concept is inherently "brittle". Basically, if your target changes, your scraper has to be changed.

::emp::
 
Easiest way is to just code a function to extract anything between argument1 and argument2, then another to get values/names of any form in the data you send to it. That way, it's rarely more than 1-2 modifications to update the scraper.
 
I generally don't sell my software since it's basically giving weapons to competition, however, I can sell you a yellowpages database of anything you want. It's the next best thing I suppose. Not going to part with my software though.
 
I second that book...it brought me from a 90-lb PHP weakling to a screen-scraping hulk in less than 3 weeks.

But yeah: learn some PHP. Seriously, screen scrapers are one of the easiest things to write. And always useful.
 
Status
Not open for further replies.