get_entity
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_domaininstead.You want to browse entities by industry — use
list_entitiesinstead.You are searching for an entity by name — use
searchinstead.
Inputs:
slug(path, required): URL-safe entity identifier (lowercase, hyphens). Examples:alphabet,meta,oracle-data-cloud,the-trade-desk.
Returns:
Full
EntityRecordwith 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
websiteanddescriptionfields.
Cost:
Free tier: included in 50 req/day limit. Pro/enterprise: included in plan.
Latency:
Typical: <150ms, p99: <400ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |