People Search & Contact Enrichment API: AI 大语言模型

Find a person's title, company, and LinkedIn profile by email, LinkedIn URL, or name plus company domain on MuAPI.

📝

概览

关于此模型

People Search resolves a person's professional profile — title, company name and domain, LinkedIn URL, and location — from an email address, LinkedIn URL, or first name + last name + company domain, for sales outreach and contact enrichment.

1Enrich a lead list with title, company, and LinkedIn profile
2Verify a contact's current employer before outreach
3Build prospect lists for sales development workflows
4Deduplicate and merge CRM contact records
💰

价格与价值

成本分析

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

Contact/professional profile lookup with a normalized, structured JSON response.

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

⚙️

技术详情

配置参数

Emailstring

Known email address to look up. 可选的 if name + company_domain or linkedin_url is provided.

默认值jane@example.com
First Namestring

First name, used with last_name + company_domain when email/LinkedIn URL is unknown.

默认值Jane
Last Namestring

Last name, used with first_name + company_domain when email/LinkedIn URL is unknown.

默认值Doe
Company Domainstring

Company website domain, used with first_name + last_name when email/LinkedIn URL is unknown.

默认值example.com
LinkedIn URLstring

Public LinkedIn profile URL to look up. 可选的 if email or name + company_domain is provided.

默认值https://www.linkedin.com/in/example
📖

实施指南

开发者文档

  1. Provide a lookup key: email, linkedin_url, or first_name + last_name + company_domain.
  2. Read the result: Title, company name/domain, LinkedIn URL, and location.
curl -X POST https://api.muapi.ai/api/v1/people-search \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "first_name": "Jane",
    "last_name": "Doe",
    "company_domain": "example.com"
  }'

常见问题

常见问答

Which lookup key gives the best match rate?

A known work email or LinkedIn URL matches most reliably; name + company_domain depends on how common the name is.

What happens if no match is found?

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