July 2025 Update

🌞July 2025 Update: We updated Trustfull Domain with two new features: Trustpilot Integration and Privacy & Terms Policy Analysis.

TRUSTFULL DOMAIN — Trustpilot

Trustfull Domain now includes signals from Trustpilot: after an in-depth analysis of Trustpilot data, we can now summarize key information about a domain’s presence on the platform, including:

🔍 Key Features:

  • 🔍 Page presence — Whether a Trustpilot page exists.
  • 🏷 Claim status — If the page has been claimed by the company or created by a user.
  • 📝 Company description— Company description brief from Trustpilot.
  • 📞 Phone numbers and email addresses— Company phone number from Trustpilot.
  • ⚠ Guideline violations — Whether the domain is in breach of Trustpilot’s guidelines.
  • ⭐ Reviews and ratings— Number, count and visualization of reviews.

This integration strengthens the Domain product by adding a reliable reputation lens to your domain assessments, straight from Trustpilot.

📊 Example Output:

{
    "has_trustpilot": true,
    "trustpilot_url": "https://www.trustpilot.com/review/example.com",
    "trustpilot_description": "Example Company is a leading provider of innovative solutions.",
    "trustpilot_rating": 4,
    "trustpilot_address": "123 Example Street, Example City, EX 12345",
    "trustpilot_phone_number": "+1 234-567-8900",
    "trustpilot_email": "[email protected]",
    "trustpilot_reviews_count": 150,
    "trustpilot_reviews": "[{\"author\": \"John Doe\", \"rating\": 5, \"date\": \"2024-12-04\", \"content\": \"Great service!\"}, {\"author\": \"Jane Smith\", \"rating\": 4, \"date\": \"2024-12-05\", \"content\": \"Very satisfied!\"}, {\"author\": \"Alice Johnson\", \"rating\": 3, \"date\": \"2024-12-06\", \"content\": \"Good, but could be better.\"}, {\"author\": \"Bob Brown\", \"rating\": 2, \"date\": \"2024-12-07\", \"content\": \"Not what I expected.\"}, {\"author\": \"Charlie White\", \"rating\": 1, \"date\": \"2024-12-08\", \"content\": \"Very disappointed.\"}]",
    "trustpilot_is_suspicious": false,
    "trustpilot_is_claimed": true,
}
  • has_trustpilot(boolean): Indicates whether the domain has a Trustpilot profile.

  • trustpilot_url(string): The URL of the Trustpilot profile for the domain.

  • trustpilot_description(string): A brief description of the company as listed on Trustpilot.

  • trustpilot_rating(integer): The average rating of the company on Trustpilot.

  • trustpilot_address(string): The address of the company as listed on Trustpilot.

  • trustpilot_phone_number(string):

    The phone number of the company as listed on Trustpilot.

  • trustpilot_email(string):

    The email address of the company as listed on Trustpilot.

  • trustpilot_reviews_count(integer):

    The number of reviews the company has on Trustpilot.

  • trustpilot_reviews(string):

    A JSON representation of the reviews for the company on Trustpilot.

  • trustpilot_is_suspicious(boolean):

    Indicates whether the Trustpilot profile is considered suspicious.

  • trustpilot_is_claimed(boolean):

    Indicates whether the Trustpilot profile is claimed by the company.


TRUSTFULL DOMAIN — Privacy & Terms Policy Analysis

Trustfull Domain now includes two new signals: our agents now crawl and extract the content of a domain’s Privacy Policy and Terms & Conditions, then evaluate them against key requirements like clarity, identity and contacts, data practices, and GDPR alignment.

🔍 Key Features

  • 🧾 Legal pages detection: Find and link the site’s Privacy Policy and Terms & Conditions pages.
  • 🧠 AI compliance checks: Automatic flags for clarity, company identity, contact info, data collection and sharing, GDPR alignment, and cookie policy.
  • 🛡️ Risk signals: Identify generic templates, unrealistic promises, contradictions, incoherent external references, and presence of data protection clauses.

