Smart Prospect
Search Contacts API
Search for contacts with filters - POST /search-contacts
POST
This endpoint requires authentication via API key passed as a query parameter (
api_key).Query Parameters
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.Number of contacts to return (1–500)
Filter by full name (max 2000 items)
Filter by first name (max 2000 items)
Filter by last name (max 2000 items)
Filter by job title (max 2000 items)
Exclude contacts with these titles (max 2000 items)
Exclude these companies (max 2000 items)
Exclude these company domains (max 2000 items)
Include only these titles (max 2000 items)
Include only these companies (max 2000 items)
Include only these company domains (max 2000 items)
Filter by department (max 2000 items)
Filter by seniority level (max 2000 items)
Filter by company name (max 2000 items)
Filter by company domain (max 2000 items)
Filter by company keyword (max 2000 items)
Filter by company headcount range (max 2000 items)
Filter by company revenue (max 2000 items)
Filter by industry (max 2000 items)
Filter by sub-industry (max 2000 items)
Filter by city (max 2000 items)
Filter by state (max 2000 items)
Filter by country (max 2000 items)
Exclude contacts already owned
Pagination scroll ID for next page
Match title exactly
Match company exactly
Match company domain exactly
Response Codes
Request successful
Bad Request
Unauthorized
Internal Server Error
