Interface ToolSerpApiNodeParameters

Source
interface ToolSerpApiNodeParameters {
    options?: {
        device?: "mobile" | "desktop" | "tablet";
        gl?: string;
        google_domain?: string;
        hl?: string;
        no_cache?: boolean;
    };
}

Properties§

Source§

readonly options?: {
    device?: "mobile" | "desktop" | "tablet";
    gl?: string;
    google_domain?: string;
    hl?: string;
    no_cache?: boolean;
}

Default: {}