Workspace · Included
Your apps + keywords + rivals in one place
Persistent dashboard with rank history, competitor watch, iOS Screenshot Studio, and AI action plans.
AppTide Developer
Workspace dashboard, iOS Screenshot Studio, REST API, and MCP server — all included. Built for scripts, crons, and AI agents without turning ASO into an enterprise procurement project.
Cancel anytime · self-serve Developer plan
Inspect keyword focus timer for com.example.focus on iOS.
You are #4 in the US. The next practical move is to defend focus timer and test one long-tail variant: pomodoro timer app.
One workspace
Each surface reads from the same workspace. Switching between them is one bearer key — no separate accounts, no separate billing.
Workspace · Included
Persistent dashboard with rank history, competitor watch, iOS Screenshot Studio, and AI action plans.
REST API · Included
10,000 requests / month. Daily auto-refresh. Bearer keys (atd_live_) hash-stored. Drop into cron jobs, review queues, or warehouse sync.
MCP server · Included
11 MCP tools. Agent pulls rank, difficulty, competitors while you draft store copy. No tab switching. Same atd_live_ key.
Workspace preview
Apps
3
Keywords
84
Rivals
12
FocusFlow
focus timer
#4
+3
FitPulse
fitness tracker
#9
-1
Budgetly
expense tracker
#12
new
curl -X POST https://www.apptide.xyz/api/v1/keywords/inspect \
-H "Authorization: Bearer atd_live_..." \
-H "Content-Type: application/json" \
-d '{
"applicationIdentifier": "com.example.focus",
"keyword": "focus timer",
"country": "US"
}'
# → { "rank": 4, "difficulty": 62, "topApps": [...] }What you get
A focused workspace for ongoing ASO work: refresh, watch, integrate, and leave when you are done.
Turn a promise and raw product screens into a six-shot App Store set with 6.9-inch PNG export.
No cron to maintain. Rank, traffic, and competitor signals update every 24h automatically.
Track rival title, subtitle, screenshot, and keyword-heavy metadata changes in one review queue.
atd_live_ keys work across REST + MCP. Rotate or revoke from the dashboard. SHA-256 hashed at rest.
Monthly billing via Creem checkout. No annual contract, no sales call, workspace opens after checkout.
Designed for
Three workflows AppTide is shaped around: solo ASO checks, small-studio tracking, and agency proof.
Solo indie dev
Sara ships a focus timer. She used to check ranks manually every Friday and discover drops two weeks late. She set up AppTide with one import; now rank moves land in a review queue before the next Friday check.
FocusFlow today
focus timer dropped #4 → #7 on 2026-05-19.
Review next: compare title, screenshots, and top rival movement.
2-5 person studio
Acme tracks 12 apps across iOS and Android. They replaced four ASO tools and a Friday spreadsheet with one Vercel cron calling /api/v1/keywords/inspect — Linear tickets get auto-created on rank drops.
const res = await fetch(
'https://www.apptide.xyz/api/v1/keywords/inspect',
{
method: 'POST',
headers: { Authorization: `Bearer ${KEY}` },
body: JSON.stringify({ apps, keywords }),
}
);
const { drops } = await res.json();
if (drops.length) await linear.createIssue(drops);Agency
PixelLab manages ASO for 8 clients (47 apps). Their team drafts weekly reports in Claude — with AppTide MCP, Claude pulls live rank + competitor data while drafting. Reports went from 6 hours to 90 minutes.
Draft this week's ASO report for client Lumi.
Lumi's top keyword “meditation timer” moved #11 → #8 after the May 15 update…
FAQ
No. The Developer plan ($9.99/mo) includes the dashboard workspace, iOS Screenshot Studio, the REST API (10k requests/mo), and the MCP server (11 tools). One subscription, one bearer key, one workspace.
Many enterprise ASO suites are built around broad team workflows, demo-led buying, and larger platform catalogs. AppTide keeps the paid plan narrow: a self-serve workspace, REST API, and MCP server for indie devs and small studios.
Live refreshes (keyword inspection, competitor discovery) count as one request each. Cached reads do not count. The 10,000/mo ceiling on Developer fits daily rank checks across a portfolio of ~10 apps. Status page tracks usage live.
Claude Desktop, Cursor, VS Code (Continue / Cline / etc.), and Windsurf each have a setup page with copy-paste config. Any MCP-compliant client works against the hosted endpoint.
iOS data reads public Apple store metadata and search-hint sources where available. Android data reads public Play Store metadata through google-play-scraper. Results reflect public store data at refresh time and can lag store-side changes.
If you manage more than 10 apps, want hourly refresh, or need portfolio-wide competitor change monitoring, the Scale tier opens those up. Pricing is contact-based because the right shape depends on portfolio size — small agencies, large studios, or internal platform teams.
Docs section
Endpoints, auth, code samples, rate limits.
Docs section
Hosted endpoint + per-client config for Claude / Cursor / VS Code / Windsurf.
Workspace opens after checkout. No sales call, no annual contract. Free tools available without signup.
Cancel anytime · self-serve Developer plan