import_linkedin_company_list
Import and persist companies from a LinkedIn company search URL or Sales Navigator account-search/list URL. This is for COMPANY/ACCOUNT results, not people. Creates or updates a durable Salesbot company list and returns prospect_company_id for every company. Optionally also creates company records in the CRM. After import, call list_companies, research each company with search_web/scrape_website, save the findings with update_company_research, then find current employees with search_linkedin_people and pass prospect_company_id to upsert_linkedin_contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max companies for this call (default 10; capped by the active LinkedIn safety preset). | |
| cursor | No | Continuation cursor returned by a previous import. | |
| list_name | Yes | Name of the durable company list in Salesbot. | |
| search_url | Yes | Full LinkedIn company-search, Sales Navigator account-search, saved-search or account-list URL. | |
| save_to_crm | No | Also create/update company records in CRM. Default false. |