UNPKG

linktree-parser

Version:

linktree-parser is a TypeScript library for scraping and extracting account, links, banners, and metadata from Linktree profiles.

3 lines (2 loc) 151 B
import type { ScrapeLinktreeProfile } from "./types"; export declare function scrapeLinktreeAccount(username: string): Promise<ScrapeLinktreeProfile>;