AppFollow

live DataMarketing

App Store & Google Play reviews, ratings, and ASO keyword rankings. BYO key.

3 tools
0ms auth
free tier 50 calls/day

Tools

appfollow_reviews

Recent App Store / Google Play reviews for an app. Returns author, star rating, title, text, date, app version, store, and whether the developer replied. Example: appfollow_reviews({ app_id: "10383690

No parameters required.

Try it
appfollow_ratings

Ratings summary for an app: average rating, total ratings count, and the 5/4/3/2/1 star breakdown. Example: appfollow_ratings({ app_id: "1038369065", country: "us", _apiKey: "your-token" }). app_id is

No parameters required.

Try it
appfollow_aso_keywords

ASO keyword rankings for an app: which search keywords the app ranks for and its store position/popularity for each. Example: appfollow_aso_keywords({ app_id: "1038369065", country: "us", _apiKey: "yo

No parameters required.

Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/appfollow/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/appfollow/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"appfollow_reviews","arguments":{}}}'

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("appfollow_reviews", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("app store & google play reviews, ratings, and aso keyword rankings");

Related packs

Other Pipeworx packs in the same categories (Data, Marketing):