curl --request POST \
--url https://api.minerva.io/v1/enrich \
--header 'Content-Type: <content-type>' \
--header 'x-api-key: <api-key>' \
--data '
{
"records": [
{
"record_id": "<string>",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>",
"full_name": "<string>",
"name_suffix": "<string>",
"emails": [
"<string>"
],
"phones": [
"<string>"
]
}
]
}
'{
"api_request_id": "req_abc123xyz789",
"request_completed_at": "2024-01-15T10:30:45.123456+00:00",
"results": [
{
"record_id": "user_001",
"is_match": true,
"minerva_pid": "p-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"full_name": "JOHN M SMITH",
"first_name": "JOHN",
"middle_name": "M",
"last_name": "SMITH",
"name_suffix": null,
"gender": "M",
"dob": "1990-05-15",
"age": 34,
"marital_status": "M",
"minerva_household_id": "h-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"minerva_spouse_pid": null,
"number_of_children": 2,
"is_retired": false,
"estimated_income_range": "$101K - $250K",
"estimated_wealth_range": "$1M-$2M",
"home_ownership_status": null,
"linkedin_url": "https://www.linkedin.com/in/johnsmith",
"linkedin_title": "Senior Software Engineer | Technology Leader",
"linkedin_industry": null,
"is_likely_remote_worker": false,
"facebook_url": null,
"twitter_url": null,
"has_bankruptcy_records": false,
"has_judgment_records": false,
"personal_emails": [
{
"email_rank": 1,
"email_address": "[email protected]"
},
{
"email_rank": 2,
"email_address": "[email protected]"
},
{
"email_rank": 3,
"email_address": "[email protected]"
}
],
"professional_emails": [],
"phones": [
{
"phone_rank": 1,
"phone_type": "Mobile",
"phone_number": "(555) 123-4567"
},
{
"phone_rank": 2,
"phone_type": "Mobile",
"phone_number": "(555) 234-5678"
},
{
"phone_rank": 3,
"phone_type": "Landline/Services",
"phone_number": "(555) 345-6789"
}
],
"address_history": [
{
"address_rank": 1,
"minerva_address_id": "a-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"address_line_1": "123 MAIN ST",
"address_line_2": null,
"address_city": "SAN FRANCISCO",
"address_state": "CA",
"address_zipcode": "94102",
"address_zipcode4": "1234",
"ownership_status": "Unknown",
"is_current_owner": null,
"purchase_date": null,
"purchase_price": null,
"estimated_current_value": null,
"estimated_rental_value": null,
"home_current_tax_liability": null,
"outstanding_loan_principal": null,
"current_property_equity_amount": null,
"sqft": null,
"num_beds": null,
"num_baths": null,
"first_seen_date": "2023-01-15",
"last_seen_date": "2024-01-15"
},
{
"address_rank": 2,
"minerva_address_id": "a-b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7",
"address_line_1": "456 OAK AVE",
"address_line_2": null,
"address_city": "PALO ALTO",
"address_state": "CA",
"address_zipcode": "94301",
"address_zipcode4": "5678",
"ownership_status": "Rented",
"is_current_owner": null,
"purchase_date": null,
"purchase_price": null,
"estimated_current_value": 1020000.0,
"estimated_rental_value": 6221.0,
"home_current_tax_liability": null,
"outstanding_loan_principal": null,
"current_property_equity_amount": null,
"sqft": 2789.0,
"num_beds": 4.0,
"num_baths": 4.0,
"first_seen_date": "2020-06-01",
"last_seen_date": "2023-01-14"
},
{
"address_rank": 3,
"minerva_address_id": "a-c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8",
"address_line_1": "789 ELM ST",
"address_line_2": null,
"address_city": "MOUNTAIN VIEW",
"address_state": "CA",
"address_zipcode": "94040",
"address_zipcode4": "9012",
"ownership_status": "Owned",
"is_current_owner": false,
"purchase_date": "2015-03-20",
"purchase_price": null,
"estimated_current_value": 1493190.0,
"estimated_rental_value": 7189.0,
"home_current_tax_liability": null,
"outstanding_loan_principal": null,
"current_property_equity_amount": null,
"sqft": 2979.0,
"num_beds": 4.0,
"num_baths": 2.5,
"first_seen_date": "2015-03-20",
"last_seen_date": "2020-05-31"
}
],
"work_experience": [
{
"experience_rank": 1,
"minerva_experience_id": "w-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"work_company_name": "Tech Solutions Inc",
"work_company_linkedin_url": "https://www.linkedin.com/company/tech-solutions",
"work_company_website": null,
"work_company_industry": null,
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Senior Software Engineer",
"standard_work_title": "Senior Software Engineer",
"work_seniority_level": "Senior",
"work_department": "Engineering",
"work_employment_type": "Full-Time",
"work_status": "current",
"work_start_date": "2020-01-01",
"work_end_date": null,
"work_city": "San Francisco",
"work_state": "CA",
"work_country": "US"
},
{
"experience_rank": 2,
"minerva_experience_id": "w-b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7",
"work_company_name": "Startup Ventures",
"work_company_linkedin_url": "https://www.linkedin.com/company/startup-ventures",
"work_company_website": "https://startupventures.com",
"work_company_industry": "Technology",
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Software Engineer",
"standard_work_title": "Software Engineer",
"work_seniority_level": "Mid",
"work_department": "Engineering",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2018-06-01",
"work_end_date": "2019-12-31",
"work_city": "San Francisco",
"work_state": "CA",
"work_country": "US"
},
{
"experience_rank": 3,
"minerva_experience_id": "w-c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8",
"work_company_name": "Financial Corp",
"work_company_linkedin_url": "https://www.linkedin.com/company/financial-corp",
"work_company_website": "https://financialcorp.com",
"work_company_industry": "Financial Services",
"work_company_naics_code": "523930",
"work_company_naics_description": "Investment Advice",
"work_company_sic_code": "6282",
"work_company_sic_description": "Investment Advice",
"work_title": "Junior Developer",
"standard_work_title": "Junior Developer",
"work_seniority_level": "Entry",
"work_department": "Technology",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2016-08-01",
"work_end_date": "2018-05-31",
"work_city": "New York",
"work_state": "NY",
"work_country": "US"
},
{
"experience_rank": 4,
"minerva_experience_id": "w-d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9",
"work_company_name": "Financial Corp",
"work_company_linkedin_url": "https://www.linkedin.com/company/financial-corp",
"work_company_website": "https://financialcorp.com",
"work_company_industry": "Financial Services",
"work_company_naics_code": "523930",
"work_company_naics_description": "Investment Advice",
"work_company_sic_code": "6282",
"work_company_sic_description": "Investment Advice",
"work_title": "Summer Analyst",
"standard_work_title": "Summer Analyst",
"work_seniority_level": "Intern",
"work_department": "Technology",
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2015-06-01",
"work_end_date": "2015-08-31",
"work_city": "New York",
"work_state": "NY",
"work_country": "US"
},
{
"experience_rank": 5,
"minerva_experience_id": "w-e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0",
"work_company_name": "Tech Innovations",
"work_company_linkedin_url": "https://www.linkedin.com/company/tech-innovations",
"work_company_website": "https://techinnovations.com",
"work_company_industry": "Computer Software",
"work_company_naics_code": "511210",
"work_company_naics_description": "Software Publishers",
"work_company_sic_code": "7372",
"work_company_sic_description": "Prepackaged Software",
"work_title": "Software Engineering Intern",
"standard_work_title": "Software Engineering Intern",
"work_seniority_level": "Intern",
"work_department": "Engineering",
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2014-06-01",
"work_end_date": "2014-08-31",
"work_city": "Seattle",
"work_state": "WA",
"work_country": "US"
},
{
"experience_rank": 6,
"minerva_experience_id": "w-f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1",
"work_company_name": "Startup Labs",
"work_company_linkedin_url": null,
"work_company_website": null,
"work_company_industry": null,
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Co-Founder",
"standard_work_title": "Co-Founder",
"work_seniority_level": "Executive",
"work_department": "Executive",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2013-01-01",
"work_end_date": "2013-12-31",
"work_city": null,
"work_state": null,
"work_country": null
},
{
"experience_rank": 7,
"minerva_experience_id": "w-a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2",
"work_company_name": "Research Institute",
"work_company_linkedin_url": null,
"work_company_website": null,
"work_company_industry": null,
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Research Assistant",
"standard_work_title": "Research Assistant",
"work_seniority_level": "Entry",
"work_department": "Research",
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2012-09-01",
"work_end_date": "2013-05-31",
"work_city": null,
"work_state": null,
"work_country": null
},
{
"experience_rank": 8,
"minerva_experience_id": "w-b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3",
"work_company_name": "Community Organization",
"work_company_linkedin_url": "https://www.linkedin.com/company/community-org",
"work_company_website": "https://communityorg.org",
"work_company_industry": "Nonprofit",
"work_company_naics_code": "813920",
"work_company_naics_description": "Professional Organizations",
"work_company_sic_code": "8621",
"work_company_sic_description": "Professional organizations",
"work_title": "Volunteer Coordinator",
"standard_work_title": "Volunteer Coordinator",
"work_seniority_level": "Entry",
"work_department": "Operations",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2011-06-01",
"work_end_date": "2011-11-30",
"work_city": null,
"work_state": null,
"work_country": null
},
{
"experience_rank": 9,
"minerva_experience_id": "w-c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4",
"work_company_name": "Consulting Group",
"work_company_linkedin_url": "https://www.linkedin.com/company/consulting-group",
"work_company_website": "https://consultinggroup.com",
"work_company_industry": "Management Consulting",
"work_company_naics_code": "541614",
"work_company_naics_description": "Process, Physical Distribution, and Logistics Consulting Services",
"work_company_sic_code": "8742",
"work_company_sic_description": "Management consulting services",
"work_title": "Summer Intern",
"standard_work_title": "Summer Intern",
"work_seniority_level": "Intern",
"work_department": null,
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2010-06-01",
"work_end_date": "2010-08-31",
"work_city": null,
"work_state": null,
"work_country": null
}
],
"education_experience": [
{
"experience_rank": 1,
"minerva_experience_id": "e-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"institution_name": "State University",
"institution_linkedin_url": "https://www.linkedin.com/school/state-university",
"education_information": "Bachelor of Science (B.S.), Computer Science",
"education_level": "Bachelors",
"education_majors": [
"Computer Science",
"Mathematics"
],
"education_minors": [],
"education_start_date": "2012-09-01",
"education_end_date": "2016-05-31"
}
],
"match_score": 110.0,
"validation_errors": null
}
]
}
Enrich person data with comprehensive demographic, professional, and contact information
curl --request POST \
--url https://api.minerva.io/v1/enrich \
--header 'Content-Type: <content-type>' \
--header 'x-api-key: <api-key>' \
--data '
{
"records": [
{
"record_id": "<string>",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>",
"full_name": "<string>",
"name_suffix": "<string>",
"emails": [
"<string>"
],
"phones": [
"<string>"
]
}
]
}
'{
"api_request_id": "req_abc123xyz789",
"request_completed_at": "2024-01-15T10:30:45.123456+00:00",
"results": [
{
"record_id": "user_001",
"is_match": true,
"minerva_pid": "p-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"full_name": "JOHN M SMITH",
"first_name": "JOHN",
"middle_name": "M",
"last_name": "SMITH",
"name_suffix": null,
"gender": "M",
"dob": "1990-05-15",
"age": 34,
"marital_status": "M",
"minerva_household_id": "h-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"minerva_spouse_pid": null,
"number_of_children": 2,
"is_retired": false,
"estimated_income_range": "$101K - $250K",
"estimated_wealth_range": "$1M-$2M",
"home_ownership_status": null,
"linkedin_url": "https://www.linkedin.com/in/johnsmith",
"linkedin_title": "Senior Software Engineer | Technology Leader",
"linkedin_industry": null,
"is_likely_remote_worker": false,
"facebook_url": null,
"twitter_url": null,
"has_bankruptcy_records": false,
"has_judgment_records": false,
"personal_emails": [
{
"email_rank": 1,
"email_address": "[email protected]"
},
{
"email_rank": 2,
"email_address": "[email protected]"
},
{
"email_rank": 3,
"email_address": "[email protected]"
}
],
"professional_emails": [],
"phones": [
{
"phone_rank": 1,
"phone_type": "Mobile",
"phone_number": "(555) 123-4567"
},
{
"phone_rank": 2,
"phone_type": "Mobile",
"phone_number": "(555) 234-5678"
},
{
"phone_rank": 3,
"phone_type": "Landline/Services",
"phone_number": "(555) 345-6789"
}
],
"address_history": [
{
"address_rank": 1,
"minerva_address_id": "a-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"address_line_1": "123 MAIN ST",
"address_line_2": null,
"address_city": "SAN FRANCISCO",
"address_state": "CA",
"address_zipcode": "94102",
"address_zipcode4": "1234",
"ownership_status": "Unknown",
"is_current_owner": null,
"purchase_date": null,
"purchase_price": null,
"estimated_current_value": null,
"estimated_rental_value": null,
"home_current_tax_liability": null,
"outstanding_loan_principal": null,
"current_property_equity_amount": null,
"sqft": null,
"num_beds": null,
"num_baths": null,
"first_seen_date": "2023-01-15",
"last_seen_date": "2024-01-15"
},
{
"address_rank": 2,
"minerva_address_id": "a-b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7",
"address_line_1": "456 OAK AVE",
"address_line_2": null,
"address_city": "PALO ALTO",
"address_state": "CA",
"address_zipcode": "94301",
"address_zipcode4": "5678",
"ownership_status": "Rented",
"is_current_owner": null,
"purchase_date": null,
"purchase_price": null,
"estimated_current_value": 1020000.0,
"estimated_rental_value": 6221.0,
"home_current_tax_liability": null,
"outstanding_loan_principal": null,
"current_property_equity_amount": null,
"sqft": 2789.0,
"num_beds": 4.0,
"num_baths": 4.0,
"first_seen_date": "2020-06-01",
"last_seen_date": "2023-01-14"
},
{
"address_rank": 3,
"minerva_address_id": "a-c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8",
"address_line_1": "789 ELM ST",
"address_line_2": null,
"address_city": "MOUNTAIN VIEW",
"address_state": "CA",
"address_zipcode": "94040",
"address_zipcode4": "9012",
"ownership_status": "Owned",
"is_current_owner": false,
"purchase_date": "2015-03-20",
"purchase_price": null,
"estimated_current_value": 1493190.0,
"estimated_rental_value": 7189.0,
"home_current_tax_liability": null,
"outstanding_loan_principal": null,
"current_property_equity_amount": null,
"sqft": 2979.0,
"num_beds": 4.0,
"num_baths": 2.5,
"first_seen_date": "2015-03-20",
"last_seen_date": "2020-05-31"
}
],
"work_experience": [
{
"experience_rank": 1,
"minerva_experience_id": "w-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"work_company_name": "Tech Solutions Inc",
"work_company_linkedin_url": "https://www.linkedin.com/company/tech-solutions",
"work_company_website": null,
"work_company_industry": null,
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Senior Software Engineer",
"standard_work_title": "Senior Software Engineer",
"work_seniority_level": "Senior",
"work_department": "Engineering",
"work_employment_type": "Full-Time",
"work_status": "current",
"work_start_date": "2020-01-01",
"work_end_date": null,
"work_city": "San Francisco",
"work_state": "CA",
"work_country": "US"
},
{
"experience_rank": 2,
"minerva_experience_id": "w-b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7",
"work_company_name": "Startup Ventures",
"work_company_linkedin_url": "https://www.linkedin.com/company/startup-ventures",
"work_company_website": "https://startupventures.com",
"work_company_industry": "Technology",
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Software Engineer",
"standard_work_title": "Software Engineer",
"work_seniority_level": "Mid",
"work_department": "Engineering",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2018-06-01",
"work_end_date": "2019-12-31",
"work_city": "San Francisco",
"work_state": "CA",
"work_country": "US"
},
{
"experience_rank": 3,
"minerva_experience_id": "w-c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8",
"work_company_name": "Financial Corp",
"work_company_linkedin_url": "https://www.linkedin.com/company/financial-corp",
"work_company_website": "https://financialcorp.com",
"work_company_industry": "Financial Services",
"work_company_naics_code": "523930",
"work_company_naics_description": "Investment Advice",
"work_company_sic_code": "6282",
"work_company_sic_description": "Investment Advice",
"work_title": "Junior Developer",
"standard_work_title": "Junior Developer",
"work_seniority_level": "Entry",
"work_department": "Technology",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2016-08-01",
"work_end_date": "2018-05-31",
"work_city": "New York",
"work_state": "NY",
"work_country": "US"
},
{
"experience_rank": 4,
"minerva_experience_id": "w-d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9",
"work_company_name": "Financial Corp",
"work_company_linkedin_url": "https://www.linkedin.com/company/financial-corp",
"work_company_website": "https://financialcorp.com",
"work_company_industry": "Financial Services",
"work_company_naics_code": "523930",
"work_company_naics_description": "Investment Advice",
"work_company_sic_code": "6282",
"work_company_sic_description": "Investment Advice",
"work_title": "Summer Analyst",
"standard_work_title": "Summer Analyst",
"work_seniority_level": "Intern",
"work_department": "Technology",
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2015-06-01",
"work_end_date": "2015-08-31",
"work_city": "New York",
"work_state": "NY",
"work_country": "US"
},
{
"experience_rank": 5,
"minerva_experience_id": "w-e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0",
"work_company_name": "Tech Innovations",
"work_company_linkedin_url": "https://www.linkedin.com/company/tech-innovations",
"work_company_website": "https://techinnovations.com",
"work_company_industry": "Computer Software",
"work_company_naics_code": "511210",
"work_company_naics_description": "Software Publishers",
"work_company_sic_code": "7372",
"work_company_sic_description": "Prepackaged Software",
"work_title": "Software Engineering Intern",
"standard_work_title": "Software Engineering Intern",
"work_seniority_level": "Intern",
"work_department": "Engineering",
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2014-06-01",
"work_end_date": "2014-08-31",
"work_city": "Seattle",
"work_state": "WA",
"work_country": "US"
},
{
"experience_rank": 6,
"minerva_experience_id": "w-f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1",
"work_company_name": "Startup Labs",
"work_company_linkedin_url": null,
"work_company_website": null,
"work_company_industry": null,
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Co-Founder",
"standard_work_title": "Co-Founder",
"work_seniority_level": "Executive",
"work_department": "Executive",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2013-01-01",
"work_end_date": "2013-12-31",
"work_city": null,
"work_state": null,
"work_country": null
},
{
"experience_rank": 7,
"minerva_experience_id": "w-a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2",
"work_company_name": "Research Institute",
"work_company_linkedin_url": null,
"work_company_website": null,
"work_company_industry": null,
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Research Assistant",
"standard_work_title": "Research Assistant",
"work_seniority_level": "Entry",
"work_department": "Research",
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2012-09-01",
"work_end_date": "2013-05-31",
"work_city": null,
"work_state": null,
"work_country": null
},
{
"experience_rank": 8,
"minerva_experience_id": "w-b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3",
"work_company_name": "Community Organization",
"work_company_linkedin_url": "https://www.linkedin.com/company/community-org",
"work_company_website": "https://communityorg.org",
"work_company_industry": "Nonprofit",
"work_company_naics_code": "813920",
"work_company_naics_description": "Professional Organizations",
"work_company_sic_code": "8621",
"work_company_sic_description": "Professional organizations",
"work_title": "Volunteer Coordinator",
"standard_work_title": "Volunteer Coordinator",
"work_seniority_level": "Entry",
"work_department": "Operations",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2011-06-01",
"work_end_date": "2011-11-30",
"work_city": null,
"work_state": null,
"work_country": null
},
{
"experience_rank": 9,
"minerva_experience_id": "w-c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4",
"work_company_name": "Consulting Group",
"work_company_linkedin_url": "https://www.linkedin.com/company/consulting-group",
"work_company_website": "https://consultinggroup.com",
"work_company_industry": "Management Consulting",
"work_company_naics_code": "541614",
"work_company_naics_description": "Process, Physical Distribution, and Logistics Consulting Services",
"work_company_sic_code": "8742",
"work_company_sic_description": "Management consulting services",
"work_title": "Summer Intern",
"standard_work_title": "Summer Intern",
"work_seniority_level": "Intern",
"work_department": null,
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2010-06-01",
"work_end_date": "2010-08-31",
"work_city": null,
"work_state": null,
"work_country": null
}
],
"education_experience": [
{
"experience_rank": 1,
"minerva_experience_id": "e-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"institution_name": "State University",
"institution_linkedin_url": "https://www.linkedin.com/school/state-university",
"education_information": "Bachelor of Science (B.S.), Computer Science",
"education_level": "Bachelors",
"education_majors": [
"Computer Science",
"Mathematics"
],
"education_minors": [],
"education_start_date": "2012-09-01",
"education_end_date": "2016-05-31"
}
],
"match_score": 110.0,
"validation_errors": null
}
]
}
/v2/enrich for better performance and more features./v2/enrich for direct PID/LinkedIn lookups, selective field returns, and improved performance.
Show Record object properties
{
"records": [
{
"record_id": "user_001",
"first_name": "John",
"last_name": "Smith",
"emails": ["[email protected]"],
"phones": ["+1-555-123-4567"]
}
]
}
Show Address object properties
Show Work experience object properties
Show Education object properties
{
"api_request_id": "req_abc123xyz789",
"request_completed_at": "2024-01-15T10:30:45.123456+00:00",
"results": [
{
"record_id": "user_001",
"is_match": true,
"minerva_pid": "p-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"full_name": "JOHN M SMITH",
"first_name": "JOHN",
"middle_name": "M",
"last_name": "SMITH",
"name_suffix": null,
"gender": "M",
"dob": "1990-05-15",
"age": 34,
"marital_status": "M",
"minerva_household_id": "h-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"minerva_spouse_pid": null,
"number_of_children": 2,
"is_retired": false,
"estimated_income_range": "$101K - $250K",
"estimated_wealth_range": "$1M-$2M",
"home_ownership_status": null,
"linkedin_url": "https://www.linkedin.com/in/johnsmith",
"linkedin_title": "Senior Software Engineer | Technology Leader",
"linkedin_industry": null,
"is_likely_remote_worker": false,
"facebook_url": null,
"twitter_url": null,
"has_bankruptcy_records": false,
"has_judgment_records": false,
"personal_emails": [
{
"email_rank": 1,
"email_address": "[email protected]"
},
{
"email_rank": 2,
"email_address": "[email protected]"
},
{
"email_rank": 3,
"email_address": "[email protected]"
}
],
"professional_emails": [],
"phones": [
{
"phone_rank": 1,
"phone_type": "Mobile",
"phone_number": "(555) 123-4567"
},
{
"phone_rank": 2,
"phone_type": "Mobile",
"phone_number": "(555) 234-5678"
},
{
"phone_rank": 3,
"phone_type": "Landline/Services",
"phone_number": "(555) 345-6789"
}
],
"address_history": [
{
"address_rank": 1,
"minerva_address_id": "a-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"address_line_1": "123 MAIN ST",
"address_line_2": null,
"address_city": "SAN FRANCISCO",
"address_state": "CA",
"address_zipcode": "94102",
"address_zipcode4": "1234",
"ownership_status": "Unknown",
"is_current_owner": null,
"purchase_date": null,
"purchase_price": null,
"estimated_current_value": null,
"estimated_rental_value": null,
"home_current_tax_liability": null,
"outstanding_loan_principal": null,
"current_property_equity_amount": null,
"sqft": null,
"num_beds": null,
"num_baths": null,
"first_seen_date": "2023-01-15",
"last_seen_date": "2024-01-15"
},
{
"address_rank": 2,
"minerva_address_id": "a-b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7",
"address_line_1": "456 OAK AVE",
"address_line_2": null,
"address_city": "PALO ALTO",
"address_state": "CA",
"address_zipcode": "94301",
"address_zipcode4": "5678",
"ownership_status": "Rented",
"is_current_owner": null,
"purchase_date": null,
"purchase_price": null,
"estimated_current_value": 1020000.0,
"estimated_rental_value": 6221.0,
"home_current_tax_liability": null,
"outstanding_loan_principal": null,
"current_property_equity_amount": null,
"sqft": 2789.0,
"num_beds": 4.0,
"num_baths": 4.0,
"first_seen_date": "2020-06-01",
"last_seen_date": "2023-01-14"
},
{
"address_rank": 3,
"minerva_address_id": "a-c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8",
"address_line_1": "789 ELM ST",
"address_line_2": null,
"address_city": "MOUNTAIN VIEW",
"address_state": "CA",
"address_zipcode": "94040",
"address_zipcode4": "9012",
"ownership_status": "Owned",
"is_current_owner": false,
"purchase_date": "2015-03-20",
"purchase_price": null,
"estimated_current_value": 1493190.0,
"estimated_rental_value": 7189.0,
"home_current_tax_liability": null,
"outstanding_loan_principal": null,
"current_property_equity_amount": null,
"sqft": 2979.0,
"num_beds": 4.0,
"num_baths": 2.5,
"first_seen_date": "2015-03-20",
"last_seen_date": "2020-05-31"
}
],
"work_experience": [
{
"experience_rank": 1,
"minerva_experience_id": "w-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"work_company_name": "Tech Solutions Inc",
"work_company_linkedin_url": "https://www.linkedin.com/company/tech-solutions",
"work_company_website": null,
"work_company_industry": null,
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Senior Software Engineer",
"standard_work_title": "Senior Software Engineer",
"work_seniority_level": "Senior",
"work_department": "Engineering",
"work_employment_type": "Full-Time",
"work_status": "current",
"work_start_date": "2020-01-01",
"work_end_date": null,
"work_city": "San Francisco",
"work_state": "CA",
"work_country": "US"
},
{
"experience_rank": 2,
"minerva_experience_id": "w-b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7",
"work_company_name": "Startup Ventures",
"work_company_linkedin_url": "https://www.linkedin.com/company/startup-ventures",
"work_company_website": "https://startupventures.com",
"work_company_industry": "Technology",
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Software Engineer",
"standard_work_title": "Software Engineer",
"work_seniority_level": "Mid",
"work_department": "Engineering",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2018-06-01",
"work_end_date": "2019-12-31",
"work_city": "San Francisco",
"work_state": "CA",
"work_country": "US"
},
{
"experience_rank": 3,
"minerva_experience_id": "w-c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8",
"work_company_name": "Financial Corp",
"work_company_linkedin_url": "https://www.linkedin.com/company/financial-corp",
"work_company_website": "https://financialcorp.com",
"work_company_industry": "Financial Services",
"work_company_naics_code": "523930",
"work_company_naics_description": "Investment Advice",
"work_company_sic_code": "6282",
"work_company_sic_description": "Investment Advice",
"work_title": "Junior Developer",
"standard_work_title": "Junior Developer",
"work_seniority_level": "Entry",
"work_department": "Technology",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2016-08-01",
"work_end_date": "2018-05-31",
"work_city": "New York",
"work_state": "NY",
"work_country": "US"
},
{
"experience_rank": 4,
"minerva_experience_id": "w-d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9",
"work_company_name": "Financial Corp",
"work_company_linkedin_url": "https://www.linkedin.com/company/financial-corp",
"work_company_website": "https://financialcorp.com",
"work_company_industry": "Financial Services",
"work_company_naics_code": "523930",
"work_company_naics_description": "Investment Advice",
"work_company_sic_code": "6282",
"work_company_sic_description": "Investment Advice",
"work_title": "Summer Analyst",
"standard_work_title": "Summer Analyst",
"work_seniority_level": "Intern",
"work_department": "Technology",
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2015-06-01",
"work_end_date": "2015-08-31",
"work_city": "New York",
"work_state": "NY",
"work_country": "US"
},
{
"experience_rank": 5,
"minerva_experience_id": "w-e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0",
"work_company_name": "Tech Innovations",
"work_company_linkedin_url": "https://www.linkedin.com/company/tech-innovations",
"work_company_website": "https://techinnovations.com",
"work_company_industry": "Computer Software",
"work_company_naics_code": "511210",
"work_company_naics_description": "Software Publishers",
"work_company_sic_code": "7372",
"work_company_sic_description": "Prepackaged Software",
"work_title": "Software Engineering Intern",
"standard_work_title": "Software Engineering Intern",
"work_seniority_level": "Intern",
"work_department": "Engineering",
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2014-06-01",
"work_end_date": "2014-08-31",
"work_city": "Seattle",
"work_state": "WA",
"work_country": "US"
},
{
"experience_rank": 6,
"minerva_experience_id": "w-f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1",
"work_company_name": "Startup Labs",
"work_company_linkedin_url": null,
"work_company_website": null,
"work_company_industry": null,
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Co-Founder",
"standard_work_title": "Co-Founder",
"work_seniority_level": "Executive",
"work_department": "Executive",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2013-01-01",
"work_end_date": "2013-12-31",
"work_city": null,
"work_state": null,
"work_country": null
},
{
"experience_rank": 7,
"minerva_experience_id": "w-a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2",
"work_company_name": "Research Institute",
"work_company_linkedin_url": null,
"work_company_website": null,
"work_company_industry": null,
"work_company_naics_code": null,
"work_company_naics_description": null,
"work_company_sic_code": null,
"work_company_sic_description": null,
"work_title": "Research Assistant",
"standard_work_title": "Research Assistant",
"work_seniority_level": "Entry",
"work_department": "Research",
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2012-09-01",
"work_end_date": "2013-05-31",
"work_city": null,
"work_state": null,
"work_country": null
},
{
"experience_rank": 8,
"minerva_experience_id": "w-b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3",
"work_company_name": "Community Organization",
"work_company_linkedin_url": "https://www.linkedin.com/company/community-org",
"work_company_website": "https://communityorg.org",
"work_company_industry": "Nonprofit",
"work_company_naics_code": "813920",
"work_company_naics_description": "Professional Organizations",
"work_company_sic_code": "8621",
"work_company_sic_description": "Professional organizations",
"work_title": "Volunteer Coordinator",
"standard_work_title": "Volunteer Coordinator",
"work_seniority_level": "Entry",
"work_department": "Operations",
"work_employment_type": "Full-Time",
"work_status": "previous",
"work_start_date": "2011-06-01",
"work_end_date": "2011-11-30",
"work_city": null,
"work_state": null,
"work_country": null
},
{
"experience_rank": 9,
"minerva_experience_id": "w-c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4",
"work_company_name": "Consulting Group",
"work_company_linkedin_url": "https://www.linkedin.com/company/consulting-group",
"work_company_website": "https://consultinggroup.com",
"work_company_industry": "Management Consulting",
"work_company_naics_code": "541614",
"work_company_naics_description": "Process, Physical Distribution, and Logistics Consulting Services",
"work_company_sic_code": "8742",
"work_company_sic_description": "Management consulting services",
"work_title": "Summer Intern",
"standard_work_title": "Summer Intern",
"work_seniority_level": "Intern",
"work_department": null,
"work_employment_type": "Part-Time",
"work_status": "previous",
"work_start_date": "2010-06-01",
"work_end_date": "2010-08-31",
"work_city": null,
"work_state": null,
"work_country": null
}
],
"education_experience": [
{
"experience_rank": 1,
"minerva_experience_id": "e-a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"institution_name": "State University",
"institution_linkedin_url": "https://www.linkedin.com/school/state-university",
"education_information": "Bachelor of Science (B.S.), Computer Science",
"education_level": "Bachelors",
"education_majors": [
"Computer Science",
"Mathematics"
],
"education_minors": [],
"education_start_date": "2012-09-01",
"education_end_date": "2016-05-31"
}
],
"match_score": 110.0,
"validation_errors": null
}
]
}
400 - Bad Request: Missing required fields or malformed JSON401 - Unauthorized: Invalid or missing API key413 - Payload Too Large: More than 500 records in request422 - Unprocessable Entity: Validation errors in record data (invalid field names, data types, or values)500 - Internal Server Error: Unexpected server error/resolve due to data volume)[] if no data is availableWas this page helpful?