IronWebScraper for .NET
一个旨在从网站中有效地提取结构化数据的 .NET Web 抓取库。
由以下开发商制作:Iron Software
ComponentSource开始代理销售的日期:2017年
I needed a web scraper package that allowed me to directly scrap data off HTML sites by just giving it CSS tags. Furthermore, it also has to be multi-threaded and scalable for my purposes. After coming across the web scraper tool from Iron software, I would highly recommend other developers to utilize this library as well. Not only is the solution highly scalable as I can reuse a single type of scraper class against each type of page, but it also comes with the added bonus of simulating real-world human requests to stop sites from rate-limiting my requests in the event of multiple requests. Along with easy and predictable behavior and scalability, the software also comes with easy installation and video examples showcasing how one would set up their web scraper.