Skip to main content
The Clustr API lets you import contacts, search referral opportunities, and manage target accounts programmatically.

Base URL

https://api.clustr-ai.com/api/public

How it works

  1. Import contacts — Send LinkedIn URLs via the API. Clustr processes them asynchronously and discovers referral opportunities.
  2. Get results — Receive results via webhook callback, email notification, or query them directly via the search endpoints.
  3. Prioritize with target accounts — Mark companies as target accounts to flag opportunities at those companies.

Quick start

curl -X POST https://api.clustr-ai.com/api/public/network/import/contacts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "contacts": [
      { "linkedin_url": "https://www.linkedin.com/in/john-doe" }
    ],
    "webhook_url": "https://your-webhook.com/results"
  }'

Get your API key

Create and manage API keys from the Clustr dashboard.