Preparing search index...

    Result of processing a single category page. Contains the extracted recipe links from the page.

    interface CategoryResult {
        categoryUrl: string;
        links: { url: string; title?: string; imageUrl?: string }[];
    }
    Index

    Properties

    Properties

    categoryUrl: string

    URL of the category page that was fetched

    links: { url: string; title?: string; imageUrl?: string }[]

    List of recipe links extracted from the page