Look up a single company on LoneScale by name, domain, LinkedIn slug, or LinkedIn ID. Returns one fixed-shape company profile (every field is always present, withDocumentation Index
Fetch the complete documentation index at: https://docs.lonescale.com/llms.txt
Use this file to discover all available pages before exploring further.
null / [] for missing data). This is a synchronous call — results come back inline.
Synopsis
--name, --domain, --linkedin-id, --slug is required.
Examples
Options
| Option | Description |
|---|---|
--name <name> | Company name (partial match). |
--domain <domain> | Company website domain. |
--linkedin-id <id> | LinkedIn company numeric ID. |
--slug <slug> | LinkedIn universal name — the slug from linkedin.com/company/<slug>. |
--enrich | Fall back to live LoneScale enrichment if the company isn’t cached, and fetch the function-by-function headcount. |
--custom <json> | Flat key/value JSON object. Echoed unchanged at the top of the response — useful for joining results back to a row id in your CRM / spreadsheet. |
Response shape
--enrich, headcount is null for companies that haven’t been previously enriched.
See the underlying endpoint
GET /companies/search
