Mobile Action API Documentation

App Services

This section describes additional services.

App Match ( 10 Credits / Request )

Provides the track id of the given app's opposite market counterpart.

GET /app-match/app/{store}?trackId={trackId}

Request Parameters

Parameter Description
store (required) Store name (ios or play)
trackId (required) Track id of the app

Response Fields

Field Description
trackId Track id of the matching app

Example Request

CURL "https://api.mobileaction.co/app-match/app/ios?trackId=284882215&token=YOUR_API_KEY"

Example Response

"com.facebook.katana"

Visibility Score ( 10 Credits / Request )

Provides visibility scores of the apps for the given country.

GET /graph-data/{store}/app/visibility?trackIds={trackIds}

Request Parameters

Parameter Description
store (required) Store name (appstore or playstore)
trackIds (required) Comma separated track ids

Response Fields

Map of track ids, and their visibility scores for given country.

Example Request

CURL "https://api.mobileaction.co/graph-data/appstore/app/visibility/US?trackIds=284882215,571800810&token=YOUR_API_KEY"

Example Response

{
    "284882215": 94.03007906179879,
    "571800810": 91.92390629891418
}

Start for free - upgrade anytime!

No credit card required.