@mradex77/google-play-scraper - v1.0.0
    Preparing search index...

    Variable similarConst

    similar: (
        options: {
            appId: string;
            country?: string;
            fullDetail?: boolean;
            lang?: string;
            onDegradation?: OnDegradation;
            requestOptions?: {
                fetchImpl?: (
                    input: string | URL | Request,
                    init?: RequestInit,
                ) => Promise<Response>;
                headers?: Record<string, string>;
                onRequest?: OnRequest;
                onResponse?: OnResponse;
                onRetry?: OnRetry;
                retries?: number;
                signal?: AbortSignal;
                timeoutMs?: number;
            };
            throttle?: number;
        },
    ) => Promise<
        | {
            appId: string;
            currency?: string;
            developer: string;
            developerId?: string;
            free: boolean;
            icon: string;
            price: number;
            score?: number;
            scoreText?: string;
            summary?: string;
            title: string;
            url: string;
        }[]
        | {
            adSupported: boolean;
            androidMaxVersion: string;
            androidVersion: string;
            androidVersionText: string;
            appId: string;
            available: boolean;
            categories: { id: string
            | null; name: string }[];
            comments: string[];
            contentRating?: string;
            contentRatingDescription?: string;
            currency?: string;
            description: string;
            descriptionHTML: string;
            developer: string;
            developerAddress?: string;
            developerEmail?: string;
            developerId: string;
            developerInternalID: string;
            developerLegalAddress?: string;
            developerLegalEmail?: string;
            developerLegalName?: string;
            developerLegalPhoneNumber?: string;
            developerWebsite?: string;
            discountEndDate?: number;
            earlyAccessEnabled: boolean;
            free: boolean;
            genre: string;
            genreId: string;
            headerImage?: string;
            histogram: {
                "1": number;
                "2": number;
                "3": number;
                "4": number;
                "5": number;
            };
            IAPRange?: string;
            icon: string;
            installs?: string;
            isAvailableInPlayPass: boolean;
            maxInstalls?: number;
            minInstalls?: number;
            offersIAP: boolean;
            originalPrice?: number;
            preregister: boolean;
            previewVideo?: string;
            price: number;
            priceText: string;
            privacyPolicy?: string;
            ratings?: number;
            recentChanges?: string;
            released?: string;
            reviews?: number;
            score?: number;
            scoreText?: string;
            screenshots: string[];
            summary?: string;
            title: string;
            updated: number;
            url: string;
            version: string;
            video?: string;
            videoImage?: string;
        }[],
    > = ...

    Type Declaration

      • (
            options: {
                appId: string;
                country?: string;
                fullDetail?: boolean;
                lang?: string;
                onDegradation?: OnDegradation;
                requestOptions?: {
                    fetchImpl?: (
                        input: string | URL | Request,
                        init?: RequestInit,
                    ) => Promise<Response>;
                    headers?: Record<string, string>;
                    onRequest?: OnRequest;
                    onResponse?: OnResponse;
                    onRetry?: OnRetry;
                    retries?: number;
                    signal?: AbortSignal;
                    timeoutMs?: number;
                };
                throttle?: number;
            },
        ): Promise<
            | {
                appId: string;
                currency?: string;
                developer: string;
                developerId?: string;
                free: boolean;
                icon: string;
                price: number;
                score?: number;
                scoreText?: string;
                summary?: string;
                title: string;
                url: string;
            }[]
            | {
                adSupported: boolean;
                androidMaxVersion: string;
                androidVersion: string;
                androidVersionText: string;
                appId: string;
                available: boolean;
                categories: { id: string
                | null; name: string }[];
                comments: string[];
                contentRating?: string;
                contentRatingDescription?: string;
                currency?: string;
                description: string;
                descriptionHTML: string;
                developer: string;
                developerAddress?: string;
                developerEmail?: string;
                developerId: string;
                developerInternalID: string;
                developerLegalAddress?: string;
                developerLegalEmail?: string;
                developerLegalName?: string;
                developerLegalPhoneNumber?: string;
                developerWebsite?: string;
                discountEndDate?: number;
                earlyAccessEnabled: boolean;
                free: boolean;
                genre: string;
                genreId: string;
                headerImage?: string;
                histogram: {
                    "1": number;
                    "2": number;
                    "3": number;
                    "4": number;
                    "5": number;
                };
                IAPRange?: string;
                icon: string;
                installs?: string;
                isAvailableInPlayPass: boolean;
                maxInstalls?: number;
                minInstalls?: number;
                offersIAP: boolean;
                originalPrice?: number;
                preregister: boolean;
                previewVideo?: string;
                price: number;
                priceText: string;
                privacyPolicy?: string;
                ratings?: number;
                recentChanges?: string;
                released?: string;
                reviews?: number;
                score?: number;
                scoreText?: string;
                screenshots: string[];
                summary?: string;
                title: string;
                updated: number;
                url: string;
                version: string;
                video?: string;
                videoImage?: string;
            }[],
        >
      • Parameters

        • options: {
              appId: string;
              country?: string;
              fullDetail?: boolean;
              lang?: string;
              onDegradation?: OnDegradation;
              requestOptions?: {
                  fetchImpl?: (
                      input: string | URL | Request,
                      init?: RequestInit,
                  ) => Promise<Response>;
                  headers?: Record<string, string>;
                  onRequest?: OnRequest;
                  onResponse?: OnResponse;
                  onRetry?: OnRetry;
                  retries?: number;
                  signal?: AbortSignal;
                  timeoutMs?: number;
              };
              throttle?: number;
          }

        Returns Promise<
            | {
                appId: string;
                currency?: string;
                developer: string;
                developerId?: string;
                free: boolean;
                icon: string;
                price: number;
                score?: number;
                scoreText?: string;
                summary?: string;
                title: string;
                url: string;
            }[]
            | {
                adSupported: boolean;
                androidMaxVersion: string;
                androidVersion: string;
                androidVersionText: string;
                appId: string;
                available: boolean;
                categories: { id: string
                | null; name: string }[];
                comments: string[];
                contentRating?: string;
                contentRatingDescription?: string;
                currency?: string;
                description: string;
                descriptionHTML: string;
                developer: string;
                developerAddress?: string;
                developerEmail?: string;
                developerId: string;
                developerInternalID: string;
                developerLegalAddress?: string;
                developerLegalEmail?: string;
                developerLegalName?: string;
                developerLegalPhoneNumber?: string;
                developerWebsite?: string;
                discountEndDate?: number;
                earlyAccessEnabled: boolean;
                free: boolean;
                genre: string;
                genreId: string;
                headerImage?: string;
                histogram: {
                    "1": number;
                    "2": number;
                    "3": number;
                    "4": number;
                    "5": number;
                };
                IAPRange?: string;
                icon: string;
                installs?: string;
                isAvailableInPlayPass: boolean;
                maxInstalls?: number;
                minInstalls?: number;
                offersIAP: boolean;
                originalPrice?: number;
                preregister: boolean;
                previewVideo?: string;
                price: number;
                priceText: string;
                privacyPolicy?: string;
                ratings?: number;
                recentChanges?: string;
                released?: string;
                reviews?: number;
                score?: number;
                scoreText?: string;
                screenshots: string[];
                summary?: string;
                title: string;
                updated: number;
                url: string;
                version: string;
                video?: string;
                videoImage?: string;
            }[],
        >