Search person name
What it does
Returns any people whose name matches the given query term.
Why you’d use it
To look up the Specter ID for a person from their name before chaining the People API for the full profile.
Key behaviors
- Query: required URL parameter (minimum 3 characters) with the name to search for.
- Response: array of basic Specter people information, each with a
match_confidencefrom 0 to 1, sorted by descending confidence. Use the People API to fetch full details. - No matches: returns an empty list when no person clears a
match_confidenceof 0.5.
The limit for this endpoint is 10.
This endpoint uses 1 credit per request, regardless of how many matches are returned.
Authorizations
Query Parameters
A name to search people by. Must be at least 3 characters.
3Response
The list of matching people, sorted by descending match confidence.
The Specter person ID for this person, can be used in people endpoints.
"per_7f8d9e2a1b3c4d5e6f7g8h9i0"
How closely the person matched the query, from 0 to 1. Only matches with a confidence of at least 0.5 are returned.
0.98
The person's full name.
"Patrick Collison"
The person's LinkedIn headline.
"Co-founder and CEO at Stripe"
URL for the LinkedIn account.
"https://www.linkedin.com/in/patrickcollison"
A URL for a profile picture if there is one.
"https://peopledb-public.s3.eu-west-2.amazonaws.com/assets/profile-pictures/per_7f8d9e2a1b3c4d5e6f7g8h9i0.jpg"
The name of the person's current employer, when resolvable.
"Stripe"