nv_fetch_company
Extract company details from LinkedIn Sales Navigator, including employee and decision-maker information, using a hashed LinkedIn URL. Configure retrieval by specifying filters like job positions, locations, industries, and experience ranges.
Instructions
Allows you to open a company page in Sales Navigator to retrieve its basic information (nv.openCompanyPage action). Can optionally retrieve employees and decision makers.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
companyHashedUrl | Yes | Hashed LinkedIn URL of the company. | |
dmRetrievalConfig | No | Optional. Configuration for retrieving decision makers. Available only if retrieveDMs is true. | |
employeeRetrievalConfig | No | Optional. Configuration for retrieving employees. Available only if retrieveEmployees is true. | |
retrieveDMs | No | Optional. Whether to retrieve the company's decision makers information. Default is false. | |
retrieveEmployees | No | Optional. Whether to retrieve the company's employees information. Default is false. |