📊 Example Output

{
  "claims": ["domain"],
  "value": "[example.com](http://example.com)",

  "website_contents_privacy_policy_url": "https://www.example.com/privacy-policy",
  "website_contents_terms_and_conditions_url": "https://www.example.com/terms-and-conditions",

  "privacy_policy_exists": true,
  "terms_and_conditions_exists": true,

  "privacy_policy_content_path": "s3://bucket-name/path/to/privacy_policy.html",
  "terms_and_conditions_content_path": "s3://bucket-name/path/to/terms_and_conditions.html",

  "privacy_policy_found": true,
  "privacy_policy_has_clear_language": true,
  "privacy_policy_specifies_company_identity": true,
  "privacy_policy_specifies_contact_information": true,
  "privacy_policy_specifies_data_collection": true,
  "privacy_policy_specifies_data_sharing": true,
  "privacy_policy_is_gdpr_compliant": true,
  "privacy_policy_has_data_controller": true,
  "privacy_policy_has_cookie_policy": true,
  "privacy_policy_is_generic": true,
  "privacy_policy_with_unrealistic_promises": true,

  "terms_and_conditions_found": true,
  "terms_and_conditions_has_clear_language": true,
  "terms_and_conditions_specifies_company_identity": true,
  "terms_and_conditions_specifies_contact_information": true,
  "terms_and_conditions_document_is_specific": true,
  "terms_and_conditions_with_contradictions": true,
  "terms_and_conditions_with_external_incoherent_references": true,
  "terms_and_conditions_with_data_protection": true
}
  • website_contents_privacy_policy_url (string) — Link to the domain’s Privacy Policy page.
  • website_contents_terms_and_conditions_url (string) — Link to the domain’s Terms & Conditions page.
  • privacy_policy_exists (boolean) — Whether a Privacy Policy is present on the site.
  • terms_and_conditions_exists (boolean) — Whether Terms & Conditions are present on the site.
  • privacy_policy_content_path (string) — S3 path to the extracted Privacy Policy HTML content.
  • terms_and_conditions_content_path (string) — S3 path to the extracted Terms & Conditions HTML content.
  • privacy_policy_found (boolean) — Policy was discovered and parsed successfully.
  • privacy_policy_has_clear_language (boolean) — Written in clear, plain language.
  • privacy_policy_specifies_company_identity (boolean) — Includes full legal company identity.
  • privacy_policy_specifies_contact_information (boolean) — Provides valid contact details to submit inquiries.
  • privacy_policy_specifies_data_collection (boolean) — Details data collected, purpose, legal basis.
  • privacy_policy_specifies_data_sharing (boolean) — Explains third-party sharing and limits.
  • privacy_policy_is_gdpr_compliant (boolean) — Aligns with GDPR requirements.
  • privacy_policy_has_data_controller (boolean) — Identifies the data controller.
  • privacy_policy_has_cookie_policy (boolean) — Includes cookie usage and preference controls.
  • privacy_policy_is_generic (boolean) — Appears generic or templated.
  • privacy_policy_with_unrealistic_promises (boolean) — Contains unrealistic or misleading claims.
  • terms_and_conditions_found (boolean) — Document was discovered and parsed successfully.
  • terms_and_conditions_has_clear_language (boolean) — Written in clear, plain language.
  • terms_and_conditions_specifies_company_identity (boolean) — Includes legal entity details.
  • terms_and_conditions_specifies_contact_information (boolean) — Provides valid contact details.
  • terms_and_conditions_document_is_specific (boolean) — Tailored to the service, not generic.
  • terms_and_conditions_with_contradictions (boolean) — Flags internal inconsistencies.
  • terms_and_conditions_with_external_incoherent_references (boolean) — Flags suspicious or incoherent external references.
  • terms_and_conditions_with_data_protection (boolean) — Mentions data protection and security measures.

📚 Resources