{"id":20772891,"url":"https://github.com/leadcodedev/notion-parser","last_synced_at":"2025-08-01T04:33:16.125Z","repository":{"id":118172866,"uuid":"475110207","full_name":"LeadcodeDev/notion-parser","owner":"LeadcodeDev","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-29T08:37:15.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T11:58:23.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/LeadcodeDev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-28T17:32:37.000Z","updated_at":"2022-03-29T08:37:08.000Z","dependencies_parsed_at":"2023-04-22T11:38:25.419Z","dependency_job_id":null,"html_url":"https://github.com/LeadcodeDev/notion-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LeadcodeDev/notion-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeadcodeDev%2Fnotion-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeadcodeDev%2Fnotion-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeadcodeDev%2Fnotion-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeadcodeDev%2Fnotion-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeadcodeDev","download_url":"https://codeload.github.com/LeadcodeDev/notion-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeadcodeDev%2Fnotion-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268171020,"owners_count":24207407,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-17T12:23:24.956Z","updated_at":"2025-08-01T04:33:16.101Z","avatar_url":"https://github.com/LeadcodeDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧱 Notion parser\n```ts  \n(async () =\u003e {\n  const token = 'secret_api_token'\n  const notionClient = new NotionClient(token, '2022-02-22')\n\n  const pageId: string = 'pageId'\n  const page = await notionClient.getPage(pageId)\n  const blocs = await notionClient.getBlocks(pageId)\n\n  const options: HtmlConfig = {\n    separator: '\\n\\n'\n  }\n\n  const html = blocs.reduce((acc: string, block) =\u003e acc += block.render(options) , '')\n\n  console.log(html)\n})()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleadcodedev%2Fnotion-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleadcodedev%2Fnotion-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleadcodedev%2Fnotion-parser/lists"}