@duckduckgo/content-scope-scripts
    Preparing search index...

    Scrape candidate profiles from the page and match them against the user's data.

    interface ExtractAction {
        actionType: "extract";
        dataSource?: string;
        id: string;
        noResultsSelector?: string;
        profile: ProfileSpec;
        retry?: RetryConfig;
        selector: string;
    }
    Index

    Properties

    actionType: "extract"
    dataSource?: string
    id: string
    noResultsSelector?: string

    selector for a 'no results' element; when set, its presence is treated as a successful empty extract

    profile: ProfileSpec
    retry?: RetryConfig
    selector: string

    selector matching each result row / profile element