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