ASO Keyword Stats API for Google Play
ASO Keyword Stats API for Google Play. This API returns an estimation about how difficult it is to target specific keywords and about how much potential traffic they might generate.
Definition
Endpoint:
GET
https://data.42matters.com/api/v2.0/android/aso/keyword_stats.json
Parameters
Name |
Required |
Description |
Available Values |
Default |
access_token |
required |
Your access token for using this API. You can get it for FREE by
signing up
.
|
|
|
keywords |
required |
Comma-separated list of keywords to return stats for. Maximum 10 per
request. |
String |
|
country |
optional |
Return country-specific apps |
ID of Supported Countries |
US |
sort |
optional |
Sort returned keywords by a sorting criteria.
|
relevancy |
Sort by relevancy |
difficulty |
Sort by estimation of how much competitive is the usage market
targeting of a specific keyword |
traffic |
Sort by estimation of how frequently a certain keyword is being
researched |
keyword |
Sort by keyword alphabetically |
|
relevancy |
sort_order |
optional |
Sort ordering. |
desc or asc |
desc |
callback |
optional |
If supplied, the response will use the JSONP format with a callback of the given name.
|
|
|
Responses
Status Code |
Indication |
Content-Type |
Body |
200 |
Everything is OK |
application/json |
Attribute |
Type |
Description |
keywords |
Array |
Array of keywords to search for |
country |
String |
Country search for |
number_results |
Integer |
Number of results found |
results |
Array of App Objects |
Each object contains:
keyword - String
traffic - Estimation of how frequently a certain keyword is being
researched. Range is 0-100.
difficulty - Estimation of how much competitive is the market
targeting of a specific keyword. Range is 0-100.
|
|
404 |
The keywords are not found |
application/json |
Error object |
402 |
Your request exceeds what's allowed by your current subscription plan |
application/json |
Error object |
403 |
Your access token is not valid |
application/json |
Error object |
429 |
Your request rate is over the limit |
application/json |
Error object |
Last Modified: 14 Jul 2022