Search Sales Navigator Contacts
search_contactsSearch LinkedIn Sales Navigator leads by submitting a people or leads search URL. It captures results via the logged-in browser, saves them locally, and resumes on repeated calls.
Instructions
Search people/leads by driving Sales Navigator in the logged-in browser and capturing its search API responses. Results are saved to the local database automatically; this tool returns a small summary, not the records (call export_results or get_results for the data).
Build the search in Sales Navigator (title / geography / industry / seniority / keyword filters), copy the URL from the address bar, and pass it here. Saved lead lists work too.
Resumable: the search URL is hashed to a query id. If a previous run stopped partway, calling again with the same URL resumes from the next page instead of restarting — safe to call repeatedly to page deeper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| pages | No | How many 25-result pages to fetch in THIS call (1-10). Call again to continue past that. | |
| resume | No | If true (default), continue from where a prior run of this same URL stopped. If false, start from page 1 (records already saved are kept and de-duplicated). | |
| refresh | No | If true, forget this query's saved progress and records and re-scrape from page 1. | |
| search_url | Yes | Full Sales Navigator URL (/sales/search/people, /sales/search/leads, or /sales/lists/people). | |
| include_raw | No | Keep LinkedIn's raw element JSON alongside each record (useful when a field looks wrong). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||