iOS Apps
Overview
Contains metadata related to apps available in the Appleās App Store.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Primary key and unique identifier for each App Store app in the dataset. |
| app_id | integer | App store landing page for app. |
| bundle_id | string | Equivalent to the team ID, tied to developers and often used for tracking, billing and installs. |
| version | string | Provides version number for app. |
| app_name | string | Name of the given app in the App Store. |
| genre_ids | array | List of category IDs (i.e. primary, secondary) that the app belongs to. |
| primary_genre_id | string | Primary category ID (i.e. Games, Business) that the app belongs to. |
| description | string | A short sentence that describes the app being viewed on the App Store. |
| screenshot_urls | array | Screenshots of the full app. |
| artwork_url | string | The full-sized logo for the app. |
| advisories | array | List of content advisories for the app. |
| kind | string | Indicates the type of app (i.e. software). |
| currency | string | If the app is not free, this field will provide the currency the app will be purchased in. |
| language_codes | array | List of languages this app translates to. |
| file_size_bytes | integer | Size of the app. |
| seller_url | string | URL of the app developer. |
| seller_name | string | Name of the app developer. |
| average_user_rating | float | Average user rating based on count of app ratings. |
| user_rating_count | integer | Count of reviews submitted on the app. |
| content_rating | string | The minimal maturity level of content in the app. |
| release_notes | string | Details of the latest app version update. |
| price | float | If the app is not free, this field will indicate the app price. |
| current_version_release_date | datetime | Date when the current app version was released to the App Store. |
| minimum_os_version | string | Minimum iOS version required for app. |
| original_country | string | Country code where the app originated. |
| last_scanned | datetime | The last time the App Store URL was scanned by the Sincera platform. |
| created_at | datetime | Date when the app was added to the Google Play Store. |
| updated_at | datetime | Date when the app was last updated in the Google Play Store. |
| parent_entity_id | integer | Parent publisher of the app based upon the parent_entity_id key field in the publishers dataset. |
| app_status | integer | Indicates status of the app. app_status = 0 not yet crawled app_status = 1 active app_status = 2 inactive |