Hi, I need to crawl a website and get data (content). Example: crawl "www.manta.com" to create database with the companies information http://www.manta.com/coms2/dnbcompany_dn4yk8
use file_get_contents() or file() to read the page into string or array and then extract what you need with regex or something ...
Are you askign for someone to help build this for you? Because that is a tall order for a forum thread.. Crawling sites is an easy task if you know PHP or Perl. But would be many lines of code and many hours of work to assemble.