API & MCP
AppNiche exposes app-market data to your code and your AI agents.
REST API
Pro plans include a Bearer-token REST API under /api/v1/*. Create an API key in Settings → API
keys, then call endpoints for apps, keywords, reviews and more. Usage draws from your monthly API
credit allowance.
curl -H "Authorization: Bearer YOUR_KEY" \
"https://app.getappniche.com/api/v1/apps?limit=10"
MCP (Model Context Protocol)
AppNiche ships native MCP tools so assistants like Claude can query the stores directly — search apps, pull metrics, fetch reviews and keywords inside your agent workflows. Set it up from the MCP page in the app.
Get started
- Create an account and upgrade to Pro.
- Generate an API key in Settings.
- Point your client or MCP config at
https://app.getappniche.com.
See pricing for API credit allowances per plan.