Skip to main content
GET
/
companies
Get Many Companies
curl --request GET \
  --url https://api.lemlist.com/api/companies \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": [
    {
      "_id": "cpn_8H6uDPbNcNfZjkcSP",
      "createdAt": "2025-10-26T11:54:27.387Z",
      "createdBy": "usr_69Fdorq5viufKjmaC",
      "domain": "persana.ai",
      "fields": {
        "name": "Persana AI",
        "picture": "https://na1.hubspot-logos.com/5ebdfc36-78f7-4b08-807b-a9ad16bedffe"
      },
      "ownerId": "usr_69Fdorq5viufKjmaC"
    },
    {
      "_id": "cpn_SsDjkMjBGcWuSwfY9",
      "createdAt": "2025-10-26T11:45:18.773Z",
      "createdBy": "usr_69Fdorq5viufKjmaC",
      "domain": "duno.ai",
      "fields": {
        "industry": "IT Services and IT Consulting",
        "name": "Duno.ai",
        "picture": "https://na1.hubspot-logos.com/ff51951b-e4f7-4690-9064-7a5b3b869b03"
      },
      "ownerId": "usr_69Fdorq5viufKjmaC"
    },
    {
      "_id": "cpn_7EhAXrxYotchvscLZ",
      "createdAt": "2025-10-25T21:37:45.741Z",
      "createdBy": "usr_69Fdorq5viufKjmaC",
      "domain": "tally.so",
      "fields": {
        "industry": "Computer Software",
        "name": "lemlist family",
        "picture": "https://media.licdn.com/dms/image/v2/C4E0BAQHp6ggzmz_Fww/company-logo_400_400/company-logo_400_400/0/1669824907832/lemlist_family_logo?e=1758758400&v=beta&t=NA5CZv7ZovCDRmlp4VR6GGU88VO9VJPCGbqDf2nANSI"
      },
      "ownerId": "usr_69Fdorq5viufKjmaC"
    },
    {
      "_id": "cpn_9Q9wjZR9R7rs3HE53",
      "createdAt": "2025-10-24T07:26:34.956Z",
      "createdBy": "usr_gmHgNGRcGPSTJrDbT",
      "domain": "bvelitchkine.com",
      "fields": {
        "name": "Growth & GTM Engineering"
      },
      "ownerId": "usr_gmHgNGRcGPSTJrDbT"
    }
  ],
  "total": 59310
}
This endpoint uses the Company object.
This endpoint retrieves a list of all companies in your CRM.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

page
integer

Page number to retrieve

sortBy
enum<string>

The field by which to sort. Currently, only 'createdAt' is supported.

Available options:
createdAt
sortOrder
enum<string>

The sort direction. Use 'desc' for descending order; any other value (or omission) will sort in ascending order.

Available options:
asc,
desc

Search by company name (case insensitive)

fields
string

Returns selected fields. Returns all fields if empty. Each field is separated by a comma (e.g., '_id,fields.name,domain')

limit
integer

Number of companies to retrieve. Default: 100. Maximum: 100

Response

Success

data
object[]
required
total
integer
required