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
- Support Center - Assistance and answers from the Trustfull support team.
- Domain API Documentation - Information and guidelines on how to implement our Domain API.
- Phone API Documentation - More information on our Phone API.