MPPtempoquality 0.92

Enrich a person's profile via Apollo data — by email, name, domain, or Apollo ID — at $0.0495/request.

Price
$0.0495 / call
Protocol
mpp
Verified
no

What it does

The `/api/apollo/people-enrich` endpoint on StableEnrich returns detailed person profile data sourced from Apollo. You can look up a person by email address, first/last name, company domain, organization name, LinkedIn URL, or Apollo person ID. The response includes full name, job title, seniority, department, employment history, email (with status), phone numbers, social profile URLs (LinkedIn, Twitter, GitHub, Facebook), location (city/state/country), and embedded organization data (company name, domain, industry, employee count, revenue, funding, tech stack, and more). An `excludeFields` parameter lets you trim the response, and `reveal_personal_emails` can be toggled to request personal email addresses.

This endpoint is part of the StableEnrich platform, which unifies multiple data providers behind a single pay-per-request interface. It costs $0.0495 per call, settled via micropayment on Base mainnet (x402) or Tempo (MPP) in USDC — no API key or subscription required. The endpoint is a POST that accepts a JSON body. Payment is authentication: an unauthenticated request returns HTTP 402 with payment instructions. The OpenAPI schema is fully specified with both request and response schemas. Note that Apollo People Search returns obfuscated names; this enrich endpoint is the recommended follow-up to get unobfuscated, complete person data. If Apollo lacks the needed data, StableEnrich also offers Minerva and Clado endpoints as fallbacks for LinkedIn/demographic and contact enrichment respectively.

Capabilities

people-enrichmentemail-lookupperson-profileapollo-dataemployment-historycompany-datasocial-profilesphone-lookuplinkedin-enrichmentmicropayment-authpay-per-request

Use cases

  • Enrich a lead's profile before sales outreach by looking up their email address
  • Resolve an Apollo person ID from a people-search result into full unobfuscated contact details
  • Build a prospect list by enriching names + company domains with job titles, emails, and phone numbers
  • Augment CRM records with current employment, seniority, and organization data
  • Verify a contact's current company and role via LinkedIn URL enrichment

Fit

Best for

  • AI agents performing autonomous B2B research pipelines
  • Sales and recruiting workflows needing per-call enrichment without subscriptions
  • Programmatic lead qualification where you pay only for successful lookups
  • Combining with Apollo people-search to de-obfuscate search results

Not for

  • Bulk enrichment of millions of records (per-request pricing adds up; consider batch-oriented providers)
  • Consumer/demographic data like income or household info (use Minerva endpoints instead)
  • Real-time identity verification or KYC compliance

Quick start

POST https://stableenrich.dev/api/apollo/people-enrich
Content-Type: application/json

{"email": "tim@apple.com"}

Example

Request

{
  "email": "tim@apple.com"
}

Response

{
  "person": {
    "id": "5f2a3b4c5d6e7f8a9b0c1d2e",
    "city": "Cupertino",
    "name": "Tim Cook",
    "email": "tim@apple.com",
    "state": "California",
    "title": "Chief Executive Officer",
    "country": "United States",
    "last_name": "Cook",
    "seniority": "c_suite",
    "first_name": "Tim",
    "email_status": "verified",
    "linkedin_url": "https://www.linkedin.com/in/timcook",
    "organization": {
      "name": "Apple",
      "domain": "apple.com",
      "industry": "Consumer Electronics",
      "estimated_num_employees": 164000
    },
    "employment_history": [
      {
        "title": "Chief Executive Officer",
        "current": true,
        "organization_name": "Apple"
      }
    ]
  },
  "status": "success"
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.92/ 1.00

Full OpenAPI 3.1 schema with detailed request/response types, clear pricing ($0.0495/request in USD), comprehensive guidance documentation, and multiple documented input fields. The probe returned 405 because the endpoint is POST-only (HEAD/GET were tried), which is expected behavior — not an indication the endpoint is down. The root landing page returned 200.

Warnings

  • Probe returned 405 on HEAD and GET because this is a POST-only endpoint; the endpoint is expected to be live when called with POST and payment headers.
  • Apollo People Search returns obfuscated names — you must follow up with this enrich endpoint using the person's ID to get full data.

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 16:07:42Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access