API Reference
Search for users
Retrieves a list of users based on a search query and optional filters. Profiles are matched using a criteria-based scoring system with a 85% acceptance threshold. Multi-criteria queries are broken down and evaluated individually.
GET
Authorizations
API key must be provided as a Bearer token in the Authorization header
Query Parameters
The search query string. Examples:
- People working on AI at FAANG
- People who started companies in Web3 or crypto
- PhDs now working at FAANG companies
- Who works at a VC firm?
- CS graduates working on autonomous vehicles
- People working on biotech in the Bay Area
Maximum number of results to return.
Required range:
x <= 30
Filter results by school name(s). Can provide multiple.
Minimum match score threshold (0-100). Defaults to 85.
Required range:
0 <= x <= 100
Response
200
application/json
Successful search operation
The response is of type object
.