Read-only

Run Saved Search

Execute a saved search by its ID and return live results. Set from_last_cursor=true to resume pagination from where the previous run left off, or new_results_only=true to return just the results that are new since the last run. Fails with 'not found' if the search ID is invalid, and returns an empty array when there are no results.

run_saved_searchPOST/api/v1/search/saved/{search_id}/run
crispy — bash

Example prompt: Run my 'VP Engineering Netherlands' saved search and return only the new people since last time

[
  {
    "provider_id": "ACoAACgHi56",
    "name": "Sanne Visser",
    "headline": "VP Engineering at Bunq",
    "connection_degree": 2
  }
]
Permission scope
core
Access
Read-only
Category
Search & Discovery

What you can build

Re-run a saved search on demand to pull a fresh batch of matching prospects
Paginate deep into a large result set by resuming from the last cursor
Return only new matches each run for an always-on lead-discovery pipeline
Feed live saved-search results straight into a connect or enrollment flow

Parameters

Inputs accepted by run_saved_search.

NameTypeDescription
search_idstringID of the saved search to run
from_last_cursorbooleanIf true, resume from where the last run left off (default: false - start fresh)
new_results_onlybooleanIf true, return only results that are new since the last time this search was run. Useful for lead discovery workflows.

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.