LinkedIn People Search API — Find LinkedIn Members: AI Large Language Models

Search LinkedIn members by keyword, company, and/or title, on MuAPI. Search LinkedIn members by keyword, company, and/or title. LinkedIn People Search finds LinkedIn member profiles matching a keyword, company, and/or title — for prospecting and contact discovery.

Interactive model controls

Search LinkedIn members by keyword, company, and/or title.

📝

Panoramica

A proposito di questo modello

LinkedIn People Search finds LinkedIn member profiles matching a keyword, company, and/or title — for prospecting and contact discovery.

1Find prospects at a target company by title
2Discover contacts matching a keyword or role
3Feed a sales agent's contact-discovery step
4Build a prospect list for outbound campaigns
💰

Prezzi e valore

Analisi dei costi

muapiappFrom $0.10 per lookup (reserved; settled down to actual cost)

Normalized, structured JSON response via muapi's routed GTM data capability.

**I prezzi della concorrenza sono stimati in base ad architetture di modelli e livelli di utilizzo simili.

⚙️

Dettagli tecnici

Schema di configurazione

Querystring

Free-text keyword search.

Valore predefinito-
Companystring

Filter by company name.

Valore predefinito-
Titolostring

Filter by job title.

Valore predefinito-
📖

Guida all'implementazione

Documentazione per gli sviluppatori

How to Use LinkedIn People Search API

  1. Provide at least one filter: query, company, and/or title.
  2. Read the result: Matching people with name, title, and profile URL.
curl -X POST https://api.muapi.ai/api/v1/linkedin-people-search \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "company": "stripe.com",
    "title": "VP Sales"
  }'

Domande comuni

Chiesto frequentemente

What if no matching people are found?

The request fails with a no-match error and is not charged.