Peoplelinkedin

Search LinkedIn People

LinkedIn People Search extracts a list of people based on a set of criteria.

POST/v1/actions/linkedin-search-people/run/live

Edges is not related to LinkedIn and is not an official LinkedIn product.

Input

Request parameters

FieldTypeRequired
cursorstringno

Cursor value obtained from the `X-Pagination-Next` response header of a previous request, used to continue pagination. Cursors expire after 24 hours. If a cursor has expired or is invalid, pagination must be restarted from the beginning.

page_sizeintegerno

Maximum number of results per page (read-only; defined by the endpoint, actual count may be lower in some cases like throttling or internal limits).

Input parameters

FieldTypeRequired
linkedin_people_search_urlstringyes

A LinkedIn People Search URL should start with 'https://www.linkedin.com/search/results/people'

Configuration

FieldTypeRequired
only_extract_unique_profilebooleanno

Indicate if we only want to extract a unique profile. If the search return multiple result, the response will be a 404 error.

Integration

FieldTypeRequired
identity_idsarrayyes

Array of identity UUIDs to use for the action

identity_modestringyes

Mode for identity handling: direct, auto, or managed.

Description

What Search LinkedIn People does

Search LinkedIn People extracts a list of people from a LinkedIn people search so you can build lead lists, sourcing pipelines, and network maps based on LinkedIn's filter logic. You get each match as a structured row — name, headline, profile URL, current role — ready to enrich, dedupe, and load into your CRM or candidate pipeline. It targets sales, recruiting, and growth teams that prospect directly off the public LinkedIn search surface.

The action runs on the LinkedIn level and uses your authenticated LinkedIn session on Edges.

How it works

You pass a LinkedIn people search URL (any combination of keyword, location, company, industry, connection-degree filters) and Search LinkedIn People iterates the pages for you. Edges walks pagination, normalizes each row, and returns a clean array of people records with stable fields.

Every request runs through your authenticated LinkedIn session and is paced within LinkedIn's activity guidance. The action supports async execution — the right mode for any multi-page search or scheduled pull.

When to use Search LinkedIn People

Reach for Search LinkedIn People when the audience is defined by LinkedIn filters — keyword, location, current title, past company — rather than by an external account list. It is the most direct way to turn an ICP hypothesis into a working people list.

It plugs into the LinkedIn profile and company data API use case. Most teams use it as step one of a sales or sourcing pipeline, then chain profile enrichment and outreach.

Use cases

  • Sales prospecting. Filter "Head of Data, US, SaaS" on LinkedIn and extract the list weekly for SDR outreach.
  • Recruiting sourcing. Pull every senior backend engineer in a metro and feed the result into your candidate CRM.
  • Network analysis. Snapshot your 2nd-degree connections in a given industry to map warm introduction paths.
  • Event follow-up. After a webinar, use keyword filters to find attendees and add them to a nurture sequence.
  • Founder-led sales. Build a curated ICP list with Search LinkedIn People and chain a warm-up sequence of views and follows before any message is sent.

Best practices

  • Tighten filters before you extract. LinkedIn caps how deep a search paginates; the more specific your filters, the more of the true population you capture.
  • Chain a profile extractor. Search rows are shallow — follow with Extract LinkedIn Profile for full enrichment before outreach.
  • Run async on large searches. Anything beyond a few pages belongs in async execution so your pipeline does not block.
  • Store `profileId`, not only the URL. The ID is the stable key for chaining into contact info, messaging, and invitation flows.

Common questions

How many people can I extract per run?

It depends on how deep LinkedIn paginates your search. Tightly scoped queries typically return hundreds to low thousands; very broad searches will hit LinkedIn's pagination ceiling, so narrow the filter set to capture more of the population.

Does Search LinkedIn People use my LinkedIn account or a shared pool?

Your LinkedIn account. Every search runs through the session you connect to Edges, and the results reflect what your account can see — including connection-degree visibility.

Can I chain Search LinkedIn People with other Edges actions?

Yes. Feed each profileId into Extract LinkedIn Profile, Extract Linkedin User Contact Info, or Connect LinkedIn Profile to run the full outreach sequence.

Is this a LinkedIn people search API?

Yes — it's a programmatic wrapper over LinkedIn's own people search. Pass a search URL or filter set and get structured rows back instead of scraping the page. To search within a specific company, use Search LinkedIn Company Employees; for the larger Sales Navigator filter set, use the Sales Navigator search actions.

Can I search by title, location, or company?

Yes — build the search in LinkedIn with any mix of keyword, title, location, current or past company, industry, and connection degree, then pass that search URL. Edges returns every match as a normalized row. Tighten the filters before extracting to stay under LinkedIn's pagination ceiling.

Get started

Run Search LinkedIn People from the Edges library, schedule it against your ICP filter set, or call it from the Edges API directly. Browse the full Actions library to see the enrichment and outreach actions that follow.

Try it with 100 free credits.

No card. Copy the snippet, paste your key, hit enter.