File Dump for Tencent Apps
42matters provides an enterprise data dump of Tencent App meta-data.
Dump Types
Country-specific metadata
CN (default)
Language-specific metadata
zh (default)
Dump frequency
daily, weekly, monthly
Daily, Weekly and Monthly file dumps contain metadata for all published Tencent apps.
Sample Data Dump
Have a look at the daily-updated Top 10 Tencent Apps:
Please login or register to download sample data dumps.
Data Format
Data is stored 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 |
package_name |
String |
The app package name (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 |
short_desc |
String |
Short app description (promo text)
|
STANDARD |
category |
String |
The app category (human-readable string) |
STANDARD |
category_en |
String |
The app category in English (human-readable string) |
STANDARD |
cat_key |
String |
The app primary category key. Refer to the Tencent MyApp
categories for
more information.
|
STANDARD |
developer |
String |
App developer name |
STANDARD |
what_is_new |
String |
'What is new' message from the developer
|
STANDARD |
icon |
URL |
Full-sized icon.
|
STANDARD |
downloads |
String |
Total number of downloads |
STANDARD |
market_update |
Date in ISO8601 extended format |
The last time the app was updated |
STANDARD |
rating |
Double |
App rating (from 0 to 5, 5 highest) |
STANDARD |
size |
Integer |
App size (in bytes, optional, if app has multiple versions) |
STANDARD |
screenshots |
List of URLs |
List of app screenshots |
STANDARD |
version |
String |
The current app version |
STANDARD |
number_ratings |
Integer |
Total number of app ratings |
STANDARD |
ratings_1 |
Integer |
Number of app ratings with 1 star |
STANDARD |
ratings_2 |
Integer |
Number of app ratings with 2 stars |
STANDARD |
ratings_3 |
Integer |
Number of app ratings with 3 stars |
STANDARD |
ratings_4 |
Integer |
Number of app ratings with 4 stars |
STANDARD |
ratings_5 |
Integer |
Number of app ratings with 5 stars |
STANDARD |
lang |
Language code |
Default language for the app |
STANDARD |
has_ads |
Boolean |
Flag whether the app has ads |
STANDARD |
from_developer |
List of package names |
List of other apps from the same developer |
STANDARD |
similar |
List of package names |
List of similar apps. |
STANDARD |
permissions |
List of permission strings. |
Permission strings, in chinese. |
STANDARD |
market_url |
URL |
A deep link to the app page on Tencent
MyApp |
STANDARD |
Last Modified: 03 May 2023