Details of the JSON and Object and description table of ASO keyword stats for iOS API made by 42 Matters

In this article, I will clarify the object table and JSON output of the 42 Matters ASO keyword stats API for iOS. Specifically, I will explain the structure and content of the data that is returned in these formats, including the types of fields and the format of the values. Understanding the structure of the data returned by this API will enable developers to access and use the information it provides.

API Object and Description Table

ObjectsDescription
keywordsArray of keywords to search for
countryCountry search for
number_resultsNumber of results found
resultsArray of App Objects
keywordString
trafficEstimation of how frequently a certain keyword is being researched. Range is 0-100
difficultyEstimation of how much competitive is the market targeting of a specific keyword. Range is 0-100
  1. keywords: An array of strings representing the keywords that the API should search for.

  2. country: A string representing the country to search in.

  3. number_results: An integer representing the number of results found by the API.

  4. results: An array of objects, each representing a single app.

  5. keyword: A string representing a single keyword.

  6. traffic: An integer representing an estimation of the frequency with which a keyword is being searched, with a range of 0 to 100.

  7. difficulty: An integer representing an estimation of the competitiveness of the market targeting a specific keyword, with a range of 0 to 100.

The information in the table is useful because it provides developers with a detailed understanding of the data that is returned by the 42 Matters ASO keyword stats API for iOS. By understanding the structure and content of this data, developers can more effectively access and use the information provided by the API to build applications or perform analysis. For example, the keywords object provides an array of keywords that the API is searching for, while the country object specifies the country in which the search is being performed. The number_results object gives the total number of results found, and the results object is an array of objects containing information about individual apps. The keyword, traffic, and difficulty objects provide additional details about specific keywords, including their frequency of use and competitiveness in the market. All of this information can be useful for a variety of purposes, such as analyzing trends in app usage or identifying popular keywords for app store optimization.

Clarifying the JSON Output

This JSON output represents the results of a search for information about the keywords "instagram" and "facebook" in the United States. The search returned a total of 2 results, and these results are contained in the "results" array. Each element in the "results" array is an object representing a single app, and these objects contain three fields: "keyword", "traffic", and "difficulty". The "keyword" field is a string containing the name of the keyword that the app is associated with, while the "traffic" and "difficulty" fields are integers representing estimates of the frequency with which the keyword is being searched and the competitiveness of the market targeting the keyword, respectively. In this example, the first result (index 0) is for the keyword "facebook" and has a traffic score of 99 and a difficulty score of 88, while the second result (index 1) is for the keyword "instagram" and has a traffic score of 96 and a difficulty score of 87.

{
"keywords": [
"instagram",
"facebook"
],
"country": "US",
"number_results": 2,
"results": [
{
"keyword": "facebook",
"traffic": 99,
"difficulty": 88
},
{
"keyword": "instagram",
"traffic": 96,
"difficulty": 87
}
]
}

In summary

In summary, this article has provided an overview of the object table and JSON output of the 42 Matters ASO keyword stats API for iOS. We have discussed the structure and content of this data, as well as the types of fields and values that it contains. We have also discussed the usefulness of this information for developers, who can use it to build applications or perform analysis. Overall, understanding the object table and JSON output of this API is an important step in effectively accessing and using the data it provides.

Reference

To access the 42 Matters ASO keyword stats for iOS API, you can request access through the third party data marketplace provided by Worldindata. Worldindata is a platform that allows developers to discover, purchase, and use a wide range of data sources, including APIs, datasets, and web services. By purchasing access to the 42 Matters ASO keyword stats API through Worldindata, you can easily and securely obtain the data you need to build applications or perform analysis. To request access, you will need to create an account with Worldindata and follow their process for purchasing data from third party providers. Once you have obtained access, you can use the API to retrieve the data you need by making HTTP requests to the API endpoint and parsing the JSON data that is returned.