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.


How It Works

  1. You send a request with company identifiers (LinkedIn URLs or IDs) and job title filters (you can use booleans)
  2. Vayne searches for matching professionals at those companies
  3. Each matching profile is enriched with detailed LinkedIn data (name, headline, position, connections, etc.)
  4. Results are returned directly in the API response, or sent via webhook for async requests

No LinkedIn account connection is required — this feature uses Vayne's custom infrastructure.


Authentication

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

Create a Search

POST /api/find_people

Parameters

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

Sync vs Async