appskyline
A
appskyline
/get_keyword_rank

Get keyword rank

Look up the current ranking of a specific Appskyline app for a keyword in a given store + country. Returns "App X ranks #N of M" or "not in top N" if the app do

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 /get_keyword_rank for me.

Input

FieldTypeDescription
appId*stringAppskyline app id
store*string (ios-app-store | macos-app-store | google-play | microsoft-store)Which store to check
term*stringSearch term
countrystringTwo-letter country code (e.g. US, IT)
langstringTwo-letter language code (e.g. en, it)
numintegerHow many results to scan when looking for the app (default 50, max 200) default 50

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":"/get_keyword_rank","input":{"appId":"...","store":"ios-app-store","term":"...","num":50}}'
cli
npx cracked-ai run -p mcp-com-appskyline-appskyline -e /get_keyword_rank -i '{"appId":"...","store":"ios-app-store","term":"...","num":50}'
mcp
run_tool({ provider: "mcp-com-appskyline-appskyline", endpoint: "/get_keyword_rank", input: {"appId":"...","store":"ios-app-store","term":"...","num":50} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.