{"id":15297362,"url":"https://github.com/mariocesar/htmlmetadata","last_synced_at":"2025-04-13T23:15:51.979Z","repository":{"id":36260795,"uuid":"222826183","full_name":"mariocesar/htmlmetadata","owner":"mariocesar","description":"Extract metadata from html pages using Open Graph metadata, HTML metadata, and a series of fallbacks","archived":false,"fork":false,"pushed_at":"2021-10-01T21:39:15.000Z","size":25,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-13T23:15:39.743Z","etag":null,"topics":["metadata-extraction","metatags","python-module","python3","schema-org"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariocesar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-20T01:42:13.000Z","updated_at":"2024-10-19T14:58:37.000Z","dependencies_parsed_at":"2022-08-30T10:51:15.585Z","dependency_job_id":null,"html_url":"https://github.com/mariocesar/htmlmetadata","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fhtmlmetadata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fhtmlmetadata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fhtmlmetadata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fhtmlmetadata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariocesar","download_url":"https://codeload.github.com/mariocesar/htmlmetadata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248794568,"owners_count":21162615,"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":["metadata-extraction","metatags","python-module","python3","schema-org"],"created_at":"2024-09-30T19:16:54.648Z","updated_at":"2025-04-13T23:15:51.955Z","avatar_url":"https://github.com/mariocesar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTMLmetadata\nExtract metadata from html pages using Open Graph metadata, HTML metadata, and a series of fallbacks\n\n\u003e Inspired in https://metascraper.js.org\n\n# Install\n\n```bash\npip install htmlmetadata\n```\n\n# Use\n\nYou can use it by calling the module directly.\n\n```\npython -m htmlmetadata http://schema.org/docs/about.html                                                                            \n{\n  \"request\": {\n    \"url\": \"http://schema.org/docs/about.html\"\n  },\n  \"summary\": {\n    \"description\": \"Schema.org is a set of extensible schemas that enables webmasters to embed\\n    structured data on their web pages for use by search engines and other applications.\",\n    \"title\": \"about page - schema.org\",\n    \"language\": \"en\"\n  }\n}\n```\n\nOr use it directly in your code.\n\n```python\nfrom htmlmetadata import extract_metadata\n\ndata = extract_metadata(\"http://schema.org/docs/about.html\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariocesar%2Fhtmlmetadata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariocesar%2Fhtmlmetadata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariocesar%2Fhtmlmetadata/lists"}