@mradex77/google-play-scraper - v1.0.0
GitHub
npm
Preparing search index...
listOptionsSchema
Variable listOptionsSchema
Const
listOptionsSchema
:
ZodMiniObject
<
{
age
:
ZodMiniOptional
<
ZodMiniEnum
<
{
FIVE_UNDER
:
"AGE_RANGE1"
;
NINE_UP
:
"AGE_RANGE3"
;
SIX_EIGHT
:
"AGE_RANGE2"
;
}
,
>
,
>
;
category
:
ZodMiniDefault
<
ZodMiniEnum
<
{
ANDROID_WEAR
:
"ANDROID_WEAR"
;
APPLICATION
:
"APPLICATION"
;
ART_AND_DESIGN
:
"ART_AND_DESIGN"
;
AUTO_AND_VEHICLES
:
"AUTO_AND_VEHICLES"
;
BEAUTY
:
"BEAUTY"
;
BOOKS_AND_REFERENCE
:
"BOOKS_AND_REFERENCE"
;
BUSINESS
:
"BUSINESS"
;
COMICS
:
"COMICS"
;
COMMUNICATION
:
"COMMUNICATION"
;
DATING
:
"DATING"
;
EDUCATION
:
"EDUCATION"
;
ENTERTAINMENT
:
"ENTERTAINMENT"
;
EVENTS
:
"EVENTS"
;
FAMILY
:
"FAMILY"
;
FAMILY_ACTION
:
"FAMILY_ACTION"
;
FAMILY_BRAINGAMES
:
"FAMILY_BRAINGAMES"
;
FAMILY_CREATE
:
"FAMILY_CREATE"
;
FAMILY_EDUCATION
:
"FAMILY_EDUCATION"
;
FAMILY_MUSICVIDEO
:
"FAMILY_MUSICVIDEO"
;
FAMILY_PRETEND
:
"FAMILY_PRETEND"
;
FINANCE
:
"FINANCE"
;
FOOD_AND_DRINK
:
"FOOD_AND_DRINK"
;
GAME
:
"GAME"
;
GAME_ACTION
:
"GAME_ACTION"
;
GAME_ADVENTURE
:
"GAME_ADVENTURE"
;
GAME_ARCADE
:
"GAME_ARCADE"
;
GAME_BOARD
:
"GAME_BOARD"
;
GAME_CARD
:
"GAME_CARD"
;
GAME_CASINO
:
"GAME_CASINO"
;
GAME_CASUAL
:
"GAME_CASUAL"
;
GAME_EDUCATIONAL
:
"GAME_EDUCATIONAL"
;
GAME_MUSIC
:
"GAME_MUSIC"
;
GAME_PUZZLE
:
"GAME_PUZZLE"
;
GAME_RACING
:
"GAME_RACING"
;
GAME_ROLE_PLAYING
:
"GAME_ROLE_PLAYING"
;
GAME_SIMULATION
:
"GAME_SIMULATION"
;
GAME_SPORTS
:
"GAME_SPORTS"
;
GAME_STRATEGY
:
"GAME_STRATEGY"
;
GAME_TRIVIA
:
"GAME_TRIVIA"
;
GAME_WORD
:
"GAME_WORD"
;
HEALTH_AND_FITNESS
:
"HEALTH_AND_FITNESS"
;
HOUSE_AND_HOME
:
"HOUSE_AND_HOME"
;
LIBRARIES_AND_DEMO
:
"LIBRARIES_AND_DEMO"
;
LIFESTYLE
:
"LIFESTYLE"
;
MAPS_AND_NAVIGATION
:
"MAPS_AND_NAVIGATION"
;
MEDICAL
:
"MEDICAL"
;
MUSIC_AND_AUDIO
:
"MUSIC_AND_AUDIO"
;
NEWS_AND_MAGAZINES
:
"NEWS_AND_MAGAZINES"
;
PARENTING
:
"PARENTING"
;
PERSONALIZATION
:
"PERSONALIZATION"
;
PHOTOGRAPHY
:
"PHOTOGRAPHY"
;
PRODUCTIVITY
:
"PRODUCTIVITY"
;
SHOPPING
:
"SHOPPING"
;
SOCIAL
:
"SOCIAL"
;
SPORTS
:
"SPORTS"
;
TOOLS
:
"TOOLS"
;
TRAVEL_AND_LOCAL
:
"TRAVEL_AND_LOCAL"
;
VIDEO_PLAYERS
:
"VIDEO_PLAYERS"
;
WATCH_FACE
:
"WATCH_FACE"
;
WEATHER
:
"WEATHER"
;
}
,
>
,
>
;
collection
:
ZodMiniDefault
<
ZodMiniEnum
<
{
GROSSING
:
"GROSSING"
;
TOP_FREE
:
"TOP_FREE"
;
TOP_PAID
:
"TOP_PAID"
}
,
>
,
>
;
country
:
ZodMiniDefault
<
ZodMiniString
<
string
>
>
;
fullDetail
:
ZodMiniDefault
<
ZodMiniBoolean
<
boolean
>
>
;
lang
:
ZodMiniDefault
<
ZodMiniString
<
string
>
>
;
num
:
ZodMiniDefault
<
ZodMiniNumberFormat
>
;
onDegradation
:
ZodMiniOptional
<
ZodMiniCustom
<
OnDegradation
,
OnDegradation
>
,
>
;
requestOptions
:
ZodMiniOptional
<
ZodMiniObject
<
{
fetchImpl
:
ZodMiniOptional
<
ZodMiniCustom
<
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
,
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
,
>
,
>
;
headers
:
ZodMiniOptional
<
ZodMiniRecord
<
ZodMiniString
<
string
>
,
ZodMiniString
<
string
>
>
,
>
;
onRequest
:
ZodMiniOptional
<
ZodMiniCustom
<
OnRequest
,
OnRequest
>
>
;
onResponse
:
ZodMiniOptional
<
ZodMiniCustom
<
OnResponse
,
OnResponse
>
>
;
onRetry
:
ZodMiniOptional
<
ZodMiniCustom
<
OnRetry
,
OnRetry
>
>
;
retries
:
ZodMiniOptional
<
ZodMiniNumberFormat
>
;
signal
:
ZodMiniOptional
<
ZodMiniCustom
<
AbortSignal
,
AbortSignal
>
>
;
timeoutMs
:
ZodMiniOptional
<
ZodMiniNumberFormat
>
;
}
,
$strip
,
>
,
>
;
throttle
:
ZodMiniOptional
<
ZodMiniNumber
<
number
>
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
@mradex77/google-play-scraper - v1.0.0
Loading...