get https://public-api.apptweak.com/api/public/store/apps/keywords-rankings/current.json
Get the most recent keyword metrics for selected apps (ranks and installs).
Price
Datapoint | Comment | Credits/app/keyword |
---|---|---|
rank | Ranking of an app for a keyword. | 10 |
installs | The estimated number of daily installs driven by a keyword to an app. | 10 |
Ranked, unranked or no data
To know whether your app is ranked on a keyword or not, you can refer to the following logic in the response data:
value
= non-null andfetch_performed = true
β rankedvalue
= null andfetch_performed = true
β unrankedvalue
=null
andfetch_performed = false
β no dataIn addition to
value
, you can useeffective_value
, that corresponds to a value that is guaranteed to be non-null.effective_value
is equal tovalue
, or defaults to501
ifvalue = null