---
title: "Get job title suggestions based on provided job title(s)"
method: GET
path: "/v3/resume_search/suggestion_job_title"
tags: ["Search & Match"]
---

# Get job title suggestions based on provided job title(s)

`GET /v3/resume_search/suggestion_job_title`

Provided one or more job titles, get related suggestions for your search.

## Query parameters

- `job_titles` string[], required

## Response `200`

Successfully fetched related job titles.

- string[]

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

[API](https://skmtc.net/affinda/apis/affinda-api.md) · [All operations](https://skmtc.net/affinda/apis/affinda-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinda/affinda-api/revisions/5f71e092a3e8/schema)
