Misterhex/WebCrawler
Just a simple web crawler which return crawled links as IObservable using reactive extension and async await.
This helps .NET developers efficiently gather all accessible links from a specific starting webpage. You provide a starting URL, and it produces a stream of every link it finds on that page and subsequent linked pages. It's designed for developers building applications that need to discover web content or analyze site structures.
No commits in the last 6 months.
Use this if you are a .NET developer needing to programmatically extract all discoverable URLs from a website, such as for data collection or site mapping.
Not ideal if you need a visual tool for web scraping, a non-.NET solution, or advanced features like form submission or JavaScript rendering.
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/Misterhex/WebCrawler"
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.