@mradex77/google-play-scraper - v1.0.0
GitHub
npm
Preparing search index...
developer
Variable developer
Const
developer
:
(
options
:
{
country
?:
string
;
devId
:
string
;
fullDetail
?:
boolean
;
lang
?:
string
;
num
?:
number
;
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
:
{
country
?:
string
;
devId
:
string
;
fullDetail
?:
boolean
;
lang
?:
string
;
num
?:
number
;
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
:
{
country
?:
string
;
devId
:
string
;
fullDetail
?:
boolean
;
lang
?:
string
;
num
?:
number
;
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
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
@mradex77/google-play-scraper - v1.0.0
Loading...