---
title: "/autocomplete"
method: GET
path: "/v5/autocomplete"
tags: ["Autocomplete"]
---

# /autocomplete

`GET /v5/autocomplete`

Autocompletes a limited amount of fields.

## Query parameters

- `field` 'company' | 'country' | 'industry' | 'location' | 'major' | 'region' | 'role' | 'school' | 'sub_role' | 'skill' | 'title', required
- `text` string
- `size` integer
- `titlecase` boolean
- `pretty` boolean

## Headers

- `Content-Type` 'application/json'

## Response `200`

Autocompletion completed.

## Other responses

- `400` — Request contained either missing or invalid parameters
- `401` — Request contained a missing or invalid key
- `402` — You have reached your account maximum (all matches used)
- `404` — No records were found matching your request
- `405` — Request method is not allowed on the requested resource
- `429` — An error occurred due to requests hitting the API too quickly

---

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