Skip to content

Turn unstructured HTML pages into structured data. The OpenScraping library can extract information from HTML pages using a JSON config file with xPath rules. It can extract complex objects such as tables and forum posts. This is the C# version.

License

Notifications You must be signed in to change notification settings

UIKit0/openscraping-lib-csharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenScraping HTML Structured Data Extraction
C# Library

license:isc Build Status

Turn unstructured HTML pages into structured data. The OpenScraping library can extract information from HTML pages using a JSON config file with xPath rules. It can extract complex objects such as tables and forum posts.

This is the C# version. A separate but similar Node.js library is located here.

This repo is under construction.

  • Travis CI builds - Done
  • NuGet packages - Pending
  • Complete documentation - Pending

About

Turn unstructured HTML pages into structured data. The OpenScraping library can extract information from HTML pages using a JSON config file with xPath rules. It can extract complex objects such as tables and forum posts. This is the C# version.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.9%
  • C# 8.1%