Use Find People to search for professionals at specific companies and get enriched profile data back instantly. Provide one or more company identifiers and job title filters — Vayne returns matching LinkedIn profiles with detailed information.
This feature is currently API-only and is designed for integration with platforms like Clay, Airtable, or your own workflows.
No LinkedIn account connection is required — this feature uses Vayne's custom infrastructure.
Use a Bearer token in the Authorization header for all requests. Get your API key from API Settings on your dashboard.
Authorization: Bearer YOUR_API_KEY
POST /api/find_people
| Parameter | Type | Required | Description |
|---|---|---|---|
companies |
string | Yes | Comma-separated LinkedIn company URLs or numeric company IDs |
jobtitles |
string | Yes | Job title keywords to filter by - you can use booleans |
locations |
string | No | Location filter |
limit |
integer | No | Max profiles to return (1–30, default: 10) |
webhook_url |
string | No | HTTPS webhook URL for async processing |
webhook_url: The request processes synchronously and returns results directly (may take a few seconds)