A
appskyline
/search_store_results
Search app-store results
Run a live ranked search against the iOS App Store, macOS App Store, Google Play, or Microsoft Store via Appskyline without storing a search snapshot. Returns a
liveunknown~5s typical
mcpappskyline
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-appskyline-appskyline /search_store_results for me.
Input
| Field | Type | Description |
|---|---|---|
| store* | string (ios-app-store | macos-app-store | google-play | microsoft-store) | Which store to search |
| term* | string | Search term |
| country | string | Two-letter country code (e.g. US, IT) |
| lang | string | Two-letter language code (e.g. en, it) |
| num | integer | Number of results to return (default depends on store) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-appskyline-appskyline","endpoint":"/search_store_results","input":{"store":"ios-app-store","term":"..."}}'cli
npx cracked-ai run -p mcp-com-appskyline-appskyline -e /search_store_results -i '{"store":"ios-app-store","term":"..."}'mcp
run_tool({ provider: "mcp-com-appskyline-appskyline", endpoint: "/search_store_results", input: {"store":"ios-app-store","term":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.