curl --request POST \
--url https://api.cufinder.io/v3/companies/employees \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"query": "<string>"
}
'import requests
url = "https://api.cufinder.io/v3/companies/employees"
payload = { "query": "<string>" }
headers = {
"x-api-key": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'x-api-key': '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({query: '<string>'})
};
fetch('https://api.cufinder.io/v3/companies/employees', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.cufinder.io/v3/companies/employees",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'query' => '<string>'
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json",
"x-api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.cufinder.io/v3/companies/employees"
payload := strings.NewReader("{\n \"query\": \"<string>\"\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("x-api-key", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.cufinder.io/v3/companies/employees")
.header("x-api-key", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"query\": \"<string>\"\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.cufinder.io/v3/companies/employees")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["x-api-key"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"query\": \"<string>\"\n}"
response = http.request(request)
puts response.read_bodyCompany Employee Finder API
Account-based selling requires knowing exactly who works at target companies before crafting personalized outreach sequences. The Company Employee Finder API retrieves verified employee lists from any company name across CUFinder’s 1B+ professional profiles, returning contact records with job titles, departments, seniority levels, and professional details that enable multi-threaded engagement strategies. Built for sales intelligence platforms, recruiting tools, and ABM systems, this RESTful endpoint delivers employee data, including decision-maker identification, reporting structures, and LinkedIn profile URLs, that power org chart mapping, buying committee targeting, and talent pipeline building workflows across your revenue and HR operations.
curl --request POST \
--url https://api.cufinder.io/v3/companies/employees \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"query": "<string>"
}
'import requests
url = "https://api.cufinder.io/v3/companies/employees"
payload = { "query": "<string>" }
headers = {
"x-api-key": "<api-key>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'x-api-key': '<api-key>', 'Content-Type': 'application/json'},
body: JSON.stringify({query: '<string>'})
};
fetch('https://api.cufinder.io/v3/companies/employees', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.cufinder.io/v3/companies/employees",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'query' => '<string>'
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json",
"x-api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.cufinder.io/v3/companies/employees"
payload := strings.NewReader("{\n \"query\": \"<string>\"\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("x-api-key", "<api-key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.cufinder.io/v3/companies/employees")
.header("x-api-key", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"query\": \"<string>\"\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.cufinder.io/v3/companies/employees")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["x-api-key"] = '<api-key>'
request["Content-Type"] = 'application/json'
request.body = "{\n \"query\": \"<string>\"\n}"
response = http.request(request)
puts response.read_bodyCommon Use Cases
Reaching the right people inside an account starts with knowing who actually works there.- Sales Prospecting: Surfacing the people at a target account worth reaching.
- Recruiting: Sourcing candidates who work at a specific company.
- Org Mapping: Building a picture of teams and reporting lines inside an account.
- Account-Based Marketing: Expanding contacts within a target account.
- Competitive Intelligence: Seeing who works on a competitor’s key teams.
Attributes
Response
{
"success": true,
"data": {
"people": [
{
"first_name": "morteza",
"last_name": "heydari",
"full_name": "morteza heydari",
"avatar_url": "https://media.cufinder.io/person_profile/mortezaheydari1997",
"job": {
"title": "backend developer",
"level": null,
"categories": []
},
"company": {
"name": "cufinder",
"domain": null,
"website_url": "https://cufinder.io",
"industry": "software development",
"type": null,
"employee_range": "51-200",
"followers_count": null,
"linkedin_id": null,
"logo_url": null,
"location": {
"country": "germany",
"state": "hamburg",
"city": "hamburg",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/company/cufinder",
"facebook_url": "facebook.com/cufinder",
"twitter_url": "x.com/cu_finder"
}
},
"location": {
"country": "turkey",
"state": null,
"city": null,
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/in/mortezaheydari1997",
"facebook_url": null,
"twitter_url": null
}
},
{
"first_name": "iman",
"last_name": "moem",
"full_name": "iman moem",
"avatar_url": "https://media.cufinder.io/person_profile/iman-moem-619083281",
"job": {
"title": "customer marketing support specialist | driving customer success and engagement",
"level": null,
"categories": []
},
"company": {
"name": "cufinder",
"domain": null,
"website_url": "https://cufinder.io",
"industry": "software development",
"type": null,
"employee_range": "51-200",
"followers_count": null,
"linkedin_id": null,
"logo_url": null,
"location": {
"country": "germany",
"state": "hamburg",
"city": "hamburg",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/company/cufinder",
"facebook_url": null,
"twitter_url": null
}
},
"location": {
"country": "germany",
"state": null,
"city": null,
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/in/iman-moem-619083281",
"facebook_url": null,
"twitter_url": null
}
},
{
"first_name": "mary",
"last_name": "jalilibaleh",
"full_name": "mary jalilibaleh",
"avatar_url": "https://media.cufinder.io/person_profile/mary-jalilibaleh",
"job": {
"title": "marketing manager",
"level": null,
"categories": []
},
"company": {
"name": "cufinder",
"domain": null,
"website_url": "https://cufinder.io",
"industry": "software development",
"type": null,
"employee_range": "51-200",
"followers_count": null,
"linkedin_id": null,
"logo_url": null,
"location": {
"country": "germany",
"state": "hamburg",
"city": "hamburg",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/company/cufinder",
"facebook_url": "facebook.com/cufinder",
"twitter_url": "x.com/cu_finder"
}
},
"location": {
"country": "germany",
"state": "bavaria",
"city": "gunzenhausen",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/in/mary-jalilibaleh",
"facebook_url": null,
"twitter_url": null
}
},
{
"first_name": "ruaa hussein naji al",
"last_name": "wawi",
"full_name": "ruaa hussein naji al wawi",
"avatar_url": "https://media.cufinder.io/person_profile/ruaa-hussein-naji-al-wawi-92398a280",
"job": {
"title": "technical support",
"level": null,
"categories": []
},
"company": {
"name": "cufinder",
"domain": null,
"website_url": "https://cufinder.io",
"industry": "software development",
"type": null,
"employee_range": "51-200",
"followers_count": null,
"linkedin_id": null,
"logo_url": null,
"location": {
"country": "germany",
"state": "hamburg",
"city": "hamburg",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/company/cufinder",
"facebook_url": null,
"twitter_url": null
}
},
"location": {
"country": "germany",
"state": null,
"city": null,
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/in/ruaa-hussein-naji-al-wawi-92398a280",
"facebook_url": null,
"twitter_url": null
}
},
{
"first_name": "seyyed mohammad",
"last_name": "razavi",
"full_name": "seyyed mohammad razavi",
"avatar_url": "https://media.cufinder.io/person_profile/seyyed-mohammad-razavi-b201384b",
"job": {
"title": "run gtms on signals | the real-time signal data for ai agents | ceo @cufinder",
"level": null,
"categories": []
},
"company": {
"name": "cufinder",
"domain": null,
"website_url": "https://cufinder.io",
"industry": "software development",
"type": null,
"employee_range": "51-200",
"followers_count": null,
"linkedin_id": null,
"logo_url": null,
"location": {
"country": "germany",
"state": "hamburg",
"city": "hamburg",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/company/cufinder",
"facebook_url": "facebook.com/cufinder",
"twitter_url": "x.com/cu_finder"
}
},
"location": {
"country": "united states",
"state": null,
"city": null,
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/in/seyyed-mohammad-razavi-b201384b",
"facebook_url": null,
"twitter_url": null
}
},
{
"first_name": "cufinder",
"last_name": "meet",
"full_name": "cufinder meet",
"avatar_url": "https://media.cufinder.io/person_profile/cufinder-meet-04536931b",
"job": {
"title": "salesperson",
"level": null,
"categories": []
},
"company": {
"name": "cufinder",
"domain": null,
"website_url": "https://cufinder.io",
"industry": "software development",
"type": null,
"employee_range": "51-200",
"followers_count": null,
"linkedin_id": null,
"logo_url": null,
"location": {
"country": "germany",
"state": "hamburg",
"city": "hamburg",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/company/cufinder",
"facebook_url": "facebook.com/cufinder",
"twitter_url": "x.com/cu_finder"
}
},
"location": {
"country": "germany",
"state": null,
"city": null,
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/in/cufinder-meet-04536931b",
"facebook_url": null,
"twitter_url": null
}
},
{
"first_name": "elnaz",
"last_name": "reihani",
"full_name": "elnaz reihani",
"avatar_url": "https://media.cufinder.io/person_profile/elnaz-reihani-2623011b6",
"job": {
"title": "master candidate of cardiovascular science | institute of medicine",
"level": null,
"categories": []
},
"company": {
"name": "cufinder",
"domain": null,
"website_url": "https://cufinder.io",
"industry": "software development",
"type": null,
"employee_range": "51-200",
"followers_count": null,
"linkedin_id": null,
"logo_url": null,
"location": {
"country": "germany",
"state": "hamburg",
"city": "hamburg",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/company/cufinder",
"facebook_url": "facebook.com/cufinder",
"twitter_url": "x.com/cu_finder"
}
},
"location": {
"country": "germany",
"state": "lower saxony",
"city": "göttingen",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/in/elnaz-reihani-2623011b6",
"facebook_url": null,
"twitter_url": null
}
},
{
"first_name": "mujtaba",
"last_name": "hashemi",
"full_name": "mujtaba hashemi",
"avatar_url": "https://media.cufinder.io/person_profile/mujtaba-hashemi-725077282",
"job": {
"title": "data analyst",
"level": null,
"categories": []
},
"company": {
"name": "cufinder",
"domain": null,
"website_url": "https://cufinder.io",
"industry": "software development",
"type": null,
"employee_range": "51-200",
"followers_count": null,
"linkedin_id": null,
"logo_url": null,
"location": {
"country": "germany",
"state": "hamburg",
"city": "hamburg",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/company/cufinder",
"facebook_url": "facebook.com/cufinder",
"twitter_url": "x.com/cu_finder"
}
},
"location": {
"country": "turkey",
"state": "istanbul",
"city": null,
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/in/mujtaba-hashemi-725077282",
"facebook_url": null,
"twitter_url": null
}
},
{
"first_name": "url",
"last_name": "finder",
"full_name": "url finder",
"avatar_url": "https://media.cufinder.io/person_profile/url-finder-1842a81a9",
"job": {
"title": "software engineer",
"level": null,
"categories": []
},
"company": {
"name": "company url finder",
"domain": null,
"website_url": "https://cufinder.io",
"industry": "software development",
"type": null,
"employee_range": "51-200",
"followers_count": null,
"linkedin_id": null,
"logo_url": null,
"location": {
"country": "germany",
"state": "hamburg",
"city": "hamburg",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/company/cufinder",
"facebook_url": null,
"twitter_url": null
}
},
"location": {
"country": "iran",
"state": null,
"city": null,
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/in/url-finder-1842a81a9",
"facebook_url": null,
"twitter_url": null
}
},
{
"first_name": "shaghayegh",
"last_name": "ensafi",
"full_name": "shaghayegh ensafi",
"avatar_url": "https://media.cufinder.io/person_profile/shaghayegh-ensafi",
"job": {
"title": "b.sc in computer science | forex technical analyst | web app developer | fx trader",
"level": null,
"categories": []
},
"company": {
"name": "cufinder",
"domain": null,
"website_url": "https://cufinder.io",
"industry": "software development",
"type": null,
"employee_range": "51-200",
"followers_count": null,
"linkedin_id": null,
"logo_url": null,
"location": {
"country": "germany",
"state": "hamburg",
"city": "hamburg",
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/company/cufinder",
"facebook_url": "facebook.com/cufinder",
"twitter_url": "x.com/cu_finder"
}
},
"location": {
"country": "united arab emirates",
"state": null,
"city": null,
"address": null,
"postal_code": null
},
"social": {
"linkedin_url": "linkedin.com/in/shaghayegh-ensafi",
"facebook_url": null,
"twitter_url": null
}
}
]
},
"meta": {
"confidence": 97,
"query": {
"query": "linkedin.com/company/cufinder",
"page": 1
},
"credits": {
"charged": 2,
"remaining": 9862
},
"pagination": {
"page": 1,
"has_more": true
}
}
}

