October 2024 Update

October Product Updates πŸ§‘β€πŸ’»πŸ‚: "Introducing Phone-to-Name and Email-to-Name! πŸš€ Retrieve the most likely name associated with a phone number or email address, complete with a confidence level (LOW, MEDIUM, HIGH) to enhance accuracy and trust in your data insights."

πŸ“±πŸ“§ PHONE & EMAIL API: Phone-to-Name & Email-to-Name πŸš€

We are thrilled to introduce a powerful new feature: Phone-to-Name and Email-to-Name! This enhancement enables you to retrieve the most likely name associated with a phone number or email address, complete with a confidence level to assess the accuracy of the result.

πŸ” What Does It Do?

This feature scans all the names extracted from a given phone number or email address across our data sources. It then applies intelligent algorithms to:

  1. Identify the most likely name based on the available data.
  2. Provide a confidence level for the selected name, categorized into:
    • LOW: The extracted name has low confidence probably extracted using only a single source
    • MEDIUM: At least two sources provide a confirmation on the extracted name
    • HIGH: Multiple source confirmation, high likelihood that the name is correct one

πŸ“Š Example Output:

Here’s an example of the response you can expect:

Phone-to-Name:

{
    "phone_to_name": '{"first_name":"Tony", "last_name":"Stark", "confidence": "HIGH"}',
    "email_to_name": '{"first_name":"Peter", "last_name":"Potter", "confidence": "LOW"}'
}

 

πŸ“š Resources