interface DuckDuckGoSearchParameters {
    maxResults?: number;
    searchOptions?: SearchOptions;
}

Hierarchy (view full)

Properties

maxResults?: number

The maximum number of results to return from the search. Limiting to 10 to avoid context overload.

Default

10
searchOptions?: SearchOptions

The search options for the search using the SearchOptions interface from the duck-duck-scrape package.

Generated using TypeDoc