Minerva Enrich - Person Record Enrichment is a paid API for AI agents from stableenrich.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15, last successful call 2026-07-17).
Enriches person records with demographics, work history, contact info, and wealth/income data using name, email, phone, or LinkedIn URL as input identifiers
Pay-per-request access to FullEnrich, CompanyEnrich, LeadMagic, Clado, Exa, Firecrawl, Google Maps, Serper, and Whitepages APIs. No auth, no subscriptions.
An array of matched person records, each containing a match score, Minerva person ID, full demographics (age, gender, DOB, marital status), contact info (phones ranked by type, personal and professional emails), work experience, LinkedIn/Twitter/Facebook URLs, estimated income and wealth ranges, home ownership status, retirement status, and relatives — alongside request metadata like api_request_id and completion timestamp.
POSThttps://stableenrich.dev/api/minerva/enrichUse this endpoint when you need to append rich demographic, financial, and contact data to person records you already have partial identifiers for (name, email, phone, LinkedIn). Prefer it over a people search endpoint when you have existing records to match and enrich rather than needing to discover new prospects. Best for CRM enrichment, identity resolution, and building detailed person profiles at scale (up to 500 records per call).
{
"records": [
{
"emails": [
"john.smith@example.com"
],
"full_name": "John Smith",
"record_id": "test_001"
}
],
"return_fields": [
"full_name",
"personal_emails",
"phones",
"work_experience"
]
}| Field | Type | Description |
|---|---|---|
| records | array | Array of person records to enrich. Maximum 500 per request. |
| return_fields | array | Fields to return beyond base fields. Alias: "education" → "education_experience". Omit to return all fields. Example: ["full_name", "personal_emails", "phones", "work_experience"]. |
| match_condition_fields | array | Fields that must be present for a match to be returned. Alias: "email" → "emails". Valid options include "emails", "linkedin_url", "gender", "estimated_income_range", "estimated_wealth_range", "personal_email", "professional_email", "phone", "mobile_phone", "home_ownership_status". |
{
"results": [
{
"phones": [],
"is_match": false,
"full_name": null,
"record_id": "test_001",
"match_score": null,
"minerva_pid": null,
"personal_emails": [],
"work_experience": [],
"validation_errors": null
}
],
"api_request_id": "07ef9ba5-c258-4654-85fc-da113e3f9122",
"request_completed_at": "2026-06-12T04:30:14.676065+00:00"
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"