---
title: "Trustfull Domain"
method: GET
path: "/domain-intelligence/{customerId}"
tags: ["Products"]
---

# Trustfull Domain

`GET /domain-intelligence/{customerId}`

Trustfull Domain

## Path parameters

- `customerId` string, required

## Headers

- `content-type` string
- `accept` string
- `x-api-key` string, required

## Response `200`

OK

- GetDomainResponse — Domain Base
  - `resolution_id` string
  - `device_request_time` string
  - `customer_id` CustomerId — unresolved $ref
  - `domain` GetDomainResponsePayload — Domain block of GetDomainResponse
    - `value` string, nullable — The domain of the user provided during the API call
    - `country_code` string, nullable — Indicates the country code of the domain
    - `website_exists` boolean, nullable — Indicates if the domain exists or not
    - `website_exists_taxonomy` 'TAXONOMY_WEBSITE_EXISTS' | 'TAXONOMY_WEBSITE_ERROR' | 'TAXONOMY_REDIRECT' | 'TAXONOMY_REDIRECT_TO_HTTPS' | 'TAXONOMY_PARKED_DOMAIN' | 'TAXONOMY_WEBSITE_HOSTING' | 'TAXONOMY_NO_CONTENT' | 'TAXONOMY_TIMEOUT', nullable — Indicates in which taxonomy the domain is categorized - **TAXONOMY_WEBSITE_EXISTS:** There is a website associated with this domain - **TAXONOMY_WEBSITE_ERROR:** The website associated with this domain is unreachable - **TAXONOMY_REDIRECT:** The website contains a redirection to another website - **TAXONOMY_REDIRECT_TO_HTTPS:** The website performs a redirect from the HTTP protocol to the HTTPS protocol - **TAXONOMY_PARKED_DOMAIN:** The domain is of the "parked" type - **TAXONOMY_WEBSITE_HOSTING:** The website is from a provider or hosting - **TAXONOMY_NO_CONTENT:** The website is empty - **TAXONOMY_TIMEOUT:** The website does not respond within an acceptable time
    - `website_exists_ssl` boolean, nullable — Indicates if the domain has an SSL certificate
    - `website_redirect` string, nullable — Indicates the domain redirect type
    - `website_redirect_to` string, nullable — Indicates the domain redirect URL
    - `internal_links_count` integer, nullable — The count of links with the same domain inside the page
    - `external_links_count` integer, nullable — The count of links with external domain inside the page
    - `internal_email_links_count` integer, nullable — The count of email links with the same domain inside the page
    - `external_email_links_count` integer, nullable — The count of email links with external domain inside the page
    - `internal_images_count` integer, nullable — The count of image links with the same domain inside the page
    - `external_images_count` integer, nullable — The count of image links with external domain inside the page
    - `page_size` integer, nullable — Specifies the size, in bytes, of the web page corresponding to the domain
    - `has_linkedin` boolean, nullable — Indicates if the domain has a Company on Linkedin corresponding to the domain
    - `linkedin_url` string, nullable — The link to the Linkedin company corresponding to the domain
    - `linkedin_follower_count` integer, nullable — Specifies the number of follower of the Linkedin company corresponding to the domain
    - `linkedin_avg_articles_likes_count` integer, nullable — The average count of articles of the Linkedin company corresponding to the domain
    - `linkedin_first_article_date` string, nullable — The first available article date of the Linkedin company corresponding to the domain
    - `linkedin_last_article_date` string, nullable — The last available article date of the Linkedin company corresponding to the domain
    - `linkedin_company_size` string, nullable — Specifies the cluster size of the Linkedin company corresponding to the domain
    - `screenshot` string, nullable — The domain website screenshot
    - `has_ssl` boolean, nullable — Indicates if the domain has an SSL certificate
    - `ssl_is_valid` boolean, nullable — Indicates if the SSL certificate is valid
    - `ssl_valid_from` string, nullable — The date from which the SSL certificate is valid
    - `ssl_valid_to` string, nullable — The date until which the SSL certificate is valid
    - `ssl_issuer_organization` string, nullable — The organization that issued the SSL certificate
    - `company_name` string, nullable — The name of the company the user works for, contains the full name
    - `company_description` string, nullable — A verbose description description of the company associated with the domain
    - `company_industry` string, nullable — Indicates the industry/sector of the company using a standard taxonomy
    - `company_employees` integer, nullable — Indicates the number of employees of the company
    - `company_founded` string, nullable — Indicates the year when the company was founded
    - `company_keywords` string, nullable — A list of keywords used in the company description
    - `company_annual_revenue` integer — Indicates our proprietary estimated annual revenue range for company
    - `company_logo` string, nullable — An url linking to the the logo of the company associated with the domain
    - `company_country` string, nullable — Indicates the country name of the company headquarter
    - `company_twitter_url` string, nullable — Provides a link to the company twitter account, links is always pointing to twitter domain
    - `company_facebook_url` string, nullable — Provides the Facebook url of the company, links is always pointing to facebook domain
    - `company_linkedin_url` string, nullable — Provides the Linkedin url of the company, links is always pointing to linkedin domain
    - `company_total_funding` integer, nullable — Provides the total amount of funding raised by company
    - `company_tech_stack` string, nullable — Indicates the set of technologies uses by the company
    - `has_google_business` boolean, nullable — Indicates if the domain has google business info
    - `google_business_company` string, nullable — Indicates the google business company name
    - `google_business_rating` number, float, nullable — Indicates the google business rating
    - `google_business_review_count` integer, nullable — Indicates the google business number of reviews
    - `google_business_reviews` string, nullable — Lists up to three most important reviews
    - `google_business_address` string, nullable — Indicates the google business address
    - `google_business_country` string, nullable — Indicates the google business country
    - `google_business_thumbnail` string, nullable — Indicates the google business thumbnail
    - `google_business_phone_number` string, nullable — Indicates the google business phone number
    - `google_business_description` string, nullable — Indicates the google business description
    - `google_business_industry` string, nullable — Indicates the google business industry type
    - `google_business_status` string, nullable — Indicates the google business status
    - `google_business_hours` string, nullable — Indicates the google business opening hours
    - `has_google_ads` boolean, nullable — Indicates if the domain has google advertisement
    - `google_ads` string, nullable — Json representation of the top 5 most recent last shown ads
    - `google_ads_days_since_last_shown` integer, nullable — Represents the number of days that have passed since the most recent last shown date for Google Ads associated with the domain.
    - `dns_records_count` integer, nullable — Indicates the number of dns records
    - `dns_mx_records` string, nullable — Indicates the mx records
    - `dns_has_mx` boolean, nullable — Indicates whether the domain has mx records
    - `dns_mx_providers` string, nullable — Indicates the mx providers
    - `dns_mx_is_valid` boolean, nullable — Indicates whether the domain mx records are valid
    - `dns_spf_record` string, nullable — Indicates the spf record
    - `dns_has_spf` boolean, nullable — Indicates whether the domain has spf records
    - `dns_spf_is_valid` boolean, nullable — Indicates whether the domain spf records are valid
    - `dns_dmarc_record` string, nullable — Indicates the dmarc record
    - `dns_has_dmarc` boolean, nullable — Indicates whether the domain has dmarc records
    - `dns_dmarc_is_valid` boolean, nullable — Indicates whether the domain dmarc records are valid
    - `index_link_count` integer, nullable — Indicate the number of pages that can be found in the major search engines
    - `has_glassdoor` boolean, nullable — Indicates whether the domain has Glassdoor
    - `glassdoor_link` string, nullable — Indicates the domain glassdoor link
    - `glassdoor_rating` number, float, nullable — Indicates the domain glassdoor rating
    - `glassdoor_reviews` integer, nullable — Indicates the domain glassdoor reviews
    - `has_facebook` boolean, nullable — Indicates whether the domain has Facebook
    - `facebook_link` string, nullable — Indicates the domain facebook link
    - `facebook_likes` integer, nullable — Indicates the domain facebook likes
    - `facebook_followers` integer, nullable — Indicates the domain facebook followers
    - `facebook_rating` number, float, nullable — Indicates the domain facebook rating
    - `facebook_reviews` integer, nullable — Indicates the domain facebook reviews
    - `has_instagram` boolean, nullable — Indicates whether the domain has Instagram
    - `instagram_link` string, nullable — Indicates the domain instagram link
    - `instagram_likes` integer, nullable — Indicates the domain instagram likes
    - `instagram_followers` integer, nullable — Indicates the domain instagram followers
    - `instagram_posts` integer, nullable — Indicates the domain instagram posts
    - `registrar` string, nullable — Specifies the name of the registrar that manages the domain registration
    - `is_suspicious_registrar` boolean, nullable — Indicates if the domain registrar is known for hosting low-trust domains.
    - `registered_to` string, nullable — Indicates the name of the entity or individual who registered the domain
    - `creation_date` string, nullable — Specifies the date when the domain was first registered
    - `expiration_date` string, nullable — Indicates the date when the domain registration will expire unless renewed
    - `updated_date` string, nullable — Specifies the last update date of the domain's registration details.
    - `age` integer, nullable — Represents the number of days since the domain was registered.
    - `registrant_disclosed` boolean, nullable — Indicates whether the registrant's name or organization is disclosed in the WHOIS record.
    - `whois_data` string, nullable — A JSON representation of WHOIS information, structured with three top-level objects: "registrant", "administrative_contact", and "technical_contact". Each object may contain variable data structure representing various identity and contact details.
    - `technologies` string, nullable — A JSON representation of a list of technologies associated to the given domain, each object of the list has a "name" and a "category".
    - `technologies_count` integer, nullable — The number of technologies associated to the given domain website.
    - `technologies_is_only_adv` boolean, nullable — A flag indicating whether in the associated domain website there are only advertising technologies, which is strange for a commercial website.
    - `technologies_are_enterprise` boolean, nullable — A flag indicating whether in the associated domain website there are enough enterprise technologies.
    - `website_contents_emails` string, nullable — A string containing one or more email addresses extracted from the website contents.
    - `website_contents_phone_numbers` string, nullable — A string containing one or more phone numbers extracted from the website contents.
    - `website_contents_address` string, nullable — A string containing the physical address found on the website.
    - `website_contents_vat_code` string, nullable — The VAT identification number found on the website.
    - `website_contents_company_name` string, nullable — The company name found on the website.
    - `website_contents_language_code` string, nullable — The ISO 639-1 language code of the website content.
    - `website_contents_language_country` string, nullable — The ISO 3166-1 alpha-2 country code associated with the website language.
    - `website_contents_social_links` string, nullable — A JSON representation of the list of social media profile URLs found on the website.
    - `website_contents_privacy_policy_url` string, nullable — The URL pointing to the website's privacy policy page.
    - `website_contents_terms_and_conditions_url` string, nullable — The URL pointing to the website's terms and conditions page.
    - `website_contents_contacts_url` string, nullable — The URL pointing to the contact page of the website.
    - `website_contents_description` string, nullable — A summary of website' content.
    - `website_contents_tier1` string, nullable — A tier 1 classification of the website scope.
    - `website_contents_tier2` string, nullable — A tier 2 classification of the website scope.
    - `website_contents_tier3` string, nullable — A tier 3 classification of the website scope.
    - `social_links_max_followers` integer, nullable — The maximum number of followers across the social links
    - `has_trustpilot` boolean, nullable — Indicates whether the domain has a Trustpilot profile
    - `trustpilot_url` string, nullable — The URL of the Trustpilot profile for the domain
    - `trustpilot_description` string, nullable — A brief description of the company as listed on Trustpilot
    - `trustpilot_rating` number, float, nullable — The average rating of the company on Trustpilot
    - `trustpilot_address` string, nullable — The address of the company as listed on Trustpilot
    - `trustpilot_phone_number` string, nullable — The phone number of the company as listed on Trustpilot
    - `trustpilot_email` string, nullable — The email address of the company as listed on Trustpilot
    - `trustpilot_reviews_count` integer, nullable — The number of reviews the company has on Trustpilot
    - `trustpilot_reviews` string, nullable — A JSON representation of the reviews for the company on Trustpilot
    - `trustpilot_is_suspicious` boolean, nullable — Indicates whether the Trustpilot profile is considered suspicious
    - `trustpilot_is_claimed` boolean, nullable — Indicates whether the Trustpilot profile is claimed by the company
    - `privacy_policy_exists` boolean, nullable — A flag explaining if the domain website has a privacy policy
    - `terms_and_conditions_exists` boolean, nullable — A flag explaining if the domain website has a terms and condition policy
    - `backlinks_count` integer, nullable — A number explaining how many backlinks a domain has
    - `backlinks_count_seo` integer, nullable — Total number of backlinks discovered by SEO tools
    - `backlinks_referring_domains` integer, nullable — Number of unique domains that link to the analyzed domain.
    - `backlinks_referring_ips` integer, nullable — Total number of unique IP addresses from which backlinks originate.
    - `backlinks_score` integer, nullable — A general quality score of the backlink profile
    - `semrush_score` integer, nullable — Proprietary domain authority, based on the quality, quantity, and influence of backlinks.
    - `backlinks_from_a` integer, nullable — Number of backlinks found in anchor text elements within regular content.
    - `backlinks_from_form` integer, nullable — Number of backlinks embedded in HTML form elements.
    - `backlinks_from_frame` integer, nullable — Number of backlinks found inside iframe or similar frame-based structures.
    - `backlinks_from_image` integer, nullable — Number of backlinks originating from image tags.
    - `privacy_policy_content_path` string, nullable — The S3 link to the privacy policy page content.
    - `terms_and_conditions_content_path` string, nullable — The S3 link to the terms and conditions page content.
    - `privacy_policy_found` boolean, nullable — A flag indicating whether the privacy policy has been found.
    - `privacy_policy_has_clear_language` boolean, nullable — A flag indicating whether the privacy policy document is written in clear, plain language, avoiding legal and technical jargon to ensure that it is easily understandable for all users, regardless of their technical or legal expertise.
    - `privacy_policy_specifies_company_identity` boolean, nullable — A flag indicating whether the privacy policy document clearly identifies the company, specifying its full legal name and legal status, which is essential for transparency.
    - `privacy_policy_specifies_contact_information` boolean, nullable — A flag indicating whether the privacy policy document specifies valid contact information, enabling users to submit inquiries or exercise their legal rights.
    - `privacy_policy_specifies_data_collection` boolean, nullable — A flag indicating whether the privacy policy document specifies the types of data collected, the methods of collection, the purposes of processing, and the legal basis for that processing.
    - `privacy_policy_specifies_data_sharing` boolean, nullable — A flag indicating whether the privacy policy document clearly explains how and with which third parties user data is shared, outlining any legal limitations and their specific usage rights.
    - `privacy_policy_is_gdpr_compliant` boolean, nullable — A flag indicating whether the privacy policy document adheres to GDPR regulations.
    - `privacy_policy_has_data_controller` boolean, nullable — A flag indicating whether the privacy policy document identifies the data controller, which is the entity responsible for determining the purposes and means of the processing of personal data.
    - `privacy_policy_has_cookie_policy` boolean, nullable — A flag indicating whether the privacy policy document includes a specific cookie policy that explains the use of tracking technologies, the types of cookies used, and how users can manage their preferences.
    - `privacy_policy_is_generic` boolean, nullable — A flag indicating whether the privacy policy document is too generic and lacks the specific details required to demonstrate it has been customized to the company's unique data processing activities.
    - `privacy_policy_with_unrealistic_promises` boolean, nullable — A flag indicating whether the privacy policy document contains unrealistic or misleading claims, such as guaranteeing absolute data security or promising that user data will never be shared under any circumstances.
    - `terms_and_conditions_found` boolean, nullable — A flag indicating whether the terms and conditions document has been found.
    - `terms_and_conditions_has_clear_language` boolean, nullable — A flag indicating whether the terms and conditions document is written in clear, plain language, avoiding legal and technical jargon to ensure that it is easily understandable for all users, regardless of their technical or legal expertise.
    - `terms_and_conditions_specifies_company_identity` boolean, nullable — A flag that indicates whether the terms and conditions document explicitly includes company-related information, such as the company's legal name, registered address, identification number, or other official business details
    - `terms_and_conditions_specifies_contact_information` boolean, nullable — A flag indicating whether the terms and conditions document specifies valid contact information, enabling users to submit inquiries or exercise their legal rights.
    - `terms_and_conditions_document_is_specific` boolean, nullable — A flag indicating whether the terms and conditions document is sufficiently specific and tailored to the company's services, rather than a generic template that fails to clearly outline the rights and obligations of both parties.
    - `terms_and_conditions_with_contradictions` boolean, nullable — A flag indicating whether the terms and conditions document contains internal contradictions or inconsistencies that create ambiguity and could make the terms difficult to interpret or legally unenforceable.
    - `terms_and_conditions_with_external_incoherent_references` boolean, nullable — A flag indicating whether the terms and conditions document contains suspicious or misleading external references, which could be a signal for a scam or a deceptive practice by preventing users from verifying the company's claims.
    - `terms_and_conditions_with_data_protection` boolean, nullable — A flag indicating whether the terms and conditions document specifies how personal data is protected and secured, referring to details which specify company's security measures and user rights.
    - `is_enterprise` boolean, nullable — A flag indicating whether in the associated domain website is enough complete to be considered enterprise
    - `score` integer, nullable — A number ranging from 0 to 1000 represents the quality of the domain information detected
    - `score_cluster` 'very_low' | 'low' | 'review' | 'high' | 'very_high', nullable — A cluster summarizing the quality of the domain provided

---

[API](https://skmtc.dev/trustfull/apis/products.md) · [All operations](https://skmtc.dev/trustfull/apis/products/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustfull/products/revisions/cb4f72972276/schema)
