v1
latestOpenAPI 3.1.02026-07-26170262.6 KBPeople Search
Employee Finder
Search all employees at a single company by job level, department, location, and seniority.
post/v2/search/employee-finder
Request body
Example request
{
"company_linkedin_url": "https://www.linkedin.com/company/openai",
"country_code": [
"US",
"FR"
],
"continent": [
"Africa",
"Antarctica",
"Asia",
"Europe",
"North America",
"Oceania",
"South America"
],
"sales_region": [
"NORAM",
"LATAM",
"EMEA",
"APAC"
],
"job_level": [
"C-Team",
"Director",
"Manager",
"Other",
"Staff",
"VP"
],
"job_function": [
"Advertising & Marketing",
"Art, Culture and Creative Professionals",
"Construction",
"Customer/Client Service",
"Education",
"Engineering",
"Finance & Accounting",
"General Business & Management",
"Healthcare & Human Services",
"Human Resources",
"Information Technology",
"Legal",
"Manufacturing & Production",
"Operations",
"Other",
"Public Administration & Safety",
"Purchasing",
"Research & Development",
"Sales & Business Development",
"Science",
"Supply Chain & Logistics",
"Writing/Editing"
],
"min_connections_count": 200,
"max_results": 3,
"page": 1
}Response
OK
object required
Example response
{
"company_linkedin_url": "https://www.linkedin.com/company/openai",
"max_results": 3,
"results_length": 3,
"page": 1,
"total_pages": 1285,
"results": [
{
"first_name": "Eric",
"last_name": "Mitchell",
"full_name": "Eric Mitchell",
"nickname": null,
"civility_title": null,
"headline": null,
"about_me": "I co-lead (with Yann Dubois) the Post-training Frontiers team within Post-training at…",
"location": {
"city": null,
"state_code": null,
"country_code": "US",
"continent": "North America"
},
"linkedin_url": "https://www.linkedin.com/in/ericanthonymitchell",
"connections_count": 200,
"profile_picture_url": "https://media.licdn.com/dms/image/v2/C5603AQF16tMUIXcPiA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517601421714",
"experiences": [
{
"job_title": null,
"company_linkedin_url": "https://www.linkedin.com/company/openai",
"company_linkedin_id": "c51425c5-1b38-578d-a700-c5ca850261ae",
"company_domain": "openai.com",
"job_description": null,
"job_start_date": null,
"job_end_date": null,
"job_is_current": true,
"job_location": {
"city": null,
"state_code": null,
"country_code": null
}
}
],
"education": [],
"skills": [
"java",
"agile methodologies",
"objective-c",
"json",
"mobile applications",
"english",
"software development",
"python",
"customer service",
"c",
"ios development",
"scikit-learn",
"xcode"
],
"certifications": []
},
{
"first_name": "Alex",
"last_name": "Barron",
"full_name": "Alex Barron",
"nickname": null,
"civility_title": null,
"headline": "ML",
"about_me": null,
"location": {
"city": "San Francisco",
"state_code": "CA",
"country_code": "US",
"continent": "North America"
},
"linkedin_url": "https://www.linkedin.com/in/alexbarron1",
"connections_count": 200,
"profile_picture_url": "https://media.licdn.com/dms/image/v2/C5603AQHFO6JpxyUwBQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517005697979",
"experiences": [
{
"job_title": "Member of Technical Staff",
"company_linkedin_url": "https://www.linkedin.com/company/openai",
"company_linkedin_id": "c51425c5-1b38-578d-a700-c5ca850261ae",
"company_domain": "openai.com",
"job_description": null,
"job_start_date": "2025-04-01",
"job_end_date": null,
"job_is_current": true,
"job_location": {
"city": "San Francisco",
"state_code": "CA",
"country_code": "US"
}
}
],
"education": [
{
"degree": "Bachelor of Science (BS)",
"start_date": "2013-01-01",
"end_date": "2017-01-01"
},
{
"degree": "Master of Science (MS)",
"start_date": "2016-01-01",
"end_date": "2017-01-01"
}
],
"skills": [
"microsoft office",
"python",
"c++",
"objective-c",
"c",
"javascript",
"swift",
"java"
],
"certifications": []
},
{
"first_name": "Shane",
"last_name": "Copenhagen",
"full_name": "Shane Copenhagen",
"nickname": null,
"civility_title": null,
"headline": "Robotics Software Engineer",
"about_me": "A Robotics Software Engineer with a BS in CS+Robotics from Colorado School of Mines. My…",
"location": {
"city": "Golden",
"state_code": "CO",
"country_code": "US",
"continent": "North America"
},
"linkedin_url": "https://www.linkedin.com/in/shane-copenhagen",
"connections_count": 200,
"profile_picture_url": "https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2",
"experiences": [
{
"job_title": "Independent Contractor",
"company_linkedin_url": "https://www.linkedin.com/company/openai",
"company_linkedin_id": "c51425c5-1b38-578d-a700-c5ca850261ae",
"company_domain": "openai.com",
"job_description": "Building AI-enabled tools and bots for the OpenAI Community.",
"job_start_date": "2023-02-01",
"job_end_date": null,
"job_is_current": true,
"job_location": {
"city": null,
"state_code": null,
"country_code": null
}
}
],
"education": [],
"skills": [
"javascript",
"computers",
"public speaking",
"banking",
"html5",
"database design",
"insurance",
"life insurance",
"spanish-english",
"java",
"css3"
],
"certifications": []
}
]
}