v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Digital Footprint

Information about a company.

Basic information about a company crawled for the web.

get/api/v2/companies/{id}/information

Path parameters

idinteger required

The id of the target company.

Response

Success

Namestring

The name of the company.

Urlstring url

The URL of the company main web site.

Descriptionstring

A detailed description of the company.

Specialitiesstring nullable

Comma separated general industry categorization (not NAICS classification).

Sizenumber

Indicates the size of the company in terms of its digital assets on the scale of 1 to 10.

NumberOfEmployeesstring nullable

Number of employees.

Scorenumber

The technical risk score.

CountryRiskRating'Low' | 'Medium' | 'Sensitive' | 'High'

Country risk rate by Alliaz Trade.

Revenuestring

The revenue of the company in abbreviated format.

IsInOFACboolean

Is the company part of Office of Foreign Assets Control.

IndustryOfSPstring nullable

The name of the industry obtained by S&P.

IndustryOfCrunchbasestring nullable

The name of the industry obtained by Crunchbase.

Locationsstring[] nullable

The list of addresses belonging to the company.

NetIncomeinteger nullable

The net income of the company.

OperatingIncomeinteger nullable

The operating income of the company.

Equityinteger nullable

The total equity of the company.

KeyPeoplestring nullable

Key people associated with the company.

TradedAsstring nullable

The stock exchange and ticker symbol the company is traded as.

WikiUrlstring url nullable

The Wikipedia URL of the company.

Example response

{
  "Logo": {
    "Content": "https://image.normshield.com/api/v1/ss?f=2021_11_19_ca80a5de913d40ff956513739140b370.png",
    "Type": "URL"
  },
  "Name": "Acme, Inc.",
  "Url": "https://acmeinc.com",
  "Description": "A technology company specializing in cybersecurity risk analysis and compliance solutions.",
  "Specialities": "Finance|Insurances,Information and Information Systems|Cyber Security",
  "Size": 9,
  "NumberOfEmployees": "11-50",
  "Score": 85,
  "CountryRiskRating": "Low",
  "Revenue": "$95.7M",
  "Industry": {
    "IndustryId": 5412,
    "IndustryName": "Manifacturing"
  },
  "IndustryOfSP": "Entertainment",
  "IndustryOfCrunchbase": "Cyber Security",
  "SocialMediaAccounts": [
    {
      "Media": "instagram",
      "Url": "https://www.facebook.com/acmeinc"
    }
  ],
  "Locations": [
    "Canada, Vora, British Columbia, CA"
  ],
  "GenAIUse": {
    "Status": "Yes",
    "Description": "The company uses AI-powered tools for customer support automation and data analysis."
  },
  "NetIncome": 57400000,
  "OperatingIncome": 72300000,
  "Equity": 150000000,
  "KeyPeople": "John Doe (CEO), Jane Smith (CTO)",
  "TradedAs": "NASDAQ: ACME",
  "WikiUrl": "https://en.wikipedia.org/wiki/Acme_Inc."
}