A
appskyline
/get_keyword_history
Get keyword rank history
Get the historical ranking timeseries for an app, term, and country across day-by-day snapshots stored by Appskyline. Returns a Markdown table of date, rank, an
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_history for me.
Input
| Field | Type | Description |
|---|---|---|
| appId* | string | Appskyline app id |
| store* | string (ios-app-store | macos-app-store | google-play | microsoft-store) | Which store to check |
| term* | string | Search term |
| country* | string | Two-letter country code (e.g. US, IT) |
| limit | integer | Maximum number of history rows to return (newest first) |
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_history","input":{"appId":"...","store":"ios-app-store","term":"...","country":"..."}}'cli
npx cracked-ai run -p mcp-com-appskyline-appskyline -e /get_keyword_history -i '{"appId":"...","store":"ios-app-store","term":"...","country":"..."}'mcp
run_tool({ provider: "mcp-com-appskyline-appskyline", endpoint: "/get_keyword_history", input: {"appId":"...","store":"ios-app-store","term":"...","country":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.