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.

📝

Overview

About this model

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
💰

Pricing & Value

Cost analysis

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

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

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

⚙️

Technical Details

Configuration schema

Emailstring

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

Default Valuejane@example.com
First Namestring

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

Default ValueJane
Last Namestring

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

Default ValueDoe
Company Domainstring

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

Default Valueexample.com
LinkedIn URLstring

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

Default Valuehttps://www.linkedin.com/in/example
📖

Implementation Guide

Developer documentation

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

Common Questions

Frequently asked

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.