Returns a paginated list of corporate entities in the TunnelMind surveillance
database. Includes data categories, estimated data value, and industry classification.
Useful for enumerating the surveillance ecosystem by sector.
Use this tool when:
- You want to enumerate all entities in a specific industry (e.g., all ad-tech companies).
- You need a dataset of surveillance entities for analysis or reporting.
- You are building a comprehensive surveillance landscape map.
Do NOT use this tool when:
- You need the full profile of a specific entity — use `get_entity` instead.
- You are searching by entity name — use `search` instead.
- You need domain-level data — use `list_domains` instead.
Inputs:
- `industry` (query, optional): Filter by industry classification. Examples:
`ad_tech`, `analytics`, `data_broker`, `social`, `crm`.
- `limit` (query, optional): Results per page. Max 100 (paid), 20 (free). Default 50.
- `cursor` (query, optional): Pagination cursor from previous response's `next_cursor`.
Returns:
- Array of entity list items (slug, name, parent_company, industry, data_categories,
data_cost_usd).
- `meta.has_more` and `meta.next_cursor` for pagination.
Cost:
- Free tier: up to 20 results/page, 50 req/day. Pro/enterprise: up to 100 results/page.
Latency:
- Typical: <150ms, p99: <400ms.
Connector