list_entities
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_entityinstead.You are searching by entity name — use
searchinstead.You need domain-level data — use
list_domainsinstead.
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'snext_cursor.
Returns:
Array of entity list items (slug, name, parent_company, industry, data_categories, data_cost_usd).
meta.has_moreandmeta.next_cursorfor pagination.
Cost:
Free tier: up to 20 results/page, 50 req/day. Pro/enterprise: up to 100 results/page.
Latency:
Typical: <150ms, p99: <400ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| industry | No |