File Dump for Amazon Apps
42matters provides an enterprise data dump of Amazon App meta-data.
Dump Types
Dump frequency
daily, weekly, monthly
Daily, Weekly and Monthly file dumps contain metadata for all published and unpublished Amazon apps. In order to distinguish the market status for each app, please refer to its market_status field.
Sample Data Dump
Have a look at the daily-updated Top 10 Amazon Apps:
Please login or register to download sample data dumps.
Data Format
Data is store in a single gzipped file with line delimited JSON with the following characteristics:
- Each line is a valid JSON object
- UTF-8 encoding
- Line separator is '\n'
App Schema
Name |
Type |
Description |
Available in Dump |
asin |
String |
The app unique identifier (Amazon Standard Identification Number). |
STANDARD |
package_name |
String |
The app package name (internal unique identifier) |
STANDARD |
market_status |
String |
Status on the market
- PUBLISHED if the app is present
- UNPUBLISHED if the app was unpublished
Available in dumps starting from May 2020.
|
STANDARD |
title |
String |
App title |
STANDARD |
description |
String |
Full app description |
STANDARD |
category |
List |
List of app categories (human-readable) |
STANDARD |
developer |
String |
App developer name |
STANDARD |
email |
Email |
Contact email for the developer. |
STANDARD |
what_is_new |
String |
'What is new' message from the developer |
STANDARD |
icon |
URL |
Full-sized icon. |
STANDARD |
market_update |
Date in ISO8601 extended format |
The last time the app was updated |
STANDARD |
created |
Date in ISO8601 extended format |
The time the app was published |
STANDARD |
rating |
Double |
App rating (from 0 to 5, 5 highest) |
STANDARD |
number_ratings |
Integer |
Total number of app ratings |
STANDARD |
price_numeric |
Double |
The app price (numeric) |
STANDARD |
price |
String |
Formatted app price with currency |
STANDARD |
iap |
Boolean |
A boolean flag that signifies whether the app offers in-app purchases or not. |
STANDARD |
size |
Integer |
App size |
STANDARD |
size_min |
Integer |
Minimum app size (if app has multiple versions) |
STANDARD |
size_max |
Integer |
Maximum app size (if app has multiple versions) |
STANDARD |
screenshots |
List of URLs |
List of app screenshots |
STANDARD |
thumbs |
List of URLs |
List of app thumbnails |
STANDARD |
version |
String |
The current app version |
STANDARD |
minimum_operating_system |
String |
The minimum operating system required |
STANDARD |
age_rating |
String |
The age rating of the app. |
STANDARD |
permissions |
List of permissions |
List of human-readable permissions
| STANDARD |
features |
List of features supported by the app |
List of human-readable features
| STANDARD |
privacy_policy |
URL |
A link to the app privacy policy |
STANDARD |
website |
URL |
A link to the app website |
STANDARD |
market_url |
URL |
A deep link to the app page on Amazon
Appstore |
STANDARD |
Last Modified: 03 May 2023