Save a LinkedIn Search
Save a search for re-execution by name (for example 'CTOs in Germany'), storing either a structured parameters object or a pasted LinkedIn or Sales Navigator search URL. The saved search can then be paginated and re-run with run_saved_search. Fails if the search type is not people, companies, or posts. The Crispy-local workflow never invokes provider-native search_people.save_search.
Example prompt: Save a people search named 'VP Engineering Netherlands' for VP and Director engineering leaders in the Netherlands
{
"search_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
"name": "VP Engineering Netherlands",
"search_type": "people"
}What you can build
Parameters
Inputs accepted by save_search.
| Name | Type | Description |
|---|---|---|
| name | string | A descriptive name for this saved search (e.g. 'VP Engineering in Netherlands') |
| search_type | "people" | "companies" | "posts" | Type of search |
| parameters | object | The search parameters object (same params as search_people/search_sales_navigator_leads/search_sales_navigator_companies/search_companies/search_posts). Example for people: {keyword: 'AI', location: 'Netherlands', seniority_level: ['VP', 'DIRECTOR']}. |
Related tools
List Saved Searches
List the LinkedIn searches you saved in Crispy, with their IDs for re-running. Note this excludes searches built directly in the LinkedIn web app.
Run Saved Search
Execute a saved LinkedIn search by ID with live results. Paginate from the last cursor or return only new matches for continuous lead discovery.
Get Saved Search Results
Return cached results for a saved LinkedIn search, populated nightly. Use only_new to surface fresh matches since your last check for lead discovery.
Search LinkedIn People
Search LinkedIn people with all 37 official Sales Navigator filters, strict aliases, deep REST objects, and bounded pagination.
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.