ArgorantDocs

Industries lookup

gethttps://app.argorant.com/api/industries/suggest
GET
/api/industries/suggest

Autocomplete canonical industry labels with live coverage counts. Type a plain-English market ("saas") and get the canonical industries that match — no NAICS or SIC codes. Use the returned labels in the industries filter on search and export.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Query Parameters

q?string

Partial industry text.

size?integer

Max suggestions (default 15).

Response Body

application/json

application/json

Shell
curl -X GET "https://app.argorant.com/api/industries/suggest?q=soft&size=15"
JSON
{  "suggestions": [    {      "label": "Software Development",      "count": 18402551    },    {      "label": "IT Services & Consulting",      "count": 11204889    }  ]}