People Search & Contact Enrichment API: AI Large Language Models

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

📝

Ikhtisar

Tentang model ini

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
💰

Harga & Nilai

Analisis biaya

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

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

** Harga pesaing diperkirakan berdasarkan arsitektur model dan tingkat penggunaan yang serupa.

⚙️

Detail Teknis

Skema konfigurasi

Emailstring

Known email address to look up. Optional if name + company_domain or linkedin_url is provided.

Nilai Bawaanjane@example.com
First Namestring

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

Nilai BawaanJane
Last Namestring

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

Nilai BawaanDoe
Company Domainstring

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

Nilai Bawaanexample.com
LinkedIn URLstring

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

Nilai Bawaanhttps://www.linkedin.com/in/example
📖

Panduan Implementasi

Dokumentasi pengembang

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

Pertanyaan Umum

Sering ditanyakan

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.