Search Sales Navigator Accounts
search_accountsSearch LinkedIn Sales Navigator accounts by submitting a search or saved list URL. Captures matching records, saves them locally, and returns a summary.
Instructions
Search companies/accounts 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 (industry / headcount / geography / growth filters), copy the URL from the address bar, and pass it here. Saved account 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | How many 25-result pages to fetch in THIS call (1-10). | |
| resume | No | If true (default), continue from where a prior run of this same URL stopped. If false, start from page 1 (saved records 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/accounts, /sales/search/company, or /sales/lists/accounts). | |
| include_raw | No | Keep LinkedIn's raw element JSON alongside each record. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||