Read-only

Search Saved Leads

Search your saved leads and contacts by name, status, tags, or company. Filter status to new, contacted, replied, or qualified, and return up to 50 results by default (max 500). Returns an empty list when no contacts match the filters.

search_leadsGET/api/v1/leads/search
crispy — bash

Example prompt: Find all my qualified leads at Stripe

[
  {
    "crispy_id": "c_8f21",
    "name": "Jane Smith",
    "company": "Stripe",
    "status": "qualified"
  }
]
Permission scope
core
Access
Read-only
Category
Lead Management

What you can build

Find every qualified lead at a specific company to plan a follow-up
Pull all contacts in the replied status to triage your responses
Locate a saved lead by name when you only remember the first name
Filter saved leads by tag to assemble a focused outreach shortlist

Parameters

Inputs accepted by search_leads.

NameTypeDescription
querystringSearch by name (first, last, or full name)
statusstringFilter by status (e.g. new, contacted, replied, qualified)
tagsstring[]Filter by tags (matches any)
companystringFilter by company name
limitnumberMax results (default 50, max 500)

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.