page and max_results to paginate through results.curl --location --request POST 'https://dev.enrich.so/api/v3/people-search/employee-finder' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_linkedin_url": "https://www.linkedin.com/company/google/",
"country": [
"United States",
"United Kingdom"
],
"continent": [
"North America"
],
"sales_region": [
"string"
],
"job_level": [
"C-Level",
"VP",
"Director"
],
"job_function": [
"Engineering",
"Marketing"
],
"max_results": 10,
"page": 1
}'{
"success": true,
"data": {
"company_linkedin_url": "string",
"max_results": 0,
"results_length": 0,
"page": 0,
"total_pages": 0,
"total_results": 0,
"results": [
{
"first_name": "John",
"last_name": "Doe",
"full_name": "John Doe",
"headline": "Senior Software Engineer at Google",
"about_me": "string",
"location": {
"city": "San Francisco",
"state_code": "CA",
"country": "United States",
"country_code": "US",
"continent": "North America"
},
"linkedin_url": "https://www.linkedin.com/in/johndoe",
"job_title": "Senior Software Engineer",
"job_level": "Senior",
"job_function": "Engineering",
"job_is_current": true,
"education": "string",
"skills": "string",
"certifications": "string"
}
]
},
"meta": {
"requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
"creditsUsed": 0,
"creditsRemaining": 0
}
}