# Data Dictionary: Craft Companies

Contains explanations and examples for all data fields available in the **Craft Companies** dataset.

{% hint style="info" %}
All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.
{% endhint %}

{% tabs %}
{% tab title="Data fields per category" %}

1. [Metadata](#metadata)
2. [Firmographics](#firmographics)
3. [Company profile information](#company-profile-information)
4. [Tech stack](#tech-stack)
5. [Employee metrics](#employee-metrics)
6. [Jobs and salaries](#jobs-and-salaries)
7. [Competitors](#competitors)
8. [Leadership](#leadership)
9. [Financials](#financials)
10. [Website ratings](#website-ratings)
11. [Company ratings](#company-ratings)
12. [Media](#media)
13. [Pages and URL](#pages-and-urls)
    {% endtab %}
    {% endtabs %}

{% hint style="info" %}
The data fields in the example snippets have been rearranged for better grouping. To see where a specific data field stands, check the full data sample [here](https://docs.coresignal.com/additional-sources/craft-companies/data-sample).
{% endhint %}

***

## Metadata

### Record metadata

| Data field   | Description                                                                                                                                                                                                   | Data type |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| `deleted`    | <p>Marks if the company was still available after the data refresh:<br><code>0</code> – company record is available publicly<br><code>1</code> – company record was deleted and, therefore, not refreshed</p> | Integer   |
| `updated_at` | Record update timestamp in ISO 8601 format                                                                                                                                                                    | Timestamp |
| `created_at` | Record created timestamp in ISO 8601 format                                                                                                                                                                   | Timestamp |

See a snippet of the dataset for reference:

{% code title="Record metadata" %}

```json
"deleted": 0,
"updated_at": "2025-10-23 12:34:56",
"created_at": "2025-10-23 12:34:56"
```

{% endcode %}

***

### Profile metadata

| Data field  | Description                               | Data type |
| ----------- | ----------------------------------------- | --------- |
| `id`        | Record identification key in our database | String    |
| `source_id` | Record identification key in Craft        | String    |

{% code title="Record metadata" %}

```json
"id": "craft_company_12345",
"source_id": "12345",
```

{% endcode %}

***

## Firmographics

| Data field          | Description                         | Data type |
| ------------------- | ----------------------------------- | --------- |
| `company_type`      | Company type                        | String    |
| `display_name`      | Display name                        | String    |
| `founded_year`      | Founding year                       | String    |
| `logo_url`          | Logo URL                            | String    |
| `long_description`  | Detailed description of the company | String    |
| `short_description` | Brief description of the company    | String    |
| `slug`              | Profile URL slug on Craft           | String    |
| `status`            | Current operating status            | String    |

**See a snippet of the dataset for reference:**

{% code title="Firmographics" %}

```json
"company_type": "subsidiary",
"display_name": "Fake Technologies",
"founded_year": 2021,
"logo_url": "https://example.com/logos/fake-technologies.png",
"long_description": "Fake Technologies is a fictional software company created for demonstration and testing purposes. It focuses on building mock platforms, sample APIs, and prototype applications that help teams validate ideas, test integrations, and showcase product concepts without relying on real production data.",
"short_description": "A fictional technology company used for demos and testing.",
"slug": "fake-technologies",
"status": "active",
```

{% endcode %}

### Operating metrics

| Data field                                  | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `operating_metrics`                         | List of company's operating metrics                                                                                                                                                                                                                                                                       | Array of objects |
| `operating_metrics.id`                      | Record identification key                                                                                                                                                                                                                                                                                 | String           |
| `operating_metrics.company_specific_kpi`    | Specific key performance indicator (KPI)                                                                                                                                                                                                                                                                  | String           |
| `operating_metrics.footnotes`               | Additional notes or explanations related to the metric                                                                                                                                                                                                                                                    | String           |
| `operating_metrics.period_display_end_date` | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `operating_metrics.period_end_date`         | Period end date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                    | String (date)    |
| `operating_metrics.period_type`             | Period type                                                                                                                                                                                                                                                                                               | String           |
| `operating_metrics.source_id`               | Record identification key assigned by Craft                                                                                                                                                                                                                                                               | String           |
| `operating_metrics.source_label`            | Source title/label                                                                                                                                                                                                                                                                                        | String           |
| `operating_metrics.source_url`              | Data source URL                                                                                                                                                                                                                                                                                           | String           |
| `operating_metrics.unit_type`               | Unit type used for the metric (e.g., unit, percentage, currency)                                                                                                                                                                                                                                          | String           |
| `operating_metrics.currency`                | Currency used for the metric                                                                                                                                                                                                                                                                              | String           |
| `operating_metrics.value`                   | Value used for the metric                                                                                                                                                                                                                                                                                 | Float            |
| `operating_metrics.deleted`                 | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `operating_metrics.created_at`              | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `operating_metrics.updated_at`              | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Operating metrics" %}

```json
"operating_metrics": [
    {
        "id": "123id456example",
        "company_specific_kpi": "Awards and Recognition",
        "footnotes": "This metric reflects the total number of industry awards and recognitions received by Fake Technologies in the specified period, emphasizing the company's commitment.",
        "period_display_end_date": "Jun, 2023",
        "period_end_date": "2023-06-14",
        "period_type": "month",
        "source_id": "123source456id678example",
        "source_label": "Fake Technologies (Awards) June 2023",
        "source_url": "https://www.fake-technologiess.com/about-us/awards",
        "unit_type": "units",
        "currency": null,
        "value": 13,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Parent company

| Data field                    | Description               | Data type |
| ----------------------------- | ------------------------- | --------- |
| `parent_company`              | Parent company details    | Object    |
| `parent_company.id`           | Record identification key | String    |
| `parent_company.display_name` | Display name              | String    |
| `parent_company.slug`         | Profile URL slug          | String    |

**See a snippet of the dataset for reference:**

{% code title="Parent company" %}

```json
"parent_company": {
    "id": "98765",
    "display_name": "Example Technologies",
    "slug": "example-technologies"
}
```

{% endcode %}

### Similar companies

| Data field                                 | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `market_similar_companies`                 | List of similar companies in the market                                                                                                                                                                                                                                                                   | Array of Objects |
| `market_similar_companies.id`              | Record identification key                                                                                                                                                                                                                                                                                 | String           |
| `market_similar_companies.company_type`    | Company type                                                                                                                                                                                                                                                                                              | String           |
| `market_similar_companies.display_name`    | Display name                                                                                                                                                                                                                                                                                              | String           |
| `market_similar_companies.employee_growth` | Growth rate (employee count increase)                                                                                                                                                                                                                                                                     | Float            |
| `market_similar_companies.employees_count` | Total number of employees                                                                                                                                                                                                                                                                                 | Integer          |
| `market_similar_companies.slug`            | Company profile URL slug                                                                                                                                                                                                                                                                                  | String           |
| `market_similar_companies.deleted`         | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `market_similar_companies.created_at`      | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `market_similar_companies.updated_at`      | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Market similar companies" %}

```json
"market_similar_companies": [
    {
        "id": "987id654example",
        "company_type": "private",
        "display_name": "Fake Solutions",
        "employee_growth": 0.70281124497992,
        "employees_count": 100,
        "slug": "fake-solutions",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Location

#### HQ location

| Data field                  | Description                                                                                                                                                                                                                                                                                               | Data type        |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `hq_locations`              | Company HQ location information (main company address)                                                                                                                                                                                                                                                    | Array of objects |
| `hq_locations.id`           | Location identification key                                                                                                                                                                                                                                                                               | String           |
| `hq_locations.city`         | Company address (city)                                                                                                                                                                                                                                                                                    | String           |
| `hq_locations.country_code` | Company address (country code)                                                                                                                                                                                                                                                                            | String           |
| `hq_locations.country_name` | Company address (country)                                                                                                                                                                                                                                                                                 | String           |
| `hq_locations.state`        | Company address (state)                                                                                                                                                                                                                                                                                   | String           |
| `hq_locations.deleted`      | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `hq_locations.created_at`   | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `hq_locations.updated_at`   | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Location" %}

```json
"hq_locations": [
    {
        "id": "257000",
        "city": "Pittsburgh",
        "country_code": "US",
        "country_name": "United States",
        "state": "Pennsylvania",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

#### Company locations

| Data field               | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `locations`              | List of company locations (HQ and satellite)                                                                                                                                                                                                                                                              | Array of objects |
| `locations.id`           | Record identification key                                                                                                                                                                                                                                                                                 | String           |
| `locations.address`      | Company address                                                                                                                                                                                                                                                                                           | String           |
| `locations.city`         | Company address (city)                                                                                                                                                                                                                                                                                    | String           |
| `locations.country_code` | Company address (country code)                                                                                                                                                                                                                                                                            | String           |
| `locations.country_name` | Company address (country)                                                                                                                                                                                                                                                                                 | String           |
| `locations.hq`           | Marks if the address is for the company HQ                                                                                                                                                                                                                                                                | Boolean          |
| `locations.latitude`     | Location latitude coordinates                                                                                                                                                                                                                                                                             | Float            |
| `locations.longitude`    | Location longitude coordinates                                                                                                                                                                                                                                                                            | Float            |
| `locations.state`        | Company satellite address (state)                                                                                                                                                                                                                                                                         | String           |
| `locations.deleted`      | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `locations.created_at`   | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `locations.updated_at`   | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Location" %}

```json
"locations": [
    {
        "id": "111111",
        "address": "500 Fake Street",
        "city": "Pittsburgh",
        "country_code": "US",
        "country_name": "United States",
        "hq": true,
        "latitude": 40.438,
        "longitude": -79.997,
        "state": "Pennsylvania",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Industry

| Data field                 | Description                                                                                                                                                                                                                                                                                               | Data type        |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `industry_tags`            | Industry tags assigned to the company profile                                                                                                                                                                                                                                                             | Array of objects |
| `industry_tags.id`         | Record identification key                                                                                                                                                                                                                                                                                 | String           |
| `industry_tags.name`       | Industry tag                                                                                                                                                                                                                                                                                              | String           |
| `industry_tags.slug`       | Industry tag URL slug                                                                                                                                                                                                                                                                                     | String           |
| `industry_tags.deleted`    | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `industry_tags.created_at` | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `industry_tags.updated_at` | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Industry tags" %}

```json
"industry_tags": [
    {
        "id": "123id456example789",
        "name": "Manufacturing & Industrial",
        "slug": "manufacturing-industrial",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

***

## Company profile information

### Other tags

| Data field                     | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `not_industry_tags`            | Various tags assigned to the company profile (not related to the industry)                                                                                                                                                                                                                                | Array of objects |
| `not_industry_tags.id`         | Record identification key                                                                                                                                                                                                                                                                                 | String           |
| `not_industry_tags.name`       | Tag name                                                                                                                                                                                                                                                                                                  | String           |
| `not_industry_tags.slug`       | Tag URL slug                                                                                                                                                                                                                                                                                              | String           |
| `not_industry_tags.deleted`    | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `not_industry_tags.created_at` | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `not_industry_tags.updated_at` | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Other tags " %}

```json
"not_industry_tags": [
    {
        "id": "987id654example123",
        "name": "coatings",
        "slug": "coatings",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Tags

| Data field | Description                                  | Data type        |
| ---------- | -------------------------------------------- | ---------------- |
| `tags`     | Various tags assigned to the company profile | Array of strings |

**See a snippet of the dataset for reference:**

{% code title="Tags" %}

```json
"tags": [
          "manufacturing-industrial",
          "coatings",
          "mechanical components",
          "metal-products"
 ],
```

{% endcode %}

***

***

## Tech stack

| Data field                     | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `technologies`                 | Company's tech stack                                                                                                                                                                                                                                                                                      | Array of objects |
| `technologies.category`        | Technology category                                                                                                                                                                                                                                                                                       | String           |
| `technologies.description`     | Technology description                                                                                                                                                                                                                                                                                    | String           |
| `technologies.last_updated_at` | Last updated timestamp of the technology description in `ISO 8601` format                                                                                                                                                                                                                                 | String (date)    |
| `technologies.name`            | Technology name                                                                                                                                                                                                                                                                                           | String           |
| `technologies.url`             | URL to the article about the technology                                                                                                                                                                                                                                                                   | String           |
| `technologies.deleted`         | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `technologies.created_at`      | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `technologies.updated_at`      | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Technologies" %}

```json
"technologies": [
    {
        "category": "CDN",
        "description": "This page contains links that give the impression that some of the site contents are stored on a content delivery network.",
        "last_updated_at": "2024-12-27T08:00:00Z",
        "name": "Content Delivery Network",
        "url": "http://example.com/Content_Delivery_Network",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

***

## Employee metrics

### Employee counts

| Data field                      | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `employees`                     | Employee count fluctuations                                                                                                                                                                                                                                                                               | Array of objects |
| `employees.id`                  | Record identification key                                                                                                                                                                                                                                                                                 | String           |
| `employees.date`                | Record date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                        | String (date)    |
| `employees.employee_number`     | Total number of employees                                                                                                                                                                                                                                                                                 | Integer          |
| `employees.deleted`             | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `employees.created_at`          | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `employees.updated_at`          | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |
| `latest_employee_date`          | Employee count change record date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                  | String (date)    |
| `latest_employee_number_growth` | Employee count change (from the last recorded count)                                                                                                                                                                                                                                                      | Float            |
| `latest_employee_number`        | Latest employee count                                                                                                                                                                                                                                                                                     | Integer          |

**See a snippet of the dataset for reference:**

{% code title="Employees" %}

```json
"employees": [
    {
        "id": "id12345sample6789",
        "date": "2025-08-03",
        "employee_number": 100,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
"latest_employee_date": "2025-07-01",
"latest_employee_number_growth": 0.0,
"latest_employee_number": 100,
```

{% endcode %}

### Ethnicity metrics

| Data field                                  | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `ethnicity_metrics`                         | Human capital metrics (ethnicity)                                                                                                                                                                                                                                                                         | Array of objects |
| `ethnicity_metrics.name`                    | Ethnicity metric                                                                                                                                                                                                                                                                                          | String           |
| `ethnicity_metrics.period_display_end_date` | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `ethnicity_metrics.period_end_date`         | Period end date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                    | String (date)    |
| `ethnicity_metrics.period_type`             | Period type                                                                                                                                                                                                                                                                                               | String           |
| `ethnicity_metrics.unit_type`               | Unit type used for the metric (e.g., unit, percentage, currency)                                                                                                                                                                                                                                          | String           |
| `ethnicity_metrics.value`                   | Metric value                                                                                                                                                                                                                                                                                              | Float            |
| `ethnicity_metrics.deleted`                 | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `ethnicity_metrics.created_at`              | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `ethnicity_metrics.updated_at`              | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Ethnicity metrics" %}

```json
"ethnicity_metrics": [
    {
        "name": "White (USA), percent",
        "period_display_end_date": "FY, 2025",
        "period_end_date": "2025-09-30",
        "period_type": "fiscal_year",
        "unit_type": "percentage",
        "value": 77.0,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Gender metrics

| Data field                               | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `gender_metrics`                         | Human capital metrics (gender)                                                                                                                                                                                                                                                                            | Array of objects |
| `gender_metrics.name`                    | Gender metric name                                                                                                                                                                                                                                                                                        | String           |
| `gender_metrics.period_display_end_date` | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `gender_metrics.period_end_date`         | Period end date in `YYYY-MM-DD`format                                                                                                                                                                                                                                                                     | String (date)    |
| `gender_metrics.period_type`             | Period type                                                                                                                                                                                                                                                                                               | String           |
| `gender_metrics.unit_type`               | Unit type used for the metric (e.g., unit, percentage, currency)                                                                                                                                                                                                                                          | String           |
| `gender_metrics.value`                   | Metric value                                                                                                                                                                                                                                                                                              | Float            |
| `gender_metrics.deleted`                 | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `gender_metrics.created_at`              | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `gender_metrics.updated_at`              | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Ethnicity metrics" %}

```json
"gender_metrics": [
    {
        "name": "F_emale (Directors and Above), percent",
        "period_display_end_date": "FY, 2023",
        "period_end_date": "2023-12-31",
        "period_type": "fiscal_year",
        "unit_type": "percentage",
        "value": 26.0,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
]
```

{% endcode %}

***

## Jobs and salaries

### Roles

| Data field                              | Description                                                                                                                                                                                                                                                                                               | Data type        |
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `roles_metrics`                         | Number of employees in each role                                                                                                                                                                                                                                                                          | Array of objects |
| `roles_metrics.name`                    | Measured role                                                                                                                                                                                                                                                                                             | String           |
| `roles_metrics.period_display_end_date` | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `roles_metrics.period_end_date`         | Period end date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                    | String (date)    |
| `roles_metrics.period_type`             | Period type                                                                                                                                                                                                                                                                                               | String           |
| `roles_metrics.unit_type`               | Unit type used for the metric (e.g., unit, percentage, currency)                                                                                                                                                                                                                                          | String           |
| `roles_metrics.value`                   | Metric value                                                                                                                                                                                                                                                                                              | Float            |
| `roles_metrics.deleted`                 | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `roles_metrics.created_at`              | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `roles_metrics.updated_at`              | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Roles metrics" %}

```json
"roles_metrics": [
    {
        "name": "Managers",
        "period_display_end_date": "Y, 2023",
        "period_end_date": "2023-12-31",
        "period_type": "year",
        "unit_type": "units",
        "value": 2060,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Salaries

| Data field               | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `salaries`               | Salaries by job category                                                                                                                                                                                                                                                                                  | Array of objects |
| `salaries.job_category`  | Job category for the salary metric                                                                                                                                                                                                                                                                        | String           |
| `salaries.median_salary` | Median salary in the job category                                                                                                                                                                                                                                                                         | Object           |
| `median_salary.currency` | Salary currency                                                                                                                                                                                                                                                                                           | String           |
| `median_salary.value`    | Median salary in the category                                                                                                                                                                                                                                                                             | Float            |
| `salaries.deleted`       | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `salaries.created_at`    | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `salaries.updated_at`    | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Salaries" %}

```json
"salaries": [
    {
        "job_category": "Finance",
        "median_salary": {
            "currency": "$",
            "value": 95127
        },
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Company jobs

| Data field                  | Description                                                                                                                                                                                                                                                                                               | Data type        |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `jobs_count`                | Count of available jobs                                                                                                                                                                                                                                                                                   | Integer          |
| `job_categories`            | Available job categories                                                                                                                                                                                                                                                                                  | Array of objects |
| `job_categories.category`   | Job category                                                                                                                                                                                                                                                                                              | String           |
| `job_categories.percentage` | Percentage of jobs in the category                                                                                                                                                                                                                                                                        | Float            |
| `job_categories.deleted`    | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `job_categories.created_at` | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `job_categories.updated_at` | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Jobs" %}

```json
"jobs_count": 0,
"job_categories": [
    {
            "category": "Technology",
            "percentage": 100.0,
            "deleted": 0,
            "created_at": "2025-12-01 05:00:00",
            "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

***

## Competitors

| Data field                 | Description                                                                                                                                                                                                                                                                                               | Data type        |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `competitors`              | Competitor company information                                                                                                                                                                                                                                                                            | Array of objects |
| `competitors.id`           | Record identification key                                                                                                                                                                                                                                                                                 | String           |
| `competitors.company_type` | Company type                                                                                                                                                                                                                                                                                              | String           |
| `competitors.display_name` | Name                                                                                                                                                                                                                                                                                                      | String           |
| `competitors.logo_url`     | Logo URL                                                                                                                                                                                                                                                                                                  | String           |
| `competitors.slug`         | Profile URL slug                                                                                                                                                                                                                                                                                          | String           |
| `competitors.tags`         | Assigned tags                                                                                                                                                                                                                                                                                             | Array of strings |
| `competitors.deleted`      | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `competitors.created_at`   | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `competitors.updated_at`   | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Competitors" %}

```json
"competitors": [
    {
        "id": "369963",
        "company_type": "private",
        "display_name": "Example Engineering",
        "logo_url": "https://uploads.craft.co/uploads/company/logo/example-engineering.JPEG",
        "slug": "example-engineering",
        "tags": [
            "manufacturing-industrial",
            "coatings",
            "mechanical components",
            "metal-products"
        ],
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

***

## Leadership

| Data field                            | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `key_executives`                      | Company executives                                                                                                                                                                                                                                                                                        | Array of objects |
| `key_executives.headshot_url`         | Headshot URL                                                                                                                                                                                                                                                                                              | String           |
| `key_executives.professional_network` | Profile URL on Professional network                                                                                                                                                                                                                                                                       | String           |
| `key_executives.name`                 | Name                                                                                                                                                                                                                                                                                                      | String           |
| `key_executives.title`                | Job title                                                                                                                                                                                                                                                                                                 | String           |
| `key_executives.twitter`              | Twitter profile URL                                                                                                                                                                                                                                                                                       | String           |
| `key_executives.deleted`              | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `key_executives.created_at`           | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `key_executives.updated_at`           | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |
| `key_executive_sources`               | Source from which the leadership information is taken                                                                                                                                                                                                                                                     | Array of objects |
| `key_executive_sources.id`            | Source identification key                                                                                                                                                                                                                                                                                 | String           |
| `key_executive_sources.label`         | Source name                                                                                                                                                                                                                                                                                               | String           |
| `key_executive_sources.url`           | Source URL                                                                                                                                                                                                                                                                                                | String           |
| `key_executive_sources.deleted`       | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `key_executive_sources.created_at`    | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `key_executive_sources.updated_at`    | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Leadership" %}

```json
"key_executives": [
    {
        "headshot_url": "https://craft.co/photos/john-doe.jpg",
        "professional_network": "https://www.professional_network.com/john-doe/",
        "name": "John Doe",
        "title": "Managing Director",
        "twitter": "https://twitter.com/JohnDoeOfficial",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
"key_executive_sources": [
    {
        "id": "1example234567id89",
        "label": "fake-technologies.com",
        "url": "https://www.fake-technologies.com/en/company.html",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

***

## Financials

### Enterprise value

| Data field    | Description               | Data type |
| ------------- | ------------------------- | --------- |
| `ev`          | Enterprise value details  | Object    |
| `ev.currency` | Enterprise value currency | String    |
| `ev.value`    | Monetary value            | Float     |

**See a snippet of the dataset for reference:**

{% code title="Enterprise value" %}

```json
"ev": {
    "currency": "$",
    "value": 361413720
},
```

{% endcode %}

### Acquisitions

| Data field                | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `acquisitions`            | Acquisitions                                                                                                                                                                                                                                                                                              | Array of objects |
| `acquisitions.id`         | Record identification key                                                                                                                                                                                                                                                                                 | String           |
| `acquisitions.date`       | Acquisition date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                   | String (date)    |
| `acquisitions.name`       | Acquired company                                                                                                                                                                                                                                                                                          | String           |
| `acquisitions.slug`       | Profile URL slug of the acquired company                                                                                                                                                                                                                                                                  | String           |
| `acquisitions.status`     | Acquisition status                                                                                                                                                                                                                                                                                        | String           |
| `acquisitions.currency`   | Deal currency                                                                                                                                                                                                                                                                                             | String           |
| `acquisitions.value`      | Deal value                                                                                                                                                                                                                                                                                                | Float            |
| `acquisitions.deleted`    | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `acquisitions.created_at` | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `acquisitions.updated_at` | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="acquisitions" %}

```json
"acquisitions": [
    {
        "id": "abc123def456ghi789jkl",
        "date": "2024-04-10",
        "name": "Fake Solutions",
        "slug": "fake-solutions",
        "status": "completed",
        "currency": "$",
        "value": 30000000.0,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Annual income statements

| Data field                                         | Description                                                                                                                                                                                                                                                                                               | Data type        |
| -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `annual_income_statements`                         | Revenue information for a specific period                                                                                                                                                                                                                                                                 | Array of objects |
| `annual_income_statements.id`                      | Record identification key                                                                                                                                                                                                                                                                                 | String           |
| `annual_income_statements.revenue`                 | Revenue amount                                                                                                                                                                                                                                                                                            | Float            |
| `annual_income_statements.currency`                | Revenue currency                                                                                                                                                                                                                                                                                          | String           |
| `annual_income_statements.period_display_end_date` | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `annual_income_statements.deleted`                 | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `annual_income_statements.created_at`              | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `annual_income_statements.updated_at`              | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="annual income statements" %}

```json
"annual_income_statements": [
    {
        "id": "123456789id987654321",
        "revenue": 333836,
        "currency": "$",
        "period_display_end_date": "FY, 2023",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Balance sheets

| Data field                                  | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `balance_sheets`                            | Overview of financial metrics, key dates, and other relevant information related to the company's financial status and performance                                                                                                                                                                        | Array of objects |
| `balance_sheets.id`                         | Record identifier                                                                                                                                                                                                                                                                                         | String           |
| `balance_sheets.accounts_payable`           | Amount owed to creditors                                                                                                                                                                                                                                                                                  | Float            |
| `balance_sheets.accounts_receivable`        | Amount owed by customers                                                                                                                                                                                                                                                                                  | Float            |
| `balance_sheets.additional_paid_in_capital` | Additional capital contributed by shareholders                                                                                                                                                                                                                                                            | Float            |
| `balance_sheets.cash`                       | Cash on hand                                                                                                                                                                                                                                                                                              | Float            |
| `balance_sheets.common_stock`               | Common stock value                                                                                                                                                                                                                                                                                        | String           |
| `balance_sheets.currency`                   | Currency used for financial values                                                                                                                                                                                                                                                                        | String           |
| `balance_sheets.current_assets`             | Current assets value                                                                                                                                                                                                                                                                                      | Float            |
| `balance_sheets.current_liabilities`        | Debts and obligations due within a year                                                                                                                                                                                                                                                                   | Float            |
| `balance_sheets.debt_to_assets_ratio`       | Ratio of total debt to total assets                                                                                                                                                                                                                                                                       | Float            |
| `balance_sheets.debt_to_equity_ratio`       | Ratio of total debt to shareholder equity                                                                                                                                                                                                                                                                 | Float            |
| `balance_sheets.dividends_payable`          | Dividends owed to shareholders                                                                                                                                                                                                                                                                            | Float            |
| `balance_sheets.financial_leverage`         | Degree of financial leverage                                                                                                                                                                                                                                                                              | Float            |
| `balance_sheets.goodwill`                   | Intangible asset representing excess purchase price over fair market value                                                                                                                                                                                                                                | Float            |
| `balance_sheets.inventories`                | Value of goods held for sale                                                                                                                                                                                                                                                                              | Float            |
| `balance_sheets.long_term_debt_current`     | Current portion of long-term debt                                                                                                                                                                                                                                                                         | Float            |
| `balance_sheets.long_term_debt_noncurrent`  | Long-term debt, excluding the current portion                                                                                                                                                                                                                                                             | Float            |
| `balance_sheets.non_current_liabilities`    | Debts and obligations due after a year                                                                                                                                                                                                                                                                    | Float            |
| `balance_sheets.period_display_end_date`    | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `balance_sheets.period_end_date`            | Period end date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                    | String (date)    |
| `balance_sheets.period_type`                | Period type                                                                                                                                                                                                                                                                                               | String           |
| `balance_sheets.ppe`                        | Property, plant, and equipment value                                                                                                                                                                                                                                                                      | Float            |
| `balance_sheets.preferred_stock`            | Preferred stock value                                                                                                                                                                                                                                                                                     | Float            |
| `balance_sheets.prepaid_expenses`           | Expenses paid in advance                                                                                                                                                                                                                                                                                  | Float            |
| `balance_sheets.retained_earnings`          | Accumulated profits                                                                                                                                                                                                                                                                                       | Float            |
| `balance_sheets.shares_outstanding`         | Number of shares issued                                                                                                                                                                                                                                                                                   | Float            |
| `balance_sheets.source_id`                  | Source identification key                                                                                                                                                                                                                                                                                 | String           |
| `balance_sheets.source_label`               | Label assigned to the record                                                                                                                                                                                                                                                                              | String           |
| `balance_sheets.source_url`                 | URL linking to the original source document                                                                                                                                                                                                                                                               | String           |
| `balance_sheets.tax_rate`                   | Corporate tax rate                                                                                                                                                                                                                                                                                        | Float            |
| `balance_sheets.total_assets`               | Total value of company assets                                                                                                                                                                                                                                                                             | Float            |
| `balance_sheets.total_debt`                 | Total amount of debt                                                                                                                                                                                                                                                                                      | Float            |
| `balance_sheets.total_equity`               | Total shareholder equity                                                                                                                                                                                                                                                                                  | Float            |
| `balance_sheets.total_liabilities`          | Total liabilities of the company                                                                                                                                                                                                                                                                          | Float            |
| `balance_sheets.deleted`                    | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `balance_sheets.created_at`                 | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `balance_sheets.updated_at`                 | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Balance sheets " expandable="true" %}

```json
"balance_sheets": [
    {
        "id": "12345id6789sample",
        "accounts_payable": 32733,
        "accounts_receivable": 13025,
        "additional_paid_in_capital": 38000,
        "cash": 480968,
        "common_stock": "12240",
        "currency": "$",
        "current_assets": 573506,
        "current_liabilities": 9591000,
        "debt_to_assets_ratio": 0.0004028203218505392,
        "debt_to_equity_ratio": 0.0004534082272390701,
        "dividends_payable": 0.0,
        "financial_leverage": 1.1255842931561453,
        "goodwill": 5095000,
        "inventories": 49922,
        "long_term_debt_current": 58,
        "long_term_debt_noncurrent": 220,
        "non_current_liabilities": 2550000,
        "period_display_end_date": "FY, 2023",
        "period_end_date": "2023-09-30",
        "period_type": "fiscal_year",
        "ppe": 111271,
        "preferred_stock": 1000,
        "prepaid_expenses": 248765,
        "retained_earnings": 55891,
        "total_shares_outstanding": 32000000,
        "source_id": "abc1234source5678id",
        "source_label": "Company Filings FY 2023",
        "source_url": "https://uploads.craft.co/uploads/craft/source/document/example.pdf",
        "tax_rate": null,
        "total_assets": 690134,
        "total_debt": 278,
        "total_equity": 613134,
        "total_liabilities": 77000,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
]
```

{% endcode %}

### Cash flow statements

| Data field                                            | Description                                                                                                                                                                                                                                                                                               | Data Type        |
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `cash_flow_statements`                                | Summary of all cash inflows and outflows over a specific period                                                                                                                                                                                                                                           | Array of objects |
| `cash_flow_statements.id`                             | Record identifier                                                                                                                                                                                                                                                                                         | String           |
| `cash_flow_statements.accounts_payable`               | Money owed by the company to its creditors                                                                                                                                                                                                                                                                | Float            |
| `cash_flow_statements.accounts_receivable`            | Money owed to the company by its customers                                                                                                                                                                                                                                                                | Float            |
| `cash_flow_statements.capex`                          | Capital expenditure                                                                                                                                                                                                                                                                                       | Float            |
| `cash_flow_statements.cash_from_financing_activities` | Cash generated or spent in financing activities                                                                                                                                                                                                                                                           | Float            |
| `cash_flow_statements.cash_from_investing_activities` | Cash generated or spent in investing activities                                                                                                                                                                                                                                                           | Float            |
| `cash_flow_statements.cash_from_operating_activities` | Cash generated from core business operations                                                                                                                                                                                                                                                              | Float            |
| `cash_flow_statements.currency`                       | Report currency                                                                                                                                                                                                                                                                                           | String           |
| `cash_flow_statements.depreciation_amortization`      | Depreciation and amortization expenses                                                                                                                                                                                                                                                                    | Float            |
| `cash_flow_statements.dividends_paid`                 | Total dividends paid to shareholders                                                                                                                                                                                                                                                                      | Float            |
| `cash_flow_statements.free_cash_flow`                 | Money left from operating expenses and capital expenditures                                                                                                                                                                                                                                               | Float            |
| `cash_flow_statements.income_taxes_paid`              | Total income taxes paid                                                                                                                                                                                                                                                                                   | Float            |
| `cash_flow_statements.interest_paid`                  | Total interest paid on borrowings                                                                                                                                                                                                                                                                         | Float            |
| `cash_flow_statements.inventories`                    | Changes in inventories                                                                                                                                                                                                                                                                                    | Float            |
| `cash_flow_statements.long_term_borrowings`           | Changes in long-term borrowings                                                                                                                                                                                                                                                                           | Float            |
| `cash_flow_statements.net_change_in_cash`             | Net change in cash and cash equivalents during the period                                                                                                                                                                                                                                                 | Float            |
| `cash_flow_statements.net_income`                     | Company net income                                                                                                                                                                                                                                                                                        | Float            |
| `cash_flow_statements.period_display_end_date`        | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `cash_flow_statements.period_end_date`                | Period end date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                    | String (date)    |
| `cash_flow_statements.period_type`                    | Period type                                                                                                                                                                                                                                                                                               | String           |
| `cash_flow_statements.purchases_ppe`                  | Purchases of property, plant, and equipment                                                                                                                                                                                                                                                               | Float            |
| `cash_flow_statements.short_term_borrowings`          | Short-term borrowings                                                                                                                                                                                                                                                                                     | Float            |
| `cash_flow_statements.source_id`                      | Source identification key                                                                                                                                                                                                                                                                                 | String           |
| `cash_flow_statements.source_label`                   | Label assigned to the record                                                                                                                                                                                                                                                                              | String           |
| `cash_flow_statements.source_url`                     | URL linking to the original source document                                                                                                                                                                                                                                                               | String           |
| `cash_flow_statements.deleted`                        | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `cash_flow_statements.created_at`                     | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `cash_flow_statements.updated_at`                     | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Cash flow statements" expandable="true" %}

```json
"cash_flow_statements": [
    {
        "id": "id233467example0000",
        "accounts_payable": 7201000,
        "accounts_receivable": 13025,
        "capex": -11293.0,
        "cash_from_financing_activities": -56,
        "cash_from_investing_activities": 4268,
        "cash_from_operating_activities": 55997,
        "currency": "$",
        "depreciation_amortization": 18561,
        "dividends_paid": 7121935,
        "free_cash_flow": 44704.0,
        "income_taxes_paid": 63787347930,
        "interest_paid": 40718,
        "inventories": -1410,
        "long_term_borrowings": -60,
        "net_change_in_cash": 60209,
        "net_income": 55891,
        "period_display_end_date": "FY, 2023",
        "period_end_date": "2023-09-30",
        "period_type": "fiscal_year",
        "purchases_ppe": 38497599450,
        "short_term_borrowings": 690000000,
        "source_id": "source12345id6789000",
        "source_label": "Company Filings FY 2023",
        "source_url": "https://uploads.craft.co/uploads/craft/source/document/example.pdf",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Coin marketcaps

| Data field                    | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `coin_marketcaps`             | Digital asset overview                                                                                                                                                                                                                                                                                    | Array of objects |
| `coin_marketcaps.coin_name`   | Owned cryptocurrency name                                                                                                                                                                                                                                                                                 | String           |
| `coin_marketcaps.coin_symbol` | Owned cryptocurrency symbol                                                                                                                                                                                                                                                                               | String           |
| `coin_marketcaps.currency`    | Evaluation currency                                                                                                                                                                                                                                                                                       | String           |
| `coin_marketcaps.date`        | Date and time of the market cap data retrieval in `ISO 8601` format                                                                                                                                                                                                                                       | String (date)    |
| `coin_marketcaps.marketcap`   | Market capitalization value of the cryptocurrency                                                                                                                                                                                                                                                         | Integer          |
| `coin_marketcaps.deleted`     | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `coin_marketcaps.created_at`  | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `coin_marketcaps.updated_at`  | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Coin marketcaps" %}

```json
"coin_marketcaps": [
    {
        "coin_name": "Ethereum",
        "coin_symbol": "ETH",
        "currency": "$",
        "date": "2023-05-09 12:18:29 UTC",
        "marketcap": 0,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Funding and valuation

| Data field                                     | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `funding_rounds`                               | Various details on funding and valuation                                                                                                                                                                                                                                                                  | Array of objects |
| `funding_rounds.id`                            | Record identifier                                                                                                                                                                                                                                                                                         | String           |
| `funding_rounds.currency`                      | Funding currency                                                                                                                                                                                                                                                                                          | String           |
| `funding_rounds.value`                         | Funding round value                                                                                                                                                                                                                                                                                       | Float            |
| `funding_rounds.investors`                     | Investors that participated in the funding round                                                                                                                                                                                                                                                          | Array of strings |
| `funding_rounds.private_valuation_comments`    | Link to a detailed comment or article about the private valuation                                                                                                                                                                                                                                         | String           |
| `funding_rounds.pre_money_valuation_currency`  | Pre-money valuation currency                                                                                                                                                                                                                                                                              | String           |
| `funding_rounds.pre_money_valuation_value`     | Value before money was injected in this round                                                                                                                                                                                                                                                             | Float            |
| `funding_rounds.post_money_valuation_currency` | Post-money valuation currency                                                                                                                                                                                                                                                                             | String           |
| `funding_rounds.post_money_valuation_value`    | Value after money was injected in this round                                                                                                                                                                                                                                                              | Float            |
| `funding_rounds.private_valuation_source_url`  | Private valuation data source URL                                                                                                                                                                                                                                                                         | String           |
| `funding_rounds.valuation_step_up`             | Multiplier showing the increase in valuation from pre to post-funding                                                                                                                                                                                                                                     | Float            |
| `funding_rounds.share_price`                   | Price per share issued in this funding round                                                                                                                                                                                                                                                              | Float            |
| `funding_rounds.shares_issued`                 | Number of shares issued during the funding round                                                                                                                                                                                                                                                          | Integer          |
| `funding_rounds.stage`                         | Funding stage                                                                                                                                                                                                                                                                                             | String           |
| `funding_rounds.total_shares_outstanding`      | Total shares outstanding after the funding round                                                                                                                                                                                                                                                          | Integer          |
| `funding_rounds.deleted`                       | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `funding_rounds.created_at`                    | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `funding_rounds.updated_at`                    | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Funding rounds" expandable="true" %}

```json
"funding_rounds": [
    {
        "id": "987id6543210example",
        "currency": "$",
        "value": 4016432.0,
        "investors": [
            "softtech-fake",
            "fake-capital"
        ],
        "private_valuation_comments": "https://www.insights.com/research/example-article.",
        "pre_money_valuation_currency": "\u00a3",
        "pre_money_valuation_value": 12635000.0,
        "post_money_valuation_currency": "\u00a3",
        "post_money_valuation_value": 37900000.0,
        "private_valuation_source_url": "https://www.contxto.com/en/brazil/example-article/",
        "valuation_step_up": 2.999604273842501,
        "share_price": 0.1586,
        "shares_issued": 19180670,
        "stage": "Series D",
        "total_shares_outstanding": 32000000,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
]
```

{% endcode %}

### Income statements

| Data field                                         | Description                                                                                                                                                                                                                                                                                               | Data Type        |
| -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `income_statements`                                | Income statement details                                                                                                                                                                                                                                                                                  | Array of objects |
| `income_statements.id`                             | Record identification key                                                                                                                                                                                                                                                                                 | String           |
| `income_statements.cost_of_goods_sold`             | Total cost of goods sold by the company                                                                                                                                                                                                                                                                   | Float            |
| `income_statements.currency`                       | Currency in which the financial data is reported                                                                                                                                                                                                                                                          | String           |
| `income_statements.depreciation_mortization`       | Value of business assets over time                                                                                                                                                                                                                                                                        | Float            |
| `income_statements.ebit`                           | Earnings before interest and taxes                                                                                                                                                                                                                                                                        | Float            |
| `income_statements.ebitda`                         | Earnings before interest, taxes, depreciation, and amortization                                                                                                                                                                                                                                           | Float            |
| `income_statements.ebitda_margin`                  | EBITDA divided by total revenue                                                                                                                                                                                                                                                                           | Float            |
| `income_statements.ebit_margin`                    | EBIT divided by total revenue                                                                                                                                                                                                                                                                             | Float            |
| `income_statements.general_administrative_expense` | Expenses related to general administrative activities                                                                                                                                                                                                                                                     | Float            |
| `income_statements.gross_bookings`                 | Total amount of revenue generated before any deductions                                                                                                                                                                                                                                                   | Float            |
| `income_statements.gross_profit`                   | Profit after expenses related to manufacturing and selling its products or services                                                                                                                                                                                                                       | Float            |
| `income_statements.gross_profit_margin`            | Gross profit divided by revenue                                                                                                                                                                                                                                                                           | Float            |
| `income_statements.income_tax_expense`             | Expense on income tax                                                                                                                                                                                                                                                                                     | Float            |
| `income_statements.interest_expense`               | Total interest expense                                                                                                                                                                                                                                                                                    | Float            |
| `income_statements.interest_income`                | Income from interest                                                                                                                                                                                                                                                                                      | Float            |
| `income_statements.investment_income`              | Income from investments                                                                                                                                                                                                                                                                                   | Float            |
| `income_statements.is_estimated`                   | Indicates if the data is an estimate                                                                                                                                                                                                                                                                      | Boolean          |
| `income_statements.net_income`                     | Total net income                                                                                                                                                                                                                                                                                          | Float            |
| `income_statements.net_interest_expense`           | Net expense after subtracting interest income                                                                                                                                                                                                                                                             | Float            |
| `income_statements.eps`                            | Earnings per share                                                                                                                                                                                                                                                                                        | Float            |
| `income_statements.period_display_end_date`        | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `income_statements.period_end_date`                | Period end date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                    | String (date)    |
| `income_statements.period_type`                    | Period type                                                                                                                                                                                                                                                                                               | String           |
| `income_statements.pre_tax_profit`                 | Profit before tax                                                                                                                                                                                                                                                                                         | Float            |
| `income_statements.research_development_expense`   | Expenses on research and development activities                                                                                                                                                                                                                                                           | Float            |
| `income_statements.revenue`                        | Total revenue earned by the company                                                                                                                                                                                                                                                                       | Float            |
| `income_statements.revenue_growth`                 | Growth rate in revenue                                                                                                                                                                                                                                                                                    | Float            |
| `income_statements.sales_marketing_expense`        | Expenses on sales and marketing activities                                                                                                                                                                                                                                                                | Float            |
| `income_statements.source_id`                      | Source identification key                                                                                                                                                                                                                                                                                 | String           |
| `income_statements.source_label`                   | Label assigned to the record                                                                                                                                                                                                                                                                              | String           |
| `income_statements.source_url`                     | URL linking to the original source document                                                                                                                                                                                                                                                               | String           |
| `income_statements.total_operating_expense`        | Total expenses related to operations                                                                                                                                                                                                                                                                      | Float            |
| `income_statements.deleted`                        | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `income_statements.created_at`                     | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `income_statements.updated_at`                     | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Income statements" expandable="true" %}

```json
"income_statements": [
    {
        "id": "32f3243id1328example000ea8",
        "cost_of_goods_sold": 187884,
        "currency": "$",
        "depreciation_mortization": 18561,
        "ebit": 673028000,
        "ebitda": 785395000,
        "ebitda_margin": 0.23780319797984079,
        "ebit_margin": 0.20378053174514263,
        "general_administrative_expense": 77022,
        "gross_bookings": 2307000000,
        "gross_profit": 145952,
        "gross_profit_margin": 0.43719670736529315,
        "income_tax_expense": 15625,
        "interest_expense": 76,
        "interest_income": 15920,
        "investment_income": 228000000,
        "is_estimated": false,
        "net_income": 55891,
        "net_interest_expense": null,
        "eps": 7.52,
        "period_display_end_date": "FY, 2023",
        "period_end_date": "2023-09-30",
        "period_type": "fiscal_year",
        "pre_tax_profit": 71516,
        "research_development_expense": 2589000,
        "revenue": 333836,
        "revenue_growth": 0.10770647094038163,
        "sales_marketing_expense": 27049244,
        "source_id": "a3b14source5fc13b08id6cd4a70",
        "source_label": "Company Filings FY 2019",
        "source_url": "https://uploads.craft.co/uploads/craft/source/document/example.pdf",
        "total_operating_expense": 104162,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Revenue statements

| Data field                                                         | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `quarterly_income_statements_with_revenue`                         | Quarterly income statements                                                                                                                                                                                                                                                                               | Array of objects |
| `quarterly_income_statements_with_revenue.id`                      | Record identifer                                                                                                                                                                                                                                                                                          | String           |
| `quarterly_income_statements_with_revenue.revenue`                 | Revenue value                                                                                                                                                                                                                                                                                             | Integer          |
| `quarterly_income_statements_with_revenue.currency`                | Income currency                                                                                                                                                                                                                                                                                           | String           |
| `quarterly_income_statements_with_revenue.period_display_end_date` | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `quarterly_income_statements_with_revenue.deleted`                 | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `quarterly_income_statements_with_revenue.created_at`              | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `quarterly_income_statements_with_revenue.updated_at`              | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Revenue statements" %}

```json
"quarterly_income_statements_with_revenue": [
    {
       "id": "480fe34id09d4b595example9db79c",
       "revenue": 48860000,
       "currency": "$",
       "period_display_end_date": "Q2, 2023",
       "deleted": 0,
       "created_at": "2025-12-01 05:00:00",
       "updated_at": "2025-12-01 05:00:00"
    }
 ],
```

{% endcode %}

### Ratios

| Data field                       | Description                                                                                                                                                                                                                                                                                               | Data type        |
| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `ratios`                         | Different financial ratios                                                                                                                                                                                                                                                                                | Array of objects |
| `ratios.debt_to_assets_ratio`    | Ratio of total debt to total assets                                                                                                                                                                                                                                                                       | Float            |
| `ratios.debt_to_equity_ratio`    | Ratio of total debt to total equity                                                                                                                                                                                                                                                                       | Float            |
| `ratios.ev_cfo`                  | Enterprise value to cash flow from operations ratio                                                                                                                                                                                                                                                       | Float            |
| `ratios.ev_ebit`                 | Enterprise value to earnings before earnings and taxes                                                                                                                                                                                                                                                    | Float            |
| `ratios.ev_ebitda`               | Enterprise value to earnings before interest, taxes, depreciation, and amortization                                                                                                                                                                                                                       | Float            |
| `ratios.ev_fcf`                  | Enterprise value to free cash flow ratio                                                                                                                                                                                                                                                                  | Float            |
| `ratios.financial_leverage`      | Financial leverage ratio                                                                                                                                                                                                                                                                                  | Float            |
| `ratios.pe`                      | Price-to-earnings ratio                                                                                                                                                                                                                                                                                   | Float            |
| `ratios.period_display_end_date` | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `ratios.period_end_date`         | Period end date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                    | String (date)    |
| `ratios.period_type`             | Period type                                                                                                                                                                                                                                                                                               | String           |
| `ratios.revenue_per_employee`    | Revenue generated per employee                                                                                                                                                                                                                                                                            | Float            |
| `ratios.deleted`                 | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `ratios.created_at`              | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `ratios.updated_at`              | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Ratios" expandable="true" %}

```json
"ratios": [
    {
        "debt_to_assets_ratio": 0.0,
        "debt_to_equity_ratio": 0.0,
        "ev_cfo": -190.63663073852297,
        "ev_ebit": 202.13534814814815,
        "ev_ebitda": -192.36445518630413,
        "ev_fcf": -12.07391854249695,
        "financial_leverage": 5.569879230258793,
        "pe": 66.27027150746937,
        "period_display_end_date": "Q2, 2021",
        "period_end_date": "2021-06-30",
        "period_type": "q2",
        "revenue_per_employee": 886812.4867275431,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
     }
],
```

{% endcode %}

### Revenue breakdowns

| Data field                                   | Description                                                                                                                                                                                                                                                                                               | Data type        |
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `revenue_breakdowns`                         | Breakdown of company revenue by segment or category, detailing different revenue sources                                                                                                                                                                                                                  | Array of objects |
| `revenue_breakdowns.period_display_end_date` | Period end display date (e.g., fiscal year or quarter) as seen on Craft                                                                                                                                                                                                                                   | String           |
| `revenue_breakdowns.period_type`             | Period type                                                                                                                                                                                                                                                                                               | String           |
| `revenue_breakdowns.values`                  | Values representing revenue breakdown                                                                                                                                                                                                                                                                     | Array of objects |
| `values.currency`                            | Revenue currency                                                                                                                                                                                                                                                                                          | String           |
| `values.segment_category`                    | Segment category                                                                                                                                                                                                                                                                                          | String           |
| `values.segment_name`                        | Segment title                                                                                                                                                                                                                                                                                             | String           |
| `values.unit_type`                           | Unit type used for the metric (e.g., unit, percentage, currency)                                                                                                                                                                                                                                          | String           |
| `values.value`                               | Revenue value                                                                                                                                                                                                                                                                                             | Integer          |
| `revenue_breakdowns.deleted`                 | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `revenue_breakdowns.created_at`              | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `revenue_breakdowns.updated_at`              | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Revenue breakdowns" expandable="true" %}

```json
"revenue_breakdowns": [
    {
        "period_display_end_date": "FY, 2022",
        "period_type": "fiscal_year",
        "values": [
            {
                "currency": "$",
                "segment_category": "Business Segment",
                "segment_name": "Example Engineering Components",
                "unit_type": "currency",
                "value": 19243000
            }
        ],
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
]
```

{% endcode %}

### Stocks

| Data field                           | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `stocks_summaries`                   | Stock-related information                                                                                                                                                                                                                                                                                 | Array of objects |
| `stocks_summaries.id`                | Record identifer                                                                                                                                                                                                                                                                                          | String           |
| `stocks_summaries.closing_price`     | Closing price of the stock on the given date                                                                                                                                                                                                                                                              | Float            |
| `stocks_summaries.currency`          | Stock currency                                                                                                                                                                                                                                                                                            | String           |
| `stocks_summaries.date`              | Stock summary date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                 | String (date)    |
| `stocks_summaries.marketcap`         | Market capitalization of the stock                                                                                                                                                                                                                                                                        | Float            |
| `stocks_summaries.deleted`           | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `stocks_summaries.created_at`        | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `stocks_summaries.updated_at`        | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |
| `stock_summaries_with_closing_price` | Stock-related information with closing price                                                                                                                                                                                                                                                              | Array of Objects |
| `stock_ticker`                       | Stock ticker                                                                                                                                                                                                                                                                                              | String           |

**See a snippet of the dataset for reference:**

{% code title="Stocks" expandable="true" %}

```json
"stocks_summaries": [
            {
                "id": "ede10f736id763bae718example8",
                "closing_price": 1283.0,
                "currency": "$",
                "date": "2025-07-19",
                "marketcap": 70135717888,
                "deleted": 0,
                "created_at": "2025-12-01 05:00:00",
                "updated_at": "2025-12-01 05:00:00"
            }
        ],
"stock_summaries_with_closing_price": [
            {
                "id": "ede1id5a1763bae71examle8",
                "closing_price": 1283.0,
                "currency": "$",
                "date": "2025-07-19",
                "deleted": 0,
                "created_at": "2025-12-01 05:00:00",
                "updated_at": "2025-12-01 05:00:00"
            }
        ],
"stock_ticker": "TFGI.NASDAQ",
```

{% endcode %}

### Total funding

| Data field               | Description          | Data type |
| ------------------------ | -------------------- | --------- |
| `total_funding`          | Total funding amount | Object    |
| `total_funding.currency` | Funding currency     | String    |
| `total_funding.value`    | Funding value        | Float     |

**See a snippet of the dataset for reference:**

{% code title="Total funding" %}

```json
 "total_funding": {
    "currency": "$",
    "value": 0
},
```

{% endcode %}

### Investors

| Data field  | Description               | Data type        |
| ----------- | ------------------------- | ---------------- |
| `investors` | List of company investors | Array of strings |

**See a snippet of the dataset for reference:**

{% code title="Company investors" %}

```json
"investors": [
    "investor-one",
    "investor-two"
],
```

{% endcode %}

***

## Website ratings

### Website traffic

| Data field                   | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `website_traffic`            | Website traffic metrics                                                                                                                                                                                                                                                                                   | Array of objects |
| `website_traffic.date`       | Date the traffic was recorded in `YYYY-MM-DD` format                                                                                                                                                                                                                                                      | String (date)    |
| `website_traffic.visits`     | Number of visits to the website on the specified date                                                                                                                                                                                                                                                     | Integer          |
| `website_traffic.deleted`    | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `website_traffic.created_at` | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `website_traffic.updated_at` | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Website traffic" %}

```json
"website_traffic": [
    {
        "date": "2025-08-01",
        "visits": 26147,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

***

## Company ratings

### Security ratings

| Data field                    | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `security_ratings`            | Cybersecurity ratings for the company, provided by Craft and SecurityScorecard                                                                                                                                                                                                                            | Array of objects |
| `security_ratings.grade`      | Cyber security grade given to the company                                                                                                                                                                                                                                                                 | String           |
| `security_ratings.score`      | Cyber security score given to the company                                                                                                                                                                                                                                                                 | Integer          |
| `security_ratings.deleted`    | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `security_ratings.created_at` | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `security_ratings.updated_at` | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Security ratings" expandable="true" %}

```json
"security_ratings": [
    {
        "grade": "A",
        "score": 91,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    },
    {
        "grade": "A",
        "score": 92,
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

### Sustainability

| Data field                          | Description                                          | Data type |
| ----------------------------------- | ---------------------------------------------------- | --------- |
| `sustainability_rating_overall`     | Overall sustainability rating of the company         | Float     |
| `sustainability_rating_profile_url` | URL for accessing CSR and sustainability information | String    |

**See a snippet of the dataset for reference:**

{% code title="Sustainability" %}

```json
"sustainability_rating_overall": 44.0253,
"sustainability_rating_profile_url": "http://www.example.com/CSR_and_sustainability_information/fake-technologies",
```

{% endcode %}

### Culture and compensation

| Data field                                      | Description                                                                                                                                                                                                                                                                                               | Data type        |
| ----------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `culture_and_compensation_ratings`              | Culture and compensation ratings                                                                                                                                                                                                                                                                          | Array            |
| `culture_and_compensation_ratings.company_name` | Company name                                                                                                                                                                                                                                                                                              | String           |
| `culture_and_compensation_ratings.rating_date`  | Date the rating was recorded in `ISO 8601` format                                                                                                                                                                                                                                                         | String (date)    |
| `culture_and_compensation_ratings.ratings`      | Rating details, including grade, name, total score, and type                                                                                                                                                                                                                                              | Array of objects |
| `ratings.grade`                                 | Rating grade                                                                                                                                                                                                                                                                                              | String           |
| `ratings.name`                                  | Rating                                                                                                                                                                                                                                                                                                    | String           |
| `ratings.total_score`                           | Total score of the rating                                                                                                                                                                                                                                                                                 | Integer          |
| `ratings.type`                                  | Rating type                                                                                                                                                                                                                                                                                               | String           |
| `culture_and_compensation_ratings.deleted`      | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `culture_and_compensation_ratings.created_at`   | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `culture_and_compensation_ratings.updated_at`   | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Culture and compensation ratings" expandable="true" %}

```json
"culture_and_compensation_ratings": [
    {
        "company_name": "Fake Technologies",
        "rating_date": "2023-02-26T04:49:33.871105+00:00",
        "ratings": [
            {
                "grade": "A",
                "name": "Outlook",
                "total_score": 90,
                "type": "sentiment"
            }
        ],
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00"
    }
],
```

{% endcode %}

***

## Media

### Blogs

| Data field           | Description                                                                                                                                                                                                                                                                                               | Data type        |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `blogs`              | Snippets from the company blog                                                                                                                                                                                                                                                                            | Array of objects |
| `blogs.headline`     | Blog post title                                                                                                                                                                                                                                                                                           | String           |
| `blogs.published_at` | Publish date in `YYYY-MM-DD` format                                                                                                                                                                                                                                                                       | String (date)    |
| `blogs.summary`      | Blog post summary                                                                                                                                                                                                                                                                                         | String           |
| `blogs.url`          | Direct URL to the blog post                                                                                                                                                                                                                                                                               | String           |
| `blogs.deleted`      | <p>Status indicating if the record is publicly available:</p><p><code>1</code> – The last time we scraped the company, the page that was not found was returned.</p><p><code>0</code> – The last time we scraped the company, the record was available, added to our data and marked with the value 0</p> | Integer          |
| `blogs.created_at`   | Record creation timestamp in ISO 8601 format                                                                                                                                                                                                                                                              | Timestamp        |
| `blogs.updated_at`   | Record update timestamp in ISO 8601 format                                                                                                                                                                                                                                                                | Timestamp        |

**See a snippet of the dataset for reference:**

{% code title="Blogs" %}

```json
"blogs": [
    {
        "headline": "Fake Technologies introduces a new technology",
        "published_at": "2023-02-23",
        "summary": "Fake Technologies has developed a new technology to expand manufacturing speed at lower price.",
        "url": "www.fake-technologiers.com",
        "deleted": 0,
        "created_at": "2025-12-01 05:00:00",
        "updated_at": "2025-12-01 05:00:00",
    }
],
```

{% endcode %}

***

## Pages and URLs

### Company media

Various URLs collected from different parts of the dataset.

| Data field             | Description                            | Data type |
| ---------------------- | -------------------------------------- | --------- |
| `careers_page`         | Careers page URL                       | String    |
| `financial_website`    | Financial website profile URL          | String    |
| `facebook`             | Facebook profile URL                   | String    |
| `domain`               | Website domain assigned to the company | String    |
| `instagram`            | Instagram profile URL                  | String    |
| `professional_network` | Professional network profile URL       | String    |
| `twitter`              | Twitter profile URL                    | String    |
| `url`                  | Website URL                            | String    |
| `youtube`              | Youtube profile URL                    | String    |

**See a snippet of the dataset for reference:**

{% code title="careers page" %}

```json
"careers_page": "https://www.fake-technologies.com/careers",
"facebook": "https://www.facebook.com/fake-technologies",
"professional_network": "https://www.professional-network.com/fake-technologies",
"instagram": "https://www.instagram.com/fake-technologies/",
"twitter": "https://twitter.com/fake-technologies",
"url": "https://www.fake-technologies.com",
"youtube": "https://www.youtube.com/fake-technologies",
"financial_website": "https://www.financial-website.com/organization/fake-technologies",
"domain": "https://www.fake-technologies.com",
```

{% endcode %}

### Pages in Craft

| Data field                   | Description                                                              | Data type |
| ---------------------------- | ------------------------------------------------------------------------ | --------- |
| `existing_pages`             | Status of different informational pages available on the company profile | Object    |
| `existing_pages.locations`   | *Location* page visible in the company profile                           | Boolean   |
| `existing_pages.executives`  | *Executives* page visible in the company profile                         | Boolean   |
| `existing_pages.competitors` | *Competitors* page visible in company profile                            | Boolean   |
| `existing_pages.revenue`     | *Revenue* page visible in the company profile                            | Boolean   |
| `existing_pages.fundings`    | *Fundings* page visible in the company profile                           | Boolean   |
| `existing_pages.metrics`     | *Metrics* page visible in the company profile                            | Boolean   |

**See a snippet of the dataset for reference:**

{% code title="Existing pages" %}

```json
"existing_pages": {
    "locations": true,
    "executives": false,
    "competitors": true,
    "revenue": true,
    "fundings": false,
    "metrics": true
},
```

{% endcode %}
