Search People
Search for people by name, location, or other criteria.
cURL 'https://api.enrich.so/v1/api/search-people' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "John",
"last_name": "Doe",
"summary": "Experienced software engineer",
"sub_title": "Tech Lead",
"location_country": "United States",
"location_city": "San Francisco",
"location_state": "California",
"influencer": false,
"premium": true,
"language": "English",
"industry": "Technology",
"certifications": ["AWS Certified", "PMP"],
"degree_names": ["Bachelor of Science"],
"study_fields": ["Computer Science"],
"school_names": ["Stanford University"],
"current_companies": [12345],
"past_companies": [67890],
"current_job_titles": ["Software Engineer"],
"past_job_titles": ["Junior Developer"],
"skills": ["Java", "Python", "Cloud Computing"],
"current_page": 1,
"page_size": 10
}'Example response
Status Code: 200 OK
Status code: 404 NOT FOUND
Last updated