Skip to main content

What does this node do?

Retrieves detailed information for a specific company by ID.

Configuration

company_id
string
required
HubSpot company ID.
properties
array
Properties to include.

Output

{
  "id": "123456",
  "name": "Acme Inc",
  "domain": "acme.com",
  "industry": "Technology",
  "description": "Leading tech company...",
  "numberofemployees": "50-100",
  "annualrevenue": 5000000,
  "custom_property": "value"
}