June 2025 Update
6 months ago by Lorenzo Roveda
đ„June 2025 Update: We delivered more complete company profiles and safer endâtoâend testingâenabled by the new Website Content Agent that autoâextracts site metadata and Sandbox V2 at sandbox.trustfull.com for scenarioâbased validation.
TRUSTFULL DOMAIN â Website Content Agent
We launched a new AI agent inside Trustfull Domain: the Website Content Agent. This Agent can now parse raw websites to automatically extract company metadata including name, email, phone, VAT, social links, and more. This boosts Trustfull's Domain solution with complete and reliable company data.
đ Key Features
For the provided domain it returns:
- đ”ïžââïžIdentity and contact: Company + VAT, Contacts (emails, phones), Address
- đLegal and pages: Policies (privacy, terms), Contact page, Social links
- âšContext and classification: Language (code, country), Description, Classification (tier1âtier3)
đ Example Output
{
"website_contents_emails": "[[email protected]](mailto:[email protected])",
"website_contents_phone_numbers": "+39 011 1234567",
"website_contents_address": "Via Roma 1, 10121 Torino, Italy",
"website_contents_vat_code": "IT12345678901",
"website_contents_company_name": "Example S.p.A.",
"website_contents_language_code": "it",
"website_contents_language_country": "IT",
"website_contents_social_links": "{\"facebook\": \"https://www.facebook.com/example\"}",
"website_contents_privacy_policy_url": "https://www.example.com/privacy-policy",
"website_contents_terms_and_conditions_url": "https://www.example.com/terms-and-conditions",
"website_contents_contacts_url": "https://www.example.com/contact",
"website_contents_description": "This website provides and example of a website.",
"website_contents_tier1": "TECHNOLOGY_AND_COMPUTING",
"website_contents_tier2": "TECHNOLOGY_AND_COMPUTING",
"website_contents_tier3": "TECHNOLOGY_AND_COMPUTING"
}website_contents_emails(string) â A string containing one or more email addresses extracted from the website contents.website_contents_phone_numbers(string) â A string containing one or more phone numbers extracted from the website contents.website_contents_address(string) â A string containing the physical address found on the website.website_contents_vat_code(string) â The VAT identification number found on the website.website_contents_company_name(string) â The company name found on the website.website_contents_language_code(string) â The ISO 639-1 language code of the website content.website_contents_language_country(string) â The ISO 3166-1 alpha-2 country code associated with the website language.website_contents_social_links(string) â A JSON representation of the list of social media profile URLs found on the website.website_contents_privacy_policy_url(string) â The URL pointing to the website's privacy policy page.website_contents_terms_and_conditions_url(string) â The URL pointing to the website's terms and conditions page.website_contents_contacts_url(string) â The URL pointing to the contact page of the website.website_contents_description(string) â A summary of website content.website_contents_tier1(string) â A tier 1 classification of the website scope.website_contents_tier2(string) â A tier 2 classification of the website scope.website_contents_tier3(string) â A tier 3 classification of the website scope.
SANDBOX V2â Safe endâtoâend testing without touching production
Thanks to the new endpoint you can safely test your integration endâtoâend with realistic responses by routing requests to the sandbox environment.
đ Key Steps
- Replace the endpoint with
sandbox.trustfull.com - Ensure you include an active API key.
- Send a formally correct request with the required payload.
- Use the
customer_idto simulate specific scenarios: high, good, moderate, bad, or poor.
đ Example: Onboarding âgoodâ
curl --request POST \
--url https://sandbox.trustfull.com/1.0/hub \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-api-key: [your_app_key]' \
--data '
{
"customer_id": "good",
"claims": [
"phone",
"email",
"name",
"score"
],
"phone_number": "39349xxxxxxx",
"email": "[t***@trustfull.com](mailto:t***@trustfull.com)",
"first_name": "Tony",
"last_name": "Stark"
}'đ Resources
- Support Center - Assistance and answers from the Trustfull support team.
- Trustfull Domain API Documentation - Information and guidelines on how to implement our Domain API.
- Trustfull Domain Guide - Guide on our Domain solution.
- API Sandbox Guide - Test products or Solutions.