This endpoint uses the People Database Company object.
Request body
- filters: Array of filter objects
- filterId: String identifier for the filter (use Get Database Filters to discover available filters)
- in: Array of values to include
- out: Array of values to exclude
- page: Integer, page number (1-indexed). Default: 1
- size: Integer, results per page (max 100). Default: 25
- search: String, free-text query across common fields (e.g., name, title, company, location)
Related
- Get Database Filters — discover available filterIds and usage
- Get People Schema — see the full Companies schema
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
Success
Total number of companies matching the search criteria
Time taken for the search in milliseconds
Current page number
Number of results per page
Search session identifier
Result limitation applied
Team identifier