fetch_company
Retrieve LinkedIn company details, including employees, posts, and decision makers, using a company URL. Customize data retrieval with filters and optional configurations for targeted insights.
Instructions
Allows you to open a company page to retrieve its basic information (st.openCompanyPage action). Can optionally retrieve employees, posts and decision makers.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
companyUrl | Yes | Public or hashed LinkedIn URL of the company. (e.g., 'https://www.linkedin.com/company/microsoft') | |
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. | |
postRetrievalConfig | No | Optional. Configuration for retrieving posts. Available only if retrievePosts 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. | |
retrievePosts | No | Optional. Whether to retrieve the company's posts information. Default is false. |