Retrieve a paginated list of named entities (companies, people, institutions)
curl "https://worker.rushed.com.br/api/entities?type=COMPANY&limit=10" \ -H "X-API-Key: rsh_live_xxxxxxxxxxxx"
{ "success": true, "data": [ { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "entityType": "COMPANY", "canonicalName": "Petrobras", "aliases": ["Petroleo Brasileiro S.A.", "PETR"], "ticker": "PETR4", "cnpj": "33.000.167/0001-01", "createdAt": "2024-11-15T10:30:00Z" }, { "id": "b2c3d4e5-f6a7-8901-bcde-f12345678901", "entityType": "COMPANY", "canonicalName": "Vale", "aliases": ["Vale S.A.", "CVRD"], "ticker": "VALE3", "cnpj": "33.592.510/0001-54", "createdAt": "2024-11-15T10:31:00Z" } ], "pagination": { "limit": 10, "offset": 0, "total": 1250, "hasMore": true } }
COMPANY
PERSON
INSTITUTION
TICKER
LOCATION
EVENT
PRODUCT
LAW
MONETARY
METRIC
PETR4
Show Entity object