LogoLogo
Request an API keyBack to Craft.co
  • Introduction
  • About GraphQL
  • Authentication
  • Troubleshooting
  • Company Data API
    • Company Data API Introduction
    • Getting started
      • Getting started with JavaScript
      • Getting started with Python
      • Getting started with Ruby
      • Getting started with cURL
    • Query Parameters
    • Data Categories
      • Basic Company Information
        • USG Prohibited List
        • Security Rating
        • Gov Spending
        • Unspsc Code
        • Patent
        • Stock Market
        • Tag
      • Financials
        • Private Valuation
        • Funding Rounds
        • Income Statement
        • Cash Flow Statement
        • Balance Sheet
        • Revenue Breakdown
        • Acquisitions
        • Analyst Ratings
        • Filing
        • Stock Summary
        • Latest Z Score
        • Ratios
      • Human capital
        • Company Ratings
        • Employee Numbers
        • Human Capital Metrics
        • Job Categories
        • Jobs
        • Key Executives
        • Salaries
      • Operating data
        • Locations
        • Data Breaches
        • Competitors
        • Blacklists
        • Twitter Engagement
        • News Articles
        • Operating Metrics (KPIs)
        • Sentiment Breakdowns
          • Sentiment Breakdown Item
            • Sentiment External Item
        • Sustainability Metrics
        • Technology Stack
        • Twitter Followers
        • Court Filings
        • Patents
        • Products and Services
        • Government Spending
        • Website Traffic
        • Compliance Data
        • Risks
    • GraphQL Enums
      • Unspsc Code Level Enum
      • Company Status Enum
      • Company Type Enum
      • Currency Type Enum
      • Metric Unit Enum
      • Period Type Enum
      • Sentiment Breakdown Type Enum
    • Core data types
      • String
      • Money Object
      • Source Object
      • Image Object
      • Period Object
      • Time Frame
      • AcurisAddress
      • AcurisAlias
      • AcurisBusinessLink
      • AcurisContactEntry
      • AcurisEvidence
      • AcurisGriEntry
      • AcurisIdentifier
      • AcurisIndividualLink
      • AcurisInsEntry
      • AcurisNote
      • AcurisPoiEntry
      • AcurisPosition
      • AcurisRegime
      • AcurisRelEntry
      • AcurisRelEvent
      • AcurisRelEventPeriod
      • AcurisRreEntry
      • AcurisRreEvent
      • AcurisSanEntries
      • AcurisSanEntry
      • AcurisSanEvent
      • AcurisSoeEntry
      • AcurisPepEntry
      • AcurisStatus
      • Risk
      • AdditionalInfo
      • RiskRating
      • RiskHighlight
      • RiskRatingInt
      • RiskRatingIntData
      • RiskRatingIntScaleItem
      • RiskRatingIntValueRange
      • RiskRatingFloat
      • RiskRatingFloatData
      • RiskRatingFloatScaleItem
      • RiskRatingFloatValueRange
      • ColorLinearGradient
      • RiskRatingString
      • RiskRatingStringData
      • RiskRatingStringScaleItem
    • Additional data types
      • PageInfo
    • Query examples
    • Restrictions on Usage
    • Usage
  • Added Companies API
    • Newly Profiled Companies API Introduction
    • Query
      • Basic Company
  • Alerts API
    • Alerts API Introduction
    • Getting started
      • Getting started with JavaScript
      • Getting started with Python
      • Getting started with Ruby
      • Getting started with cURL
    • Alerts API Queries
      • Pagination
      • Filtering and sorting
    • Alerts API Reference
      • Alert Object
      • Filter Object
      • Order Object
      • Payload Object
    • Query examples
    • Restrictions on Usage
Powered by GitBook
On this page
  • Basic Fields
  • Web links
  • Query example

Was this helpful?

  1. Company Data API
  2. Data Categories

Basic Company Information

Basic Fields

Field

Type

Description

companyType

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

Logo of the company

longDescription

String

Full description of the company

parentCompany

Parent company (if subsidiary)

shortDescription

String

1 sentence description

status

"active" or "closed"

stockTicker

String

Ticker for the company (if public)

stockMarket

Stock Market (Exchange name) for the company (if public)

taxId

String

Company Tax ID

tags

List of company tags

patents

productAndServiceCodes

govSpending

securityRatings

usgProhibitedLists

Web links

Field

Type

Description

blog

String

Company blog URL

craftUrl

String

Company page URL on craft.co website

crunchbase

String

Crunchbase URL

facebook

String

Facebook URL

homepage

String

Company website URL

instagram

String

Company Instagram URL

linkedin

String

Linkedin URL

pinterest

String

Pinterest URL

twitter

String

Twitter URL

wikipedia

String

Wikipedia URL

youtube

String

Youtube URL

Query example

# query
query findCompanyByDomain($domain: String!) {
    company(domain: $domain) {
        # Basic fields
        companyType
        countryOfRegistration
        displayName
        duns
        figi
        foundedYear
        id
        jobsCount
        locationsCount
        logo {
            url
        }
        longDescription
        parentCompany {
            displayName
        }
        shortDescription
        status
        stockTicker
        stockMarket {
            mic
            name
        }
        taxId
        tags {
            name
        }
        usgProhibitedLists {
          listName
          code
        }        
        # Web links
        blog
        craftUrl
        crunchbase
        facebook
        homepage
        instagram
        linkedin
        pinterest
        twitter
        youtube
    }
}

# variables
{ "domain": "stripe.com" }
PreviousData CategoriesNextUSG Prohibited List

Last updated 4 years ago

Was this helpful?

[]

[!]

[!]

[!]

[!]

[!]

CompanyTypeEnum
Image
Company
CompanyStatusEnum
StockMarket
Tag
Patent
UnspscCode
GovSpending
SecurityRating
USGProhibitedList