> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peopledatalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Autocomplete API

## Overview

The Autocomplete API allows you to get suggestions for Search API query values along with the number of available records for each suggestion. For example, `schools starting with "harv"`.

<Frame>
  <img src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/b86aa0ba02f5645f7302e6bd6693d15dd0a5150afea5f43bc542507cf90f9a22-image.png?fit=max&auto=format&n=YteP5zgY1fC23mEV&q=85&s=61e6b0b86d18d3779d44d84d3375ffe1" alt="" width="1357" height="764" data-path="images/docs/b86aa0ba02f5645f7302e6bd6693d15dd0a5150afea5f43bc542507cf90f9a22-image.png" />
</Frame>

This API provides access to our [canonicalized datasets](/docs/canonical-data) and is meant for use in conjunction with the Person and Company Search APIs as a way of previewing what records are available before retrieving them. The Autocomplete API currently supports completion for the following field values:

* `class`: Job Classes
* `company`: Company Names
* `country`: Country Names
* `industry`: Industries
* `location`: Location Names
* `major`: Educational Majors (Field of Study)
* `region`: Region Name (for example, states for the US)
* `role`: Job Roles
* `sub_role`: Job Sub Roles
* `school`: School Names
* `skill`: Skills
* `title`: Job Titles
* `website`: Company Websites

<Frame caption="The Autocomplete API powers the above dropdown list on the backend.">
  <img src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/4fe57d3-Autocompletion_cropped.gif?s=e8cc580236629b771dfd3cf59fa12448" align="center" data-transcend-suppress width="418" height="365" data-path="images/docs/4fe57d3-Autocompletion_cropped.gif" />
</Frame>

## What's Next

Please check out the following pages for more information on the Autocomplete API:

| Page                                                        | Description                                                                                                         |
| :---------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------ |
| [Quickstart](/docs/autocomplete-api-quickstart)             | A quick hands-on introduction to the API with simple code examples.                                                 |
| [Reference](/docs/reference-autocomplete-api)               | Detailed descriptions of the technical specifications and usage constraints.                                        |
| [Input Parameters](/docs/input-parameters-autocomplete-api) | In-depth explanations of the input parameters that the API supports.                                                |
| [Output Response](/docs/output-response-autocomplete-api)   | In-depth explanations of the output response object that the API returns.                                           |
| [Examples](/docs/examples-autocomplete-api)                 | A collection of functional examples and walkthroughs that illustrate various use cases and applications of the API. |
| [FAQs](/docs/autocomplete-api-faqs)                         | Answers to commonly-asked questions and other good-to-know information.                                             |

***

<Frame>
  <img align="center" src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/891be0ed02ce4959796635e8174b6ed7798a85f2595404a0ac7609c814e3a71b-Recruiting_Banner_for_Docs.png?fit=max&auto=format&n=YteP5zgY1fC23mEV&q=85&s=abe1365e54a2f16de90de429336be8de" data-transcend-suppress width="1685" height="215" data-path="images/docs/891be0ed02ce4959796635e8174b6ed7798a85f2595404a0ac7609c814e3a71b-Recruiting_Banner_for_Docs.png" />
</Frame>

*Know someone who’d thrive building data products and helping us launch what’s next? We’d love to meet!*

*Check out our [open roles](https://www.peopledatalabs.com/company?utm_source=docs\&utm_medium=footer\&utm_campaign=cta#jobs) →*


## Related topics

- [Supporting Endpoints](/docs/supporting-endpoints.md)
- [Reference - Autocomplete API](/docs/reference-autocomplete-api.md)
- [Quickstart - Autocomplete API](/docs/autocomplete-api-quickstart.md)
- [Examples - Autocomplete API](/docs/examples-autocomplete-api.md)
- [Input Parameters - Autocomplete API](/docs/input-parameters-autocomplete-api.md)
