LinkedIn People Search API — Find LinkedIn Members: AI Large Taal 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.

📝

Overview

About this model

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
💰

Pricing & Value

Cost analysis

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

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

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Querystring

Free-text keyword search.

Default Value-
Companystring

Filter by company name.

Default Value-
Titelstring

Filter by job title.

Default Value-
📖

Implementation Guide

Developer documentation

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

Common Questions

Frequently asked

What if no matching people are found?

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