Add or Update Company
Add or update a company record, looking it up by LinkedIn company ID (preferred) or by a name plus website fallback. You can set industry, headcount, headquarters, website, tags, custom attributes, external IDs, and notes, with custom attributes merged into any existing values. Fires a company.created or company.updated webhook, and fails if neither a LinkedIn company ID nor a name is provided.
Example prompt: Add or update the company Acme Analytics with LinkedIn ID 1441, industry software, 180 employees, and tag it tier-A
{
"id": "co_8821",
"name": "Acme Analytics",
"linkedin_company_id": "1441",
"created": false,
"updated": true
}What you can build
Parameters
Inputs accepted by upsert_company.
| Name | Type | Description |
|---|---|---|
| linkedin_company_id | string | LinkedIn numeric/slug company ID (preferred upsert key). |
| name | string | Company name. Required if linkedin_company_id absent. |
| industry | string[] | Industry tags. |
| headcount | number | Approximate employee count. |
| employee_count | number | Employee count (alias for headcount). |
| headquarters | object | { city, country, ... } |
| website | string | Company website URL. |
| tags | string[] | Tags for categorization. |
| custom_attrs | object | Custom personalization vars (max 100 string keys, 1KB total). Merged with existing. |
| external_ids | object | Stable third-party identifiers (CRM IDs, enrichment IDs). |
| notes | string | Free-text notes about the company. |
Related tools
List and Export Companies
Query and export your saved companies with rich filtering by industry, headcount, location, tags, and custom attributes. Returns JSON or CSV.
Get LinkedIn Company
Look up a single LinkedIn company by ID and optionally include its linked contacts and cached outreach stats. Fast, accurate company records for your AI agent.
Get Company Profile
Fetch a company's LinkedIn page by name or ID, returning description, employee count, industry, and follower count. Cached for fast, repeated lookups.
Search LinkedIn Companies
Search LinkedIn for companies by keyword, industry, location, or headcount. Returns a company ID per result, with Sales Navigator routing for advanced filters.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.