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:
- REST API (search/list): requires the FNV-1a signature headers
X-Timestamp+X-Signature - 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.