GET /people/search
This endpoint allows you to search for people based on a domain and a prompt. It uses a combination of different data sources to perform the search and returns up to 10 AI filtered results.
The endpoint is rate-limited to 10 requests per 5 seconds per IP address.
domain
(required): The domain to search for people within.prompt
(required): A search prompt to filter and rank the results.The response is a JSON object with the following structure:
400 Bad Request
: Returned when the input parameters are invalid.429 Too Many Requests
: Returned when the rate limit is exceeded.500 Internal Server Error
: Returned when an unexpected error occurs on the server.GET /people/search?domain=vercel.com&prompt=engineering%20leadership
This request will search for people associated with the domain vercel.com
and filter/rank the results based on the prompt "engineering leadership".
The response to this call will look like this: