LG Apps
Overview
Contains metadata related to apps available in the LG App Store.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Primary key and unique identifier for each LG app in the dataset. |
| bundle_id | string | Equivalent to the store ID, tied to developers and often used for tracking, billing and installs. |
| app_name | string | Name of the given app in the LG App Store. |
| description | string | A short sentence that describes the app being viewed on the LG App Store. |
| description_urls | array | Links taken from the description, parsed into an array. |
| version | string | The current app’s version number as deployed to the LG App Store |
| audience_age | string | The age rating for the app as seen on the LG App Store pages |
| category | string | The main vertical the app belongs to. |
| alt_categories | array | The total list of categories the app belongs to. |
| country_codes | array | The list of country codes the app is available in. |
| languages | array | The list of languages the app is available in. |
| screenshots | array | A list of screenshots that are shown for the app. |
| current_user_rating | float | The current user ratings as seen on the app store. |
| url | string | App store landing page for app. |
| seller_id | string | The unique ID for the seller of the app on the app store. |
| seller_name | string | The seller’s name as seen on the LG App store’s UI. |
| seller_email | string | The seller’s email as returned by the LG App store. |
| avail_platforms | array | A list of platforms the app is available on. |
| app_deployed_at | datetime | The date the app was first deployed at. |
| app_updated_at | datetime | The date the app was last updated. |
| created_at | datetime | Date when the app was added to the DB. |
| updated_at | datetime | Date when the app was last updated in the DB. |
| app_status | string | The app’s status on the LG App Store. |
| last_scanned | datetime | The last time the URL was scanned by the Sincera platform. |