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
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."
}