Read-only

Get Saved Search Results

Return cached results for a saved search by its ID. Results are populated nightly, so an empty array means the search has not been populated yet. Set only_new=true to see only results new since your last check, which marks them as seen. Fails with 'not found' if the search ID is invalid.

get_search_resultsGET/api/v1/search/saved/{search_id}/results
crispy — bash

Example prompt: Show me only the new results for my 'VP Engineering Netherlands' saved search since I last checked

[
  {
    "provider_id": "ACoAACdEf34",
    "name": "Tom Bakker",
    "headline": "VP Engineering at Adyen",
    "is_new": true
  }
]
Permission scope
core
Access
Read-only
Category
Search & Discovery

What you can build

Pull the latest cached matches for a saved search without re-running it live
Surface only new people since your last check for a fresh daily lead feed
Power a lead-discovery workflow that reviews overnight additions each morning
Quickly preview a saved search's results before enrolling them in a campaign

Parameters

Inputs accepted by get_search_results.

NameTypeDescription
search_idstringUUID of the saved search (from list_saved_searches)
only_newbooleanIf true, return only results new since last check and mark them as seen. Default false.
limitnumberMax results to return. Default 10.

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.