get_company_profile
Retrieve a company's LinkedIn profile and optionally its employees.
Instructions
Get a specific company's LinkedIn profile.
Args: company_name (str): LinkedIn company name (e.g., "docker", "anthropic", "microsoft") get_employees (bool): Whether to scrape the company's employees (slower)
Returns: Dict[str, Any]: Structured data from the company's profile
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | Yes | ||
| get_employees | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||