mehmetozkaya/DotnetCrawler
DotnetCrawler is a straightforward, lightweight web crawling/scrapying library for Entity Framework Core output based on dotnet core. This library designed like other strong crawler libraries like WebMagic and Scrapy but for enabling extandable your custom requirements. Medium link : https://medium.com/@mehmetozkaya/creating-custom-web-crawler-with-dotnet-core-using-entity-framework-core-ec8d23f0ca7c
This tool helps developers automate the extraction of specific data from websites and store it directly into a database. You provide the web page URLs and define which pieces of information (like product names or prices) you want to pull. The tool then fetches the web pages, extracts the specified data, and inserts it into your existing database tables. It's designed for software developers who need to integrate web-scraped data into .NET applications using Entity Framework Core.
180 stars. No commits in the last 6 months.
Use this if you are a .NET developer needing to programmatically scrape data from public websites and populate your Entity Framework Core-managed database with it.
Not ideal if you need a simple, no-code solution for web scraping or if you are not a developer working within the .NET ecosystem.
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/mehmetozkaya/DotnetCrawler"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.