Fire TV Apps
Overview
Contains metadata related to apps available in the Fire TV App Store.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Primary key and unique identifier for each app in the dataset. |
| publisher_id | integer | A foreign key to our publishers table. |
| bundle_id | string | The app store’s bundle ID for the given app. |
| app_name | string | Name of the given app in the app store. |
| description | string | A short sentence that describes the app being viewed on the app store. |
| version | string | The current app’s version number as deployed to the app store |
| maturity_rating | string | The age rating for the app as seen on the app store pages |
| languages | array | The list of languages the app is available in. |
| screenshots | array | A list of screenshots that are shown for the app. |
| app_image | string | The main app icon image as displayed in the app store. |
| price | array | The price as displayed in the app store |
| currency_code | array | The currency code for the price displayed |
| current_user_rating | float | The current user ratings as seen on the app store. |
| rating_count | integer | The number of ratings seen for the app. |
| url | string | App store landing page for app. |
| seller_name | string | The seller’s name as seen on the app store’s UI. |
| top_reviews | array | A list of top reviews as seen on the app store. |
| detailed_ratings | object | A breakdown of the reviews the app has received. |
| privacy_policy | string | A link to the privacy policy seen on the app store. |
| app_permissions | array | A list of permissions that app requests. |
| 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 app store. |
| last_scanned | datetime | The last time the URL was scanned by the Sincera platform. |