---
title: "Find job titles for the given query."
method: POST
path: "/search/titles"
tags: ["Search"]
---

# Find job titles for the given query.

`POST /search/titles`

Find job titles for the given query.

## Request body

- JobTitleSearchModel
  - `query` string — Example: `query=customer support`.
  - `limit` integer — Example: `limit=25`. The maximal number of results returned.
  - `language` 'NL' | 'FR' | 'AUTO' — An enumeration.

## Response `200`

Successful Response

- SearchJobTitleResponse
  - `results` JobTitle[]
    - `job_title` string, required
  - `num_total_results` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/talentapi/apis/talent-api-api-reference.md) · [All operations](https://skmtc.net/talentapi/apis/talent-api-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/talentapi/talent-api-api-reference/revisions/0798d0794573/schema)
