Skip to main content

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 NameRequiredDescriptionDefaultExample
fieldYesThe field that the API will perform autocompletion upon.Nonetitle
textNoThe text that the API will use as the seed for autocompletion.""tesl
sizeNoThe number of results that the API should return, which must be between 1 and 100.10100
titlecaseNoAll text in API responses returns as lowercase by default. Setting titlecase to true will titlecase any records returned instead.falsetrue
prettyNoWhether the output should have human-readable indentation.falsetrue
api_keyNo*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 for field = "company" and text = "goog" (See a full example response in the next section.)
JSON

Full Example Response (Autocomplete API - School Index)

Python
Output Response (full):
JSON

Errors

If the request encounters an error, it will instead return an Error Response in the format described in Errors.