Search Sales Navigator companies (accounts)

Runs a structured LinkedIn Sales Navigator company search through a connected LinkedIn account. Filters take parameter ids resolved via the search-parameters endpoint (location, industry, account lists) plus native ranges like headcount, annual revenue and spotlights. Returns company rows page by page (offset pagination, LinkedIn caps a single company search at 1000 results). Requires the connected account to have a Sales Navigator subscription.

POST
/v1/messaging/sales-navigator/search/companies

Authorization

apiKeyAuth
x-api-key<token>

API key authentication. Create an API key in your user profile and include it in the x-api-key header.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/messaging/sales-navigator/search/companies" \  -H "Content-Type: application/json" \  -d '{    "connectedAccountId": "ac03972a-5ca5-43c5-b96f-c519ac843b7a"  }'
{
  "data": [
    {
      "id": "string",
      "object": "string",
      "display_name": "string",
      "public_identifier": "string",
      "profile_url": "string",
      "public_picture_url": "string",
      "location": "string",
      "industry": "string",
      "summary": "string",
      "headcount": 0,
      "specialties": [
        "string"
      ],
      "website": "string",
      "founded_on": 0,
      "relations_count": 0,
      "is_hiring_on_linkedin": true,
      "has_been_saved": true,
      "is_starred": true,
      "property1": null,
      "property2": null
    }
  ],
  "total_count": 0,
  "next_cursor": "string",
  "property1": null,
  "property2": null
}
"string"
"string"
"string"
"string"