April 2025 Update

🌸 April 2025 Update: New updates include AI-powered domain content parsing via Nova Micro for extracting key website info, and bi-directional lookup between phone numbers and emails to enhance identity resolution.

DOMAIN INTELLIGENCE: Agentic Domain Content Parsing & Data Extraction

We’ve just launched the first AI agent in the Trustfull ecosystem! 🧠 This new feature can visit a website, clean up its content, understand it in any language or format, and pull out key information like:

  • Email addresses
  • Phone numbers
  • Company names
  • Physical locations
  • Country of operation
  • Presence of a contact page
  • URL of the privacy policy
  • Available social media links

At the core of this system is Nova Micro, one of the foundational LLMs from AWS Bedrock 🔍

Coming soon: Automatic website classification (e.g., e-commerce, news) and deep parsing of privacy policies—critical for detecting shady or incomplete legal documentation 🕵️‍♂️


PHONE & EMAIL API: Bi-directional Lookup (Phone-to-Email and Email-to-Phone)

We’ve rolled out two powerful features under the hood: phone-to-email and email-to-phone 🔄

Now, when you provide:

  • a phone number ➡️ we try to find the most likely associated email address
  • an email address ➡️ we attempt to predict the most probable associated phone number

Sometimes we’ll return partial hints, other times full details. Either way, it adds more depth to our identity signals 🔗

Response Example:

{
    "claims": [
        "email",
        "phone"
    ],
    "phone_to_email": "[email protected]",
    "email_to_phone": "+1234567890"
}

📚 Resources