Parsing websites using C [Answered]

Are there any nuget libraries like NPM cheerio to parse websites according to their CSS selectors?
5 Replies
Doombox
Doombox2y ago
AngleSharp is my tool of choice https://github.com/AngleSharp/AngleSharp
alibekseitov
alibekseitov2y ago
Thanks man, gotta check it
Doombox
Doombox2y ago
includes a built in browsing context and a pretty simple API with QuerySelector and QuerySelectorAll you can also traverse the DOM manually if you have to
Binto86
Binto862y ago
I build a library for this, rn query selectors are not supported, im going to add them soon tho
Accord
Accord2y ago
✅ This post has been marked as answered!
Want results from more Discord servers?
Add your server
More Posts