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.
apiKeyAuth API key authentication. Create an API key in your user profile and include it in the x-api-key header.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$uuid0 <= value <= 9007199254740991101 <= value <= 100application/json
application/json
application/json
application/json
application/json
curl -X POST "https://customermates.com/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"