API Billing Rules
Pricing Rules:
- Different API methods consume varying amounts of credits: Certain data types are easier to retrieve, store, and process. Therefore, pricing will vary based on the type of data requested.
- When querying data through API calls, the actual credits consumed will be billed based on the actual volume of data returned by the interface.
The process for charging fees is as follows:
1.Upon receiving a request, we calculate the maximum cost incurred by the request based on the data requested. This cost is determined by the parameters of the request, assuming that every data point requested is available in our database.
2.If your account has a sufficient balance of credits, we proceed to fetch the required data from our database.
3.We calculate the actual cost of the request by examining the response we return and deducting the cost of any missing data.
4.Your account will be charged only the final cost incurred.
Credits Consumption per Request:
- Request Credits: Credits required for calling the interface (usually 1 credits).
- Base Credits: Different API interfaces correspond to different base credits.
- Credits/Extra Day: Retrieving data for periods other than the current day incurs an additional charge per day, typically 10% of the base credits.
Credits Consumed per Request: Request Credits + Base Credits + Credits/Extra Day * Number of Days
Example: A request returning estimated earnings for an app over 10 days would require 1 credits (request credits) + 100 credits (base credits) + 9 days * 10 credits (additional for each extra day) = 191 credits.
Credits pricing for API interface:
Category | Datapoint name | Endpoints served | credit base price | credit/extra day |
---|---|---|---|---|
App Metadata | applies to all attributes | App Metadata - Current/History | 10 | 1 |
App Metrics | downloads | App Metrics - Current/History | 250 | 25 |
revenues | App Metrics - Current/History | 250 | 25 | |
visibility Score | App Metrics - Current | 10 | - | |
ratings | App Metrics - Current/History | 10 | 1 | |
App Category Ranking | - | App Category Ranking - Current/History | 10 | 1 |
App Keyword | rank | App Keyword Ranking - Current/History | 10 | 1 |
installs | Apps Keyword Installs - Current/History | 10 | 1 | |
Keyword Metrics | volume | Keyword Metrics - Current/History | 10 | 1 |
results | Keyword Metrics - Current/History | 10 | 1 | |
correlation | Keyword Metrics - Current | 10 | - | |
difficulty | Keyword Metrics - Current | 10 | - | |
chance | Keyword Metrics - Current | 10 | - | |
keyword types | Keyword Metrics - Current | 10 | - |
For more information about API information, please check out the link: Product Feedback