# Personal emails lookup The Person Personal Emails Lookup endpoint retrieves personal email addresses associated with an individual in the Forager dataset. It allows you to input identifying information (such as Linkedin handle or Forager ID) and returns available personal contact emails. Personal emails may include both free webmail addresses (e.g., Gmail, Yahoo) and custom domains that look like company domains but are used for personal purposes. For example, if a user registers for services like LinkedIn with a custom domain for personal use, that email will appear in personal searches. Endpoint: POST /api/{account_id}/datastorage/person_contacts_lookup/personal_emails/ Version: 1.0.0 Security: Api-Key ## Path parameters: - `account_id` (integer, required) ## Request fields (application/json): - `person_id` (integer) - `linkedin_public_identifier` (string) LinkedIn organization "Public identifier/Slug/ID" - "linkedin.com/in/!slug!/". ## Response 200 fields (application/json): - `email` (string, required) - `email_type` (string, required) - `validation_status` (string, required) * - Valid * - Risky * - Invalid * - Unknown Enum: "valid", "risky", "invalid", "unknown"