appark-cli
v0.1.0
Published
Unofficial Bun CLI for querying Appark app market intelligence APIs.
Readme
appark-cli
Unofficial Bun CLI for querying Appark app market intelligence APIs.
Install
This package is distributed through npm, but the executable runs on Bun.
npm install -g appark-cliMake sure bun is available in your PATH.
Usage
appark --help
appark auth login --email [email protected] --password-stdin
appark charts top --store appstore --country us --date 2026-05-22
appark charts matrix --countries jp,kr --stores appstore,googleplay --categories 6007,6008 --charts top,apps,rising --page-size 200 --request-page-size 50 --out research/chart-matrix.json
appark app detail --app-id 6448311069 --store appstore --country usGlobal options:
--base-url <url>: defaulthttps://appark.ai--cookie <cookie>: auth cookie, or setAPPARK_COOKIE--token <token>: auth token, or setAPPARK_TOKEN--auth-file <path>: auth cache file, or setAPPARK_AUTH_FILE--out <path>: also save JSON output to a local file
The CLI prints formatted JSON to stdout. Authentication data is stored locally after appark auth login.
