Data Dictionary
Contains explanations and examples for all data fields available in the Chromestore Companies dataset.
All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.
The data points in the example snippets have been rearranged for better grouping. To see where a specific data point stands, check the full data sample here.
Data point | Description | Data type |
---|---|---|
meta | Contains metadata about the record | Object |
created_at_date | Date when the record was initially scraped | Array of numbers |
created_at_timestamp | Unix timestamp for when the record was first scraped | Number |
updated_at_date | Date when the record was last updated | Array of numbers |
updated_at_timestamp | Unix timestamp for when the record was last updated | Number |
version_id | Identifier for the dataset version | String |
source | Source from which the record was obtained | String |
object | Data object type | String |
is_deleted | Indicates if the record is available on the Chrome Store | Boolean |
See a snippet of the dataset for reference:
Data point | Description | Data type |
---|---|---|
id | Record identifier in our database | String |
source_id | Record identifier on Chrome Web Store | String |
url | URL to the extension page on Chrome Store | String |
See a snippet of the dataset for reference:
Data point | Description | Data point |
---|---|---|
name | Product name | String |
website_url | Product website (outside Chrome Store) | String |
logo_url | Logo URL | String |
category | Software category on Chrome Store | Array of strings |
See a snippet of the dataset for reference:
Data point | Description | Data type |
---|---|---|
overview | Extention overview | Object |
main_image | Logo URL | String |
description | Description | String |
version | Version available for download | String |
last_updated | Last update date | String |
size | Extension size | String |
languages_count | Supported language count | Integer |
See a snippet of the dataset for reference:
Data point | Description | Data type |
---|---|---|
rating | Overview of privacy practices employed by the developer | Float |
review_count | Total number of reviews | Integer |
users_count | Total number of users | Integer |
See a snippet of the dataset for reference:
Data point | Description | Data type |
---|---|---|
privacy_practices_text | Overview of privacy practices employed by the developer | String |
See a snippet of the dataset for reference:
Data point | Description | Data type |
---|---|---|
reviews | List of extension reviews | Array of objects |
author | Review author | String |
date | Review date | String |
rating | Rating in the review | Float |
text | Review content | String |
See a snippet of the dataset for reference:
Data point | Description | Data type |
---|---|---|
related_extensions | List of related extensions | Array of objects |
name | Similar extension name | String |
review_count | Total number of reviews | Integer |
rating | Overall rating | Float |
url | Extension page URL | String |
See a snippet of the dataset for reference: