Field | Type | Description |
companyType | ​CompanyTypeEnum​ | Public, private, investor, subsidiary |
countryOfRegistration | String | Country code, e.g. "US" |
displayName | String | Name of the company |
duns | String | DUNS |
figi | String | FIGI |
foundedYear | String | Year the company was founded |
id | ID | Craft ID |
jobsCount | Int | Count of job postings |
locationsCount | Int | Count of corporate office locations |
logo | ​Image​ | Logo of the company |
longDescription | String | Full description of the company |
parentCompany | ​Company​ | Parent company (if subsidiary) |
shortDescription | String | 1 sentence description |
status | ​CompanyStatusEnum​ |
|
stockTicker | String | Ticker for the company (if public) |
stockMarket | ​StockMarket​ | Stock Market (Exchange name) for the company (if public) |
taxId | String | Company Tax ID |
tags | [Tag] | List of company tags |
patents | [Patent!] | ​ |
productAndServiceCodes | [UnspscCode!] | ​ |
govSpending | [GovSpending!] | ​ |
securityRatings | ​ | |
usgProhibitedLists | ​ |
Field | Type | Description |
blog | String | Company blog URL |
craftUrl | String | Company page URL on craft.co website |
crunchbase | String | Crunchbase URL |
String | Facebook URL | |
homepage | String | Company website URL |
String | Company Instagram URL | |
String | Linkedin URL | |
String | Pinterest URL | |
String | Twitter URL | |
wikipedia | String | Wikipedia URL |
youtube | String | Youtube URL |
# queryquery findCompanyByDomain($domain: String!) {company(domain: $domain) {# Basic fieldscompanyTypecountryOfRegistrationdisplayNamedunsfigifoundedYearidjobsCountlocationsCountlogo {url}longDescriptionparentCompany {displayName}shortDescriptionstatusstockTickerstockMarket {micname}taxIdtags {name}usgProhibitedLists {listNamecode}# Web linksblogcraftUrlcrunchbasehomepageyoutube}}​# variables{ "domain": "stripe.com" }