Privacy Policy Analyzer

We read the fine print so you don't have to. Get clear A-E privacy grades for your favorite services.

Filter by grade:

A B C D E All
<% if (services && services.length > 0) { %>
<% services.forEach(function(service) { %>
<% if (service.logo_url) { %> <% } %>

<%= service.name %>

<% if (service.grade) { %>
<%= service.grade %> Privacy Grade <%= service.grade %>
<% if (service.last_analyzed) { %>

Last analyzed: <%= new Date(service.last_analyzed).toLocaleDateString() %>

<% } %> <% if (service.findings && service.findings.negative && service.findings.negative.length > 0) { %>
    <% service.findings.negative.slice(0, 3).forEach(function(finding) { %>
  • <%= finding.title %>
  • <% }); %> <% if (service.findings.negative.length > 3) { %>
  • ...and <%= service.findings.negative.length - 3 %> more
  • <% } %>
<% } %> <% } else { %>

Not analyzed yet

<% } %>
<% }); %>
<% if (pagination && pagination.totalPages > 1) { %> <% } %> <% } else { %>

No services found. Check back soon!

<% } %>