Returns an entity record for a surveillance company or data broker, including its
industry, estimated annual data value per user (in USD), categories of personal data
collected, and the full list of domains it controls. Free tier returns 5 domains,
paid returns up to 200.
Use this tool when:
- You want to understand what corporate entity owns or controls a tracker domain.
- You need to assess the total surveillance footprint of a company (e.g., Alphabet,
Meta, Oracle).
- You are building a corporate surveillance graph and need domain-to-entity mapping.
Do NOT use this tool when:
- You have a domain and need its category — use `get_domain` instead.
- You want to browse entities by industry — use `list_entities` instead.
- You are searching for an entity by name — use `search` instead.
Inputs:
- `slug` (path, required): URL-safe entity identifier (lowercase, hyphens). Examples:
`alphabet`, `meta`, `oracle-data-cloud`, `the-trade-desk`.
Returns:
- Full `EntityRecord` with data categories, estimated data cost, and associated domains.
- `domains`: array of top-scoring domains (5 for free tier, 200 for paid).
- Pro/enterprise additionally return `website` and `description` fields.
Cost:
- Free tier: included in 50 req/day limit. Pro/enterprise: included in plan.
Latency:
- Typical: <150ms, p99: <400ms.
Connector