{"id":17937771,"url":"https://github.com/capturr/jsonld-extract","last_synced_at":"2025-03-24T08:33:46.656Z","repository":{"id":57109332,"uuid":"400098666","full_name":"capturr/jsonld-extract","owner":"capturr","description":"A damn simple tool to extract json-ld metadata from webpage using jquery like api (jQuery, Cheerio, CashDom ...).","archived":false,"fork":false,"pushed_at":"2021-09-02T06:26:22.000Z","size":7,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T22:08:37.438Z","etag":null,"topics":["cashdom","cheerio","crawler","crawling","data","extract","extractor","javascript","jquery","json","jsonld","metadata","nodejs","parser","scraper","scraping","spider","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/capturr.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-26T08:36:53.000Z","updated_at":"2025-02-26T00:50:14.000Z","dependencies_parsed_at":"2022-08-20T17:41:01.459Z","dependency_job_id":null,"html_url":"https://github.com/capturr/jsonld-extract","commit_stats":null,"previous_names":["dopamyn/jsonld-extract","datasaucer/jsonld-extract"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capturr%2Fjsonld-extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capturr%2Fjsonld-extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capturr%2Fjsonld-extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capturr%2Fjsonld-extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capturr","download_url":"https://codeload.github.com/capturr/jsonld-extract/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245235849,"owners_count":20582328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cashdom","cheerio","crawler","crawling","data","extract","extractor","javascript","jquery","json","jsonld","metadata","nodejs","parser","scraper","scraping","spider","typescript"],"created_at":"2024-10-28T23:07:38.244Z","updated_at":"2025-03-24T08:33:46.314Z","avatar_url":"https://github.com/capturr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Json-LD Extractor\n\nA damn simple tool to extract json-ld metadata from webpage using jquery like api (jQuery, Cheerio, CashDom ...).\n\n[![npm](https://img.shields.io/npm/v/jsonld-extract)](https://www.npmjs.com/package/jsonld-extract)\n\n## Installation\n\n```bash\nnpm install --save jsonld-extract\n```\n\n## Tested APIs\n\n* jQuery\n* Cheerio\n* CashDom\n\n## Usage example (Nodejs)\n\n```javascript\nimport jsonldextract from 'jsonld-extract';\nimport cheerio from 'cheerio';\n\nconst $ = cheerio.load( html );\nconst $jsonld = jsonldextract($);\n\nconst data = $jsonld('product.name');\n\nconsole.log('Extracted data:', data);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapturr%2Fjsonld-extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapturr%2Fjsonld-extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapturr%2Fjsonld-extract/lists"}