Harmonic.ai integration (Data, AI). Imported from open-connector.
https://api.harmonic.ai/companies
| Param | Type | Required | Description |
|---|---|---|---|
| website_url | string | optional | Company website URL. |
| website_domain | string | optional | Company website domain. |
| linkedin_url | string | optional | Company LinkedIn URL. |
| crunchbase_url | string | optional | Company Crunchbase URL. |
| pitchbook_url | string | optional | Company PitchBook URL. |
| twitter_url | string | optional | Company X or Twitter URL. |
| instagram_url | string | optional | Company Instagram URL. |
| facebook_url | string | optional | Company Facebook URL. |
| angellist_url | string | optional | Company AngelList URL. |
| monster_url | string | optional | Company Monster URL. |
| indeed_url | string | optional | Company Indeed URL. |
| stackoverflow_url | string | optional | Company Stack Overflow URL. |
/persons
| Param | Type | Required | Description |
|---|---|---|---|
| linkedin_url | string | optional | Person LinkedIn URL. |
| string | optional | Person email address. |
/enrichment_status
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Enrichment UUIDs to check. |
| urns | array | optional | Enrichment URNs to check. |
/companies/{id_or_urn}
| Param | Type | Required | Description |
|---|---|---|---|
| id_or_urn | integer | required | A Harmonic numeric ID or full entity URN. |
| include_fields | array | optional | Optional output fields to include for better upstream performance. |
/companies/{id_or_urn}/employees
| Param | Type | Required | Description |
|---|---|---|---|
| id_or_urn | integer | required | A Harmonic numeric ID or full entity URN. |
| employee_group_type | string | optional | Employee group to retrieve. |
| size | integer | optional | Number of employees to return. |
| page | integer | optional | Starting page index. |
| user_connection_status | string | optional | Team connection filter. |
| employee_status | string | optional | Employment status filter. |
/persons/{id_or_urn}
| Param | Type | Required | Description |
|---|---|---|---|
| id_or_urn | integer | required | A Harmonic numeric ID or full entity URN. |
| include_fields | array | optional | Optional output fields to include for better upstream performance. |