Integrate privacy scores, risk signals, and policy data into your products. Build trust decisions into any application.
Privacy scores, risk signals, policy analysis, and compliance data — all structured as clean JSON.
RESTful API with Bearer token auth. Get a company's privacy profile with a single GET request.
Composite scores from 0-100 with grade breakdowns across 7 assessment categories.
Free public endpoint for quick domain lookups — no authentication required.
Detect third-party sharing, tracking, dark patterns, deletion friction, and more.
Consistent JSON responses, clear error codes, pagination, and filtering out of the box.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/companies | List companies with filtering and pagination |
| GET | /api/v1/companies/{id} | Full company profile and privacy data |
| GET | /api/v1/companies/{id}/score | Privacy score and grade only |
| GET | /api/v1/search | Search by name or domain |
| GET | /api/v1/public/domain/{domain} | Public lookup (no auth) |
curl https://privacyfetch.com/api/v1/companies/google \
-H "Authorization: Bearer YOUR_API_KEY"Generate an API key from your dashboard, then start querying.
Read the docs, grab an API key, and integrate privacy intelligence into your product.