An open API service indexing awesome lists of open source software.

https://github.com/crwlrsoft/schema-org

Extract schema.org objects from HTML documents
https://github.com/crwlrsoft/schema-org

json-ld schema schema-org structured-data

Last synced: 5 months ago
JSON representation

Extract schema.org objects from HTML documents

Awesome Lists containing this project

README

          

crwlr.software logo

# schema.org Structured Data Extraction

This library helps to extract schema.org structured data in JSON-LD format from HTML documents.
It tries to find JavaScript tags in HTML containing JSON-LD objects, getting the data and populating instances of the equivalent classes from [spatie's schema-org package](https://github.com/spatie/schema-org). Shout-out to the awesome guys at spatie!

## Documentation

You can find the documentation at [crwlr.software](https://www.crwlr.software/packages/schema-org/getting-started).

## Contributing

If you consider contributing something to this package, read the [contribution guide (CONTRIBUTING.md)](CONTRIBUTING.md).