v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Intent Signals

Industries typeahead

<Warning> **Coming soon.** This endpoint will be available by early July 2026. </Warning>

<small>Requires the ai-sdr:read scope (or a broader one that includes it).</small>

Returns a paginated list of Reply industry IDs used in intent-signal configuration (e.g. technologyUsed.industryId, jobHiring.industries[]).

Distinct taxonomy from the Live Data filter-value industries — those are string-only Sales Navigator industries.

Requires the AI SDR feature on the caller's team.

get/v3/ai-sdr/intent-signals/industries

Query parameters

topinteger

Maximum number of items to return (default 100, max 1000)

skipinteger

Number of items to skip

searchstring

Case-insensitive substring match on industry name

Response

Paginated list of industries

hasMoreboolean

Example response

{
  "items": [
    {
      "id": 47,
      "name": "Software Development"
    }
  ]
}