ChemPal Documentation - v1.6.0
    Preparing search index...

    A single ScienceLab catalog entry recovered from the XML sitemap: the product URL, its slug, and a best-effort humanized name used for fuzzy matching. The real product title is fetched later from the product page.

    interface ScienceLabItem {
        url: string;
        slug: string;
        name: string;
        matchPercentage?: number;
    }
    Index

    Properties

    url: string

    Full product URL, e.g. https://sciencelab.com/sodium-hexametaphosphate-anhydrous/.

    slug: string

    Root-level URL slug, the stable per-product key.

    name: string

    Humanized product name (from humanizeSlug).

    matchPercentage?: number

    Fuzzy match score (0-100), attached by SupplierBase.fuzzyFilterAst.