get_company_by_domain
Retrieve company details like name, industry, and size by entering a website domain. Uses LinkedIn's Professional Network Data API to identify businesses from their web addresses.
Instructions
Get company information by website domain.
Uses the Professional Network Data API to look up a company by its website domain (e.g., "anthropic.com" → Anthropic).
Args: domain: Company website domain (e.g., "anthropic.com")
Returns: Company information including name, industry, size, and LinkedIn URL
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |