Search or lookup companies in your network
curl "https://api.clustr-ai.com/api/public/companies?search=Acme" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "companies": [ { "linkedin_numeric_id": "12345678", "name": "Acme Corp", "industry": "Technology", "size": "501-1000", "domain": "acme.com" } ], "total": 1 } }
acme.com