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"
.
This API provides access to our canonicalized datasets 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:
company
: Company Namescountry
: Country Namesindustry
: Industrieslocation
: Location Namesmajor
: Educational Majors (Field of Study)region
: Region Name (for example, states for the US)role
: Job Rolessub_role
: Job Sub Rolesschool
: School Namesskill
: Skillstitle
: Job Titleswebsite
: Company Websites
What's Next
Please check out the following pages for more information on the Autocomplete API:
Page | Description |
---|---|
Quickstart | A quick hands-on introduction to the API with simple code examples. |
Reference | Detailed descriptions of the technical specifications and usage constraints. |
Input Parameters | In-depth explanations of the input parameters that the API supports. |
Output Response | In-depth explanations of the output response object that the API returns. |
Examples | A collection of functional examples and walkthroughs that illustrate various use cases and applications of the API. |
FAQs | Answers to commonly-asked questions and other good-to-know information. |
Updated about 2 months ago
What’s Next
See the following pages for more details on the Autocomplete API