| Metric | Value |
|---|---|
| Cost | 0.05 credits per employee returned |
| Calculation | 20 employees = 1 credit |
| No Results | FREE if no employees found |
| Field | Type | Description |
|---|---|---|
first_name | string | First name |
last_name | string | Last name |
full_name | string | Full name |
profile_url | string | Professional profile URL |
job_title | string | Current job title |
location | string | Geographic location |
| Message | Meaning | Cost |
|---|---|---|
Employees found. | Employee list returned | 0.05/employee |
No employees found for this company. | No employee data available | FREE |
Start with small limits
limit: 10 to test the results before requesting larger batches.Chain with Email Finder
Filter by role client-side
Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).
Successful response with employee details
"Data found for the given company."
402
20
1
[
{
"first_name": "Suzanne",
"last_name": "Quentin",
"title": "Director, Talent Development",
"website": "https://leadmagic.io",
"company_name": "LeadMagic"
},
{
"first_name": "Brea",
"last_name": "Porter",
"title": "Senior Product Manager",
"website": "https://leadmagic.io",
"company_name": "LeadMagic"
},
{
"first_name": "Damian",
"last_name": "Cowell",
"title": "Sr Director of Product Management",
"website": "https://leadmagic.io",
"company_name": "LeadMagic"
}
]