schema-org-parser-json-ld

1.2.2 • Public • Published

This parser is used to get the json-ld from any website. The json-ld should have a schema.org annotation.

Installation

npm install schema-org-parser-json-ld

Example

var parser = require('schema-org-parser-json-ld');
...
 
parser.getJsonLdOfUrl(url).then(function(result) {
  ...
}).catch(function(error) {
  ...
});

Test Programm

schema-org-parser-json-ld-test-website

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.21latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.21
1.2.10
1.2.00
1.1.10
1.1.00
1.0.20
1.0.10
1.0.00
0.0.00

Package Sidebar

Install

npm i schema-org-parser-json-ld

Weekly Downloads

1

Version

1.2.2

License

ISC

Last publish

Collaborators

  • freshp
  • wolve