Parsing websites using C [Answered]

Are there any nuget libraries like NPM cheerio to parse websites according to their CSS selectors?
5 Replies
Doombox
Doombox3y ago
AngleSharp is my tool of choice https://github.com/AngleSharp/AngleSharp
alibekseitov
alibekseitovOP3y ago
Thanks man, gotta check it
Doombox
Doombox3y 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
Binto863y ago
I build a library for this, rn query selectors are not supported, im going to add them soon tho
Accord
Accord3y ago
✅ This post has been marked as answered!

Did you find this page helpful?