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.

📝

Aperçu

À propos de ce modèle

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
💰

Prix ​​et valeur

Analyse des coûts

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

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

** Les prix des concurrents sont estimés sur la base d'architectures de modèles et de niveaux d'utilisation similaires.

⚙️

Détails techniques

Schéma de configuration

Querystring

Free-text keyword search.

Valeur par défaut-
Companystring

Filter by company name.

Valeur par défaut-
Titrestring

Filter by job title.

Valeur par défaut-
📖

Guide de mise en œuvre

Documentation du développeur

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"
  }'

Questions courantes

Foire aux questions

What if no matching people are found?

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