Skip to main content
POST
This endpoint requires authentication via API key passed as a query parameter (api_key).

Query Parameters

api_key
string
required
Your SmartLead API key for authentication

Request Body

The request body must be JSON. limit is required and must be between 1 and 500. All array parameters have a maximum of 2000 items each.
limit
number
required
Number of contacts to return (1–500)
name
string[]
Filter by full name (max 2000 items)
firstName
string[]
Filter by first name (max 2000 items)
lastName
string[]
Filter by last name (max 2000 items)
title
string[]
Filter by job title (max 2000 items)
excludeTitle
string[]
Exclude contacts with these titles (max 2000 items)
excludeCompany
string[]
Exclude these companies (max 2000 items)
excludeCompanyDomain
string[]
Exclude these company domains (max 2000 items)
includeTitle
string[]
Include only these titles (max 2000 items)
includeCompany
string[]
Include only these companies (max 2000 items)
includeCompanyDomain
string[]
Include only these company domains (max 2000 items)
department
string[]
Filter by department (max 2000 items)
level
string[]
Filter by seniority level (max 2000 items)
companyName
string[]
Filter by company name (max 2000 items)
companyDomain
string[]
Filter by company domain (max 2000 items)
companyKeyword
string[]
Filter by company keyword (max 2000 items)
companyHeadCount
string[]
Filter by company headcount range (max 2000 items)
companyRevenue
string[]
Filter by company revenue (max 2000 items)
companyIndustry
string[]
Filter by industry (max 2000 items)
companySubIndustry
string[]
Filter by sub-industry (max 2000 items)
city
string[]
Filter by city (max 2000 items)
state
string[]
Filter by state (max 2000 items)
country
string[]
Filter by country (max 2000 items)
dontDisplayOwnedContact
boolean
Exclude contacts already owned
scroll_id
string
Pagination scroll ID for next page
titleExactMatch
boolean
Match title exactly
companyExactMatch
boolean
Match company exactly
companyDomainExactMatch
boolean
Match company domain exactly

Response Codes

200
Success
Request successful
400
Bad Request
Bad Request
401
Unauthorized
Unauthorized
500
Internal Server Error
Internal Server Error