appstoreprice-hub

Installation
SKILL.md

appstoreprice-hub

Query App Store global pricing data from appstoreprice.org.

Data source: appstoreprice.org, an unofficial price comparison website maintained by @qingnianxiaozhe. It scrapes and compares App Store prices across regions worldwide in real time. This is not official Apple data. Prices are updated daily.

How It Works

The website uses the Next.js App Router and accesses data in two ways:

  1. REST API (search/list): requires the FNV-1a signature headers X-Timestamp + X-Signature
  2. RSC page stream (price details): directly parse fetch(url, { headers: { RSC: '1' } })

The signing function is embedded in the page's webpack module (currently 22463). Reuse it directly in the website page context instead of implementing it yourself. The module ID may change when the website is deployed or updated. See Troubleshooting.

Execution Method: minis-browser-use CLI

Always use the minis-browser-use CLI + shell script. Do not use the browser_use tool call.

Installs
6
GitHub Stars
402
First Seen
May 16, 2026
appstoreprice-hub — openminis/minisskills