Skip to main content
Module

x/google_play_scraper/index.d.ts>IAppItemFullDetail

Node.js scraper to get data from Google Play
Go to Latest
interface IAppItemFullDetail
implements IAppItem
import { type IAppItemFullDetail } from "https://deno.land/x/google_play_scraper@v9.0.2/index.d.ts";

Properties

appId: string
url: string
title: string
description: string
descriptionHTML: string
summary: string
installs: string
minInstalls: number
maxInstalls: number
score: number
scoreText: string
ratings: number
reviews: number
histogram: { 1: number; 2: number; 3: number; 4: number; 5: number; }
price: number
free: boolean
currency: string
priceText: string
available: boolean
offersIAP: boolean
IAPRange: string
size: string
androidVersion: string
androidVersionText: string
developer: string
developerId: string
developerInternalID: string
developerEmail: string
developerWebsite: string
developerAddress: string
genre: string
genreId: string
familyGenre: string
familyGenreId: string
icon: string
headerImage: string
screenshots: string[]
video: string
videoImage: string
contentRating: string
contentRatingDescription: string
adSupported: boolean
released: string
updated: number
version: string
recentChanges: string
comments: string[]