Forum Moderators: coopster

Message Too Old, No Replies

is there any php web crawling library

crawling,web crawling,spidring,parsing

         

kazmi

1:14 pm on Jul 13, 2009 (gmt 0)

10+ Year Member



Hi,

is there any web crawling library in php that have complete functionality.i want to extract html tags from sites but i did not found any libray that extract html tags with different ways(e.g with respect to their attributes etc.)

Thanks
kazmi

jatar_k

6:50 pm on Jul 13, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld kazmi,

maybe www::mechanize in perl, can't think of one for php, you could try [phpclasses.org...]

you could also look through regex repositories looking for patterns for extracting these. I've seen some around.