Endpoint
The endpoint for the Autocomplete API is:https://api.peopledatalabs.com/v5/autocomplete.
Autocomplete API Access and Billing
By default, all active API keys have free access to the Autocomplete API. When monitoring usage, each call to the Autocomplete API counts against the daily rate limit, regardless of the records available.Rate Limiting
Our default limit for self-serve customers is 60 requests per minute and 1,000 requests per day. For enterprise customers, we offer rate limits of up to 1,200 requests per minute. If you are interested in higher rate limits, please reach out to us.Input Parameters
For More Details, See Input Parameters - Autocomplete API.You can also click on the individual parameter names in the table below to view more information on them.
| Parameter Name | Required | Description | Default | Example |
|---|---|---|---|---|
field | Yes | The field that the API will perform autocompletion upon. | None | title |
text | No | The text that the API will use as the seed for autocompletion. | "" | tesl |
size | No | The number of results that the API should return, which must be between 1 and 100. | 10 | 100 |
titlecase | No | All text in API responses returns as lowercase by default. Setting titlecase to true will titlecase any records returned instead. | false | true |
pretty | No | Whether the output should have human-readable indentation. | false | true |
api_key | No* | Your secret API key.While we do not require this as part of the request parameters, if you do not provide it here, then you must provide it using an alternative means, such as in the headers using the x-api-key field. For more information, see the Authentication page. | None |
Output Response
For More Details, See Output Response - Autocomplete APIYou can also click the field names in the table below to view more information on them.
Abridged Response Data Structure
Here is an example response from the Autocomplete API when querying forfield = "company" and text = "goog" (See a full example response in the next section.)
JSON
Full Example Response (Autocomplete API - School Index)
Input Query (click to toggle)
Input Query (click to toggle)
Python
JSON
