IronWebScraper for .NET 리뷰

평균 리뷰 스코어: 5 (3)

5 등급에서 5

5 등급
100%
4 등급
0%
3 등급
0%
2 등급
0%
1 등급
0%

가장 최근의 긍정적인 리뷰

curtischau1999캐나다5 등급

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... 더 읽기

가장 최근의 중요 리뷰

이 제품에 대한 부정적인 리뷰가 없습니다.
curtischau1999캐나다5 등급

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.

simran0807뉴질랜드5 등급

IronWebScraper for .NET is the C# WebScraping library for extracting content from HTML web applications. It manages multithreading in the background by making the application easy to understand and maintain. IronWebScraper is helpful in system migrations and data mining.

sunpreetkhl93뉴질랜드5 등급

IronWebScraper is the WebScraping library for extracting clean, organized data from HTML applications. It is useful for automating human browsing behavior to extract content from the Web as .NET objects. IronWebScraper is well-written and easy to get started with for beginners.