Trustpilot
Trustpilot is a Danish consumer review website which provide embed stand-alone applications in your website to show your most recent reviews, TrustScore, and star ratings.
Websites Using Trustpilot
What Is Trustpilot?
Trustpilot is one of the world's best-known open customer-review platforms, a website and service where consumers can publicly rate and review the businesses they buy from, and where businesses can collect, display, and respond to that feedback. Founded in Denmark in 2007, Trustpilot has grown into a large, widely recognized review community whose star ratings and "TrustScore" appear on company websites, in search results, and in advertising across many industries.
What distinguishes Trustpilot from a store-owned review app is its open, platform-hosted model. Reviews live on Trustpilot's own domain and profile pages, not solely on the merchant's site. Anyone who has done business with a company can, in principle, leave a review, and those reviews are public on the company's Trustpilot profile regardless of whether the business has a paid account. Businesses then use Trustpilot's tools to invite reviews, respond to them, and embed widgets, called TrustBoxes, that surface their rating on their own pages. This separation between where reviews are stored (Trustpilot) and where they are displayed (the company's site, via a widget) is central to how the platform works and how it is detected.
Trustpilot is a hosted SaaS service, not a browser extension or a self-built script. A business adds a small JavaScript snippet and a TrustBox widget to its site to display its rating, while review collection, storage, and the public profile are all handled by Trustpilot's infrastructure. The widget pulls live data from Trustpilot so the displayed rating stays current as new reviews arrive.
It helps to frame who uses Trustpilot. The platform serves businesses of every size, from small online shops to large enterprises and financial-services brands, that want third-party-verified social proof carrying the credibility of an independent, recognizable review site. Because the reviews are hosted on a neutral platform rather than curated entirely by the merchant, a Trustpilot rating is often perceived as more trustworthy than reviews shown only on a company's own pages. That perception of independence is precisely the value proposition, and it shapes how Trustpilot positions itself against store-controlled review apps.
How Trustpilot Works
Trustpilot's model centers on a public company profile at a Trustpilot URL, where the business's reviews and aggregate TrustScore are displayed. Consumers can leave reviews on that profile directly, and businesses with an account can send review invitations, automated emails (and other prompts) that ask recent customers to share their experience, often linking to a branded review form.
To show their rating on their own website, businesses embed a TrustBox. A TrustBox is a configurable widget, there are many layouts, including a compact star rating, a carousel of recent reviews, a slider, and a micro-badge, that a business places on its homepage, product pages, checkout, or footer. The TrustBox is powered by a small piece of Trustpilot JavaScript plus a container element that specifies which widget template and which business unit to display. Because the widget fetches live data from Trustpilot, the rating it shows reflects the current state of the public profile.
Trustpilot distinguishes between organic reviews (left spontaneously by consumers) and invited reviews (prompted by the business), and it applies guidelines and automated checks intended to preserve the integrity of the content. The platform also exposes APIs and integrations so businesses can automate review invitations from their ecommerce or CRM systems and pull review data into other tools.
Two technical points explain how Trustpilot appears on a page. First, the TrustBox is rendered client-side: the Trustpilot script loads, finds the TrustBox container, and injects the rating widget after the page's core HTML. Second, Trustpilot widgets are typically loaded from Trustpilot's own widget and asset domains, so the network requests point at Trustpilot hosts rather than the business's own server. This pairing, a Trustpilot script request plus a TrustBox container element identifying the business, is the clearest fingerprint of the platform.
Beyond the on-site widget, the public profile plays an important role in discovery. Because each business has a profile on Trustpilot's high-authority domain, those profiles themselves rank in search and act as an independent reputation page that exists whether or not the company embeds a widget. For consumers researching a purchase, the Trustpilot profile is often a destination in its own right, which is one reason businesses actively manage their presence there, responding to reviews, addressing complaints, and inviting satisfied customers to contribute.
How to Tell if a Website Uses Trustpilot
Trustpilot leaves several dependable fingerprints. StackOptic inspects these from the server side, and you can confirm the same signals by hand with View Source, DevTools, or a detection extension.
The TrustBox widget script. The strongest on-site signal is the Trustpilot widget bootstrap script, commonly loaded from widget.trustpilot.com (for example a bootstrap script under that host). A request to widget.trustpilot.com is a near-certain indicator that the site embeds a TrustBox.
The TrustBox container element. Trustpilot widgets are anchored by a container, typically a div with a trustpilot-widget class and data- attributes such as a template ID, a business-unit ID, and a locale. Finding a trustpilot-widget element with these data attributes confirms the platform and even identifies the specific business unit.
Links to a Trustpilot profile. Many sites link to their public profile on trustpilot.com (often *.trustpilot.com/review/yourdomain). Such an outbound link, especially near a rating badge, is a clear secondary signal.
Trustpilot asset and image domains. Star images, logos, and other widget assets are served from Trustpilot domains. Requests to Trustpilot hosts for these assets reinforce detection.
| Method | What to do | What Trustpilot reveals |
|---|---|---|
| View Source | Open the page, right-click, "View Page Source" | The widget.trustpilot.com bootstrap script and a trustpilot-widget container with data attributes |
| Browser DevTools (Network) | Open DevTools, reload, filter by "trustpilot" | Requests to widget.trustpilot.com and other Trustpilot hosts |
| Browser DevTools (Elements) | Inspect the rating badge area | A div.trustpilot-widget with data-template-id and data-businessunit-id |
| Wappalyzer | Run the extension on the live page | Flags "Trustpilot" under reviews when the widget is present |
| BuiltWith | Look up the domain | Current and historical Trustpilot usage alongside the full stack |
A quick command-line check is curl -s https://example.com | grep -i "trustpilot". If it returns the widget.trustpilot.com script or a trustpilot-widget container, the site embeds Trustpilot. For the broader methodology of identifying third-party widgets, see how to find out what technology a website uses, and because review widgets are a common ecommerce add-on, how to find out what ecommerce platform a website uses is a useful companion check.
It is worth noting how these signals behave in practice. The TrustBox renders client-side, so static HTML often shows the empty trustpilot-widget container and the bootstrap script before the stars are populated, the markup and the widget.trustpilot.com request are present even when the visible rating has not yet loaded. Some sites lazy-load the widget for performance, delaying the network request until the badge scrolls into view, but the container and its data-businessunit-id remain in the source. A business might display its rating only on certain pages (for example a homepage or checkout), so checking more than one page reduces false negatives. Because the TrustBox genuinely depends on the Trustpilot script and the container's data attributes, these are difficult to disguise, and combining them, a widget.trustpilot.com request, a trustpilot-widget element, and perhaps a link to the public profile, yields a confident result. Server-side analysis helps here by fetching the unmodified HTML and reading the embedded widget references directly, without relying on the browser to execute and lazy-load the badge.
Key Features
- Open public profiles. Each business has a hosted profile and TrustScore on Trustpilot's domain, independent of its own site.
- TrustBox widgets. A library of embeddable widget layouts (star rating, carousel, slider, micro-badge) that display the live rating on a business's pages.
- Review invitations. Automated email and prompt-based invitations to collect verified customer reviews after a purchase.
- Organic and invited reviews. A distinction between spontaneous and prompted reviews, with guidelines and checks aimed at integrity.
- Responses and engagement. Tools for businesses to publicly reply to reviews and manage their reputation.
- APIs and integrations. Connections to ecommerce and CRM systems to automate invitations and pull review data.
- Rich-result potential. Aggregate ratings that, when implemented per search-engine guidelines, can contribute to star displays in search.
Pros and Cons
Pros
- Strong, widely recognized brand that lends third-party credibility to displayed ratings.
- Open, platform-hosted reviews are often perceived as more independent than store-owned reviews.
- A flexible TrustBox library makes it easy to display ratings across a site.
- Public profiles provide an additional, high-authority reputation page that exists on Trustpilot's domain.
Cons
- The open model means negative reviews appear on the public profile whether or not the business pays for an account.
- On-site widgets load third-party JavaScript, which can affect page speed if not managed carefully.
- Many advanced collection and management features sit behind paid plans.
- Less tightly coupled to a single store's product catalog than a dedicated ecommerce review app.
Trustpilot vs Alternatives
Trustpilot competes with other open review platforms and with store-owned ecommerce review apps. The table clarifies where it fits.
| Platform | Model | Where reviews live | Best for |
|---|---|---|---|
| Trustpilot | Open, business-level reviews | Hosted on Trustpilot profiles | Brands wanting recognizable, independent social proof |
| Google Reviews | Open, profile-based | Google Business Profile | Local and search-visible reputation |
| Yotpo | Store-owned product reviews | Merchant's site (vendor-hosted data) | Ecommerce product-level UGC and loyalty |
| Stamped | Store-owned reviews plus loyalty | Vendor-hosted, shown on store | DTC brands wanting reviews and rewards together |
| Feefo | Invited, verified reviews | Vendor-hosted | Businesses prioritizing verified-purchase reviews |
If a site turns out to use a store-owned review app instead, the same detection approach applies, look for that vendor's script domain and container markup. You can compare Trustpilot's business-level model with an ecommerce, product-level platform like Stamped to see the contrast. For using these detections to qualify prospects, see what is technographics and using tech-stack data to qualify leads.
Use Cases
Trustpilot is the natural choice for businesses that want recognizable, independent social proof at the brand level. An online retailer embeds a TrustBox on its homepage and checkout to reassure shoppers with a live star rating, while its public Trustpilot profile serves as an independent reputation page that ranks in search. A subscription or financial-services company, where trust is paramount, uses Trustpilot specifically because the reviews are hosted on a neutral, well-known platform rather than curated on its own site.
It also fits businesses running structured review-invitation programs: after each purchase or interaction, automated invitations gather verified feedback, building a steady stream of recent reviews that keep the TrustScore current. Marketing teams reuse Trustpilot ratings in advertising and email, and customer-experience teams use the response tools to address complaints publicly, turning a negative review into a visible demonstration of good service.
Consider a few concrete scenarios. A mid-size electronics retailer might display a Trustpilot carousel on product pages and link to its profile in the footer, using invitations to collect reviews after delivery. A SaaS company might embed a TrustBox micro-badge in its pricing page header to build confidence at the moment of decision. A travel brand might lean on its Trustpilot profile as a primary reputation signal because consumers actively search for travel reviews on independent platforms. In each case the common thread is a desire for credibility that comes from a recognizable, third-party source.
From a competitive-intelligence standpoint, detecting Trustpilot on a site is a meaningful data point. It indicates a business that invests in reputation management and values independent social proof, and the embedded data-businessunit-id even ties the site to a specific Trustpilot profile that can be examined further. For vendors selling reputation, review-marketing, or customer-experience tools, that is a strong qualifying signal; for analysts mapping an industry, it distinguishes brands that prioritize open, third-party reviews from those relying solely on store-owned widgets. Surfacing that signal automatically across many domains is exactly what a technology-detection tool is built to do.
Frequently Asked Questions
What is a TrustBox?
A TrustBox is Trustpilot's embeddable review widget. Businesses place a small container element and a Trustpilot script on their site, and the TrustBox displays their live rating in one of several layouts, a compact star badge, a review carousel, a slider, or a micro-badge. Because it pulls data from Trustpilot, the rating it shows updates as new reviews are posted to the company's public profile.
How do I tell if a website uses Trustpilot?
Check the page source for a bootstrap script from widget.trustpilot.com and a div with the trustpilot-widget class carrying data-template-id and data-businessunit-id attributes. Look in the DevTools Network tab for requests to Trustpilot hosts, and watch for outbound links to a trustpilot.com/review/... profile. Extensions like Wappalyzer and BuiltWith confirm it, and curl -s URL | grep -i trustpilot works from a terminal.
Are Trustpilot reviews hosted on the company's website or on Trustpilot?
On Trustpilot. The reviews and the aggregate TrustScore live on the company's public Trustpilot profile, on Trustpilot's own domain. The business displays that rating on its own site through a TrustBox widget, which fetches the data live from Trustpilot. This is a key difference from store-owned review apps, where the review data is tied to the merchant's own platform.
Can a business remove negative Trustpilot reviews?
Generally no, not at will. Because Trustpilot operates an open model, reviews from genuine customers remain public on the profile, and businesses cannot simply delete unfavorable ones. They can report reviews that violate Trustpilot's guidelines for removal review, and, more constructively, respond publicly to address the issue. This openness is part of why a Trustpilot rating is often seen as independent and credible.
Does a Trustpilot widget affect page speed?
It can, like any third-party widget, because the TrustBox loads JavaScript and assets from Trustpilot's domains and renders client-side. The impact depends on how many TrustBoxes a page includes and whether the site lazy-loads them. Businesses concerned about Core Web Vitals should place widgets thoughtfully and test load performance, balancing the trust benefit of a visible rating against the added requests.
Want to detect Trustpilot and the full stack behind any site in seconds? Try StackOptic at https://stackoptic.com.
Alternatives to Trustpilot
Compare Trustpilot
Analyze a Website
Check if any website uses Trustpilot and discover its full technology stack.
Analyze Now