LINKEDIN SEARCH API

Search LinkedIn like Sales Navigator — via API

Eight REST endpoints for searching people, companies, posts, jobs, groups and geo locations. Structured filters, boolean search, paginated JSON output and real LinkedIn URNs. Built for developers building lead-gen tools, job boards and competitive intel dashboards.

Run a people search in three lines

Filters map 1:1 to LinkedIn's native search — no scraping, no fragile selectors, just clean JSON.

curl -X POST https://api.connectsafely.ai/search/people \
  -H "Authorization: Bearer $CONNECTSAFELY_API_KEY" \
  -H "X-Account-Id: $ACCOUNT_ID" \
  -H "Content-Type: application/json" \
  -d '{
    "keywords": "head of engineering",
    "locations": ["London", "Berlin"],
    "companySize": ["51-200", "201-500"]
  }'

What developers build with the Search API

Lead-list builders, job boards, competitive-intel dashboards and geo-targeted outreach tools.

Lead list building

Run structured people searches with boolean filters to build targeted lead lists — no scraping infrastructure needed.

Job board & aggregator backends

Index live LinkedIn jobs with filters for remote status, location, seniority and experience level. Clean JSON, paginated results.

Geo-targeted campaigns

Resolve geo URNs first so every people or company search targets the exact city, region or country your users care about.

LinkedIn Search API — frequently asked questions

Can I search LinkedIn people by keyword and filters via API?
Yes. The Search API supports keyword search combined with structured filters — job title, company, seniority, industry, location, company size and boolean operators. Results return as paginated JSON with profile metadata and LinkedIn URNs.
How does the LinkedIn Search API compare to Sales Navigator search?
The Search API exposes the same underlying LinkedIn search index that Sales Navigator uses. You get equivalent filters — title, seniority, company size, geography — but as a programmatic REST endpoint with JSON output instead of a browser UI.
What entity types can I search?
The API covers six entity types: people, companies, posts, jobs, groups and geo locations. Each has its own endpoint with entity-specific filters. You can combine geo URN resolution with people or company searches for precise location targeting.

Start searching LinkedIn via API today

Get an API key in under two minutes. Pay only for what you query.