Prospect Employee Search
Search for employees at a company using LinkedIn data. Filter by job level, function, and sales region. Supports pagination for large result sets.
Endpoint
POST /v1/prospect/employees
Request
Filter by job level (e.g., “VP”, “Director”, “Manager”, “Senior”)
Filter by job function (e.g., “Sales”, “Engineering”, “Marketing”)
Filter by sales region (e.g., “North America”, “EMEA”, “APAC”)
Maximum number of results to return per page
Page number for pagination (starts at 1)
Example Request
curl -X POST https://api.gtmapis.com/v1/prospect/employees \
-H "Content-Type: application/json" \
-H "X-API-Key: gtm_test_your_key_here" \
-d '{
"company_linkedin_url": "https://linkedin.com/company/acme",
"job_level": "Director",
"job_function": "Sales",
"max_results": 10
}'
Response
Array of matching employee records. See ICP Search for person field details.
Total number of matching employees (may be more than returned)
Number of results returned in this page
Success Response
{
"employees": [
{
"linkedin_url": "https://linkedin.com/in/janesmith",
"first_name": "Jane",
"last_name": "Smith",
"full_name": "Jane Smith",
"title": "Sales Director",
"headline": "Building enterprise sales teams",
"location": "New York, NY",
"company_name": "Acme Inc",
"email": "jane.smith@acme.com"
}
],
"total_count": 24,
"page": 1,
"total_results": 1,
"credits_charged": 1
}
Credit Pricing
| Result | Credits Charged |
|---|
| Per employee returned | 1 credit |
| No results | 0 credits |
| Error / failure | 0 credits |
Error Responses
400 Bad Request
{
"error": "Bad Request",
"message": "company_linkedin_url is required"
}
401 Unauthorized
{
"error": "Unauthorized",
"message": "Invalid API key"
}
Use Cases
Build org charts for target accounts by searching across job levels and functions.
Find all stakeholders in a buying committee by searching Sales, IT, and Finance functions.
Filter by sales region to build territory-specific contact lists.
ICP Search
Search with cascade title filters
Company Search
Find companies matching criteria
Email from LinkedIn
Get email from LinkedIn profile
Phone from LinkedIn
Get phone from LinkedIn profile
Prospect Account
Check account status and credits