list_companies
Retrieve paginated company records from HubSpot CRM. Customize which properties to include, like name, domain, and industry.
Instructions
List a company record. At least one of name or domain is required on create — domain is recommended, since it's the primary de-duplication key. records, cursor-paginated. Maps to GET /crm/v3/objects/companies. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor from a previous call's paging.next.after | |
| limit | No | Default 10, max 100 | |
| properties | No | Which properties to return. Defaults to: name, domain, phone, city, state, industry |