For Developers

Privacy intelligence as an API

Integrate privacy scores, risk signals, and policy data into your products. Build trust decisions into any application.

Structured Data

Privacy scores, risk signals, policy analysis, and compliance data — all structured as clean JSON.

Simple Integration

RESTful API with Bearer token auth. Get a company's privacy profile with a single GET request.

Privacy Scores

Composite scores from 0-100 with grade breakdowns across 7 assessment categories.

Public Lookup

Free public endpoint for quick domain lookups — no authentication required.

Risk Signals

Detect third-party sharing, tracking, dark patterns, deletion friction, and more.

Developer-First

Consistent JSON responses, clear error codes, pagination, and filtering out of the box.

API Endpoints

MethodEndpointDescription
GET/api/v1/companiesList companies with filtering and pagination
GET/api/v1/companies/{id}Full company profile and privacy data
GET/api/v1/companies/{id}/scorePrivacy score and grade only
GET/api/v1/searchSearch by name or domain
GET/api/v1/public/domain/{domain}Public lookup (no auth)

Quick Start

curl https://privacyfetch.com/api/v1/companies/google \
  -H "Authorization: Bearer YOUR_API_KEY"

Generate an API key from your dashboard, then start querying.

Start building with privacy data

Read the docs, grab an API key, and integrate privacy intelligence into your product.