search_linkedin_people
Search people on LinkedIn by title and location. Returns raw LinkedIn search results; it does not save them as Salesbot contacts. For each profile you want to keep or add to a campaign, call upsert_linkedin_contact with its profile URL to obtain a contact_id. Pass either location (human name like 'Praha', 'Berlin', 'Czechia') or locationId (raw LinkedIn geo ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-50, default 10) | |
| title | Yes | Job title to search for (e.g. 'CEO', 'Marketing Manager') | |
| network | No | Network filter: 'S' = 2nd degree, 'O' = out of network. Optional. | |
| location | No | Human-readable location name (e.g. 'Praha', 'Brno', 'Berlin'). Resolved to LinkedIn geo ID automatically. Use this OR locationId. | |
| locationId | No | Raw LinkedIn location ID (e.g. '102221843' for Praha). Use this only if you already know the ID. |