Skip to main content
GET
/
v1
/
jobs
/
company-types
Job Company Type
curl --request GET \
  --url https://api.leadmagic.io/v1/jobs/company-types \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 0,
    "name": "<string>"
  }
]

Company Types

Get all supported company type codes for filtering job searches.
Free Endpoint — No credits charged. Cache results locally.

Common Types

TypeDescription
StartupEarly-stage companies
Small BusinessSMBs (<50 employees)
Mid-MarketGrowing companies (50-500)
EnterpriseLarge corporations (500+)
PublicPublicly traded
PrivatePrivate companies
Non-ProfitNon-profit organizations
GovernmentGovernment agencies
Target startups for fast-moving buyers, or enterprise for larger deal sizes.

Authorizations

X-API-Key
string
header
required

Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).

Response

Successful response with company type list

id
integer
default:0
name
string