Creating a simple PHP scraper

by 7 replies
9
Hello
I need to create a simple PHP scraper which scrapes prices from different URLs. Can anyone recomend a good codebase for this?
#programming #creating #php #scraper #simple
  • I personally like PHP Simple HTML DOM
  • I second that vote



    • [1] reply
    • I 'third' that vote..
      It is a great start for scraping..
      • [1] reply
  • Banned
    [DELETED]
  • I actually like desktop applications that you can just fire up and let them go to work. Having to open up your browser, type in a url, wait for it to load, perform the scraping is more time consuming...
  • Definitely like simple html dom!
  • ... hm, if the HTML is not correctly written the parser may not work.
    I think a scraper + regular express would be a better option.
  • Banned
    [DELETED]

Next Topics on Trending Feed