Skip to main content
POST
/
hem_to_business_profile
curl --request POST \
  --url https://api.moltsets.com/api/v1/tools/hem_to_business_profile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "john.smith@example.com"
}
'
{
  "results": {
    "first_name": "John",
    "last_name": "Smith",
    "title": "Principal Cybersecurity Engineer",
    "seniority": "Manager",
    "functional_area": "Information Technology",
    "linkedinurl": "https://www.linkedin.com/in/john-smith-123",
    "current_company": "MoltSets",
    "current_company_url": "https://moltsets.com",
    "current_company_linkedinurl": "https://linkedin.com/company/moltsets",
    "country": "United States",
    "company_employee_count": "3",
    "company_employee_range": "1-10",
    "company_revenue": "1200000000",
    "company_revenue_range": "$1-10M",
    "work_email_confirmed": "a4cd87c390c98385297fbe9250XXXXX",
    "work_email_confirmed_status": "2025-10-12",
    "personal_emails": [
      "3018fe3a783fad1db0370ee3fXXXXX"
    ],
    "personal_emails_status": [
      null
    ]
  },
  "status": "ok",
  "metadata": {
    "tokens_charged": 1,
    "tokens_remaining": 198
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.moltsets.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token. Keys follow the format ms_XXXXXXXXXXX.

Body

application/json
email
string

Plaintext email address.

md5
string

MD5 hashed email address.

include_mobile_phone
boolean
default:false

When true, attempts to include mobile phone. Costs additional credits when data is found.

Response

Success