LinkedIn People Search API — Find LinkedIn Members: AI 大语言模型

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.

📝

概览

关于此模型

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
💰

价格与价值

成本分析

muapiapp起价 $0.10 每次查询 (reserved; settled down to actual cost)

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

** 竞品价格根据相似模型架构和使用层级估算。

⚙️

技术详情

配置参数

Querystring

Free-text keyword search.

默认值-
Companystring

Filter by company name.

默认值-
标题string

Filter by job title.

默认值-
📖

实施指南

开发者文档

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

常见问题

常见问答

What if no matching people are found?

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