PHPScraper
PHPScraper copied to clipboard
Adding support to scrape HTML tables
Could be implemented similar to CSV (simple & header).
+1 I mean, this is the first thing everybody looks for in a web scraper. This is the most common source for data that someone wants to scrape.
Yeah, definitely is an important feature. Are you keen to make a start?