---
title: "Information about a company."
method: GET
path: "/api/v2/companies/{id}/information"
tags: ["Company Digital Footprint"]
---

# Information about a company.

`GET /api/v2/companies/{id}/information`

Basic information about a company crawled for the web.

## Path parameters

- `id` integer, required

## Response `200`

Success

- CompanyInformation
  - `Logo` CompanyLogo
    - `Content` string — The content of the company logo.
    - `Type` 'Base64' | 'URL' — The type of the company logo content.
  - `Name` string — The name of the company.
  - `Url` string, url — The URL of the company main web site.
  - `Description` string — A detailed description of the company.
  - `Specialities` string, nullable — Comma separated general industry categorization (not NAICS classification).
  - `Size` number — Indicates the size of the company in terms of its digital assets on the scale of 1 to 10.
  - `NumberOfEmployees` string, nullable — Number of employees.
  - `Score` number — The technical risk score.
  - `CountryRiskRating` 'Low' | 'Medium' | 'Sensitive' | 'High' — Country risk rate by Alliaz Trade.
  - `Revenue` string — The revenue of the company in abbreviated format.
  - `IsInOFAC` boolean — Is the company part of Office of Foreign Assets Control.
  - `Industry` Industry, nullable
    - `IndustryId` integer — The unique identifier of this industry.
    - `IndustryName` string — The name of the industry.
  - `IndustryOfSP` string, nullable — The name of the industry obtained by S&P.
  - `IndustryOfCrunchbase` string, nullable — The name of the industry obtained by Crunchbase.
  - `SocialMediaAccounts` CompanyInformationSocialMediaAccount[], nullable — The list of social media accounts belonging to the company.
    - `Media` string — The name of the major social media.
    - `Url` string — The URL of the account.
  - `Locations` string[], nullable — The list of addresses belonging to the company.
  - `GenAIUse` CompanyInformationGenAIUse, nullable — Generative AI usage information of the company.
    - `Status` string — Indicates whether the company uses Generative AI. Possible values: Yes, No, Unknown.
    - `Description` string, nullable — Details on how the company uses Generative AI.
  - `NetIncome` integer, nullable — The net income of the company.
  - `OperatingIncome` integer, nullable — The operating income of the company.
  - `Equity` integer, nullable — The total equity of the company.
  - `KeyPeople` string, nullable — Key people associated with the company.
  - `TradedAs` string, nullable — The stock exchange and ticker symbol the company is traded as.
  - `WikiUrl` string, url, nullable — The Wikipedia URL of the company.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
