File Dump for Amazon Top Charts
42matters provides a daily file dump of all Amazon Top Charts. Historical data is also available.
Data Types
Amazon Top Charts are dumped to a file on a daily basis.
Each file dump contains charts for a total of 1 country in all categories and list types.
Please contact us for a price quote.
Sample Data Dump
Have a look at the daily-updated preview top charts:
Please login or register to download sample data dumps.
Amazon Top Chart Schema
Attribute |
Type |
Description |
app_list |
Array |
List of ordered top app package names as seen on Amazon, with asin and rank |
category_key |
String |
Category key |
country |
String |
The selected country code. |
date |
Date |
List date |
category_name |
String |
Human-readable category name |
Example in JSON Format (shortened)
{
"app_list": [
{
"asin": "B082VKW4DX",
"rank": 1
},
{
"asin": "B09CQGJHN9",
"rank": 2
},
{
"asin": "B072RCB5DH",
"rank": 3
},
...
],
"category_key": "newspapers",
"country": "US",
"date": "23-04-2023",
"category_name": "Newspapers"
}
Last Modified: 03 May 2023