{"id":15092566,"url":"https://github.com/muni-town/linktree-parser","last_synced_at":"2026-03-10T17:39:46.786Z","repository":{"id":256699453,"uuid":"855645311","full_name":"muni-town/linktree-parser","owner":"muni-town","description":"linktree-parser is a TypeScript library for scraping and extracting account, links, banners, and metadata from Linktree profiles.","archived":false,"fork":false,"pushed_at":"2024-09-12T06:31:34.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-19T01:47:55.534Z","etag":null,"topics":["bun","deno","javascript-library","linktree","nodejs","parser","scraper","typescript-library","webscraping"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/linktree-parser","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/muni-town.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":"2024-09-11T08:12:28.000Z","updated_at":"2024-09-12T07:10:25.000Z","dependencies_parsed_at":"2024-09-12T14:58:12.184Z","dependency_job_id":null,"html_url":"https://github.com/muni-town/linktree-parser","commit_stats":null,"previous_names":["muni-town/linktree-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muni-town/linktree-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muni-town%2Flinktree-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muni-town%2Flinktree-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muni-town%2Flinktree-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muni-town%2Flinktree-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muni-town","download_url":"https://codeload.github.com/muni-town/linktree-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muni-town%2Flinktree-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30344946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bun","deno","javascript-library","linktree","nodejs","parser","scraper","typescript-library","webscraping"],"created_at":"2024-09-25T11:01:24.464Z","updated_at":"2026-03-10T17:39:46.749Z","avatar_url":"https://github.com/muni-town.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linktree-parser\n\n### Installation\n\n#### NPM\n\n```bash\nnpm install linktree-parser\n```\n\n#### PNPM\n\n```bash\npnpm add linktree-parser\n```\n\n#### BUN\n\n```bash\nbun add linktree-parser\n```\n\n### Example\n\n```ts\nimport { scrapeLinktreeAccount } from \"linktree-parser\";\n\nconst { account, error, raw } = await scrapeLinktreeAccount(\"harshmangalam\");\n\nif (error) {\n  console.error(error);\n}\n\nif (account) {\n  const { username, links, socialLinks, profilePictureUrl } = account;\n}\n```\n\nThis project was created using `bun init` in bun v1.1.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuni-town%2Flinktree-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuni-town%2Flinktree-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuni-town%2Flinktree-parser/lists"}