Autocomplete Classifications
Autocomplete
Autocomplete Classifications
Search and retrieve classification values for filtering leads by skills, industries, languages, and more
GET
Autocomplete Classifications
Provides autocomplete suggestions for classification-based filters used in lead search. This endpoint powers the autocomplete functionality in filter dropdowns, helping users discover valid classification values for skills, headlines, degrees, fields of study, languages, industries, keywords, and technologies.
Authentication
This endpoint requires authentication. The user must be signed in to access autocomplete data.This endpoint proxies requests to the Lance classification API. Results are
cached for 7 days to improve performance.
Request
The entity group to search classifications for.Allowed values:
PERSON, COMPANYThe classification type to search. Determines which category of values to return.Allowed values:
SKILL- Professional skills (e.g., “Python”, “Project Management”)HEADLINE- LinkedIn headline keywordsDEGREE- Academic degrees (e.g., “Bachelor’s”, “MBA”)FIELD_OF_STUDY- Academic fields (e.g., “Computer Science”, “Business”)LANGUAGE- Spoken languages (e.g., “English”, “German”)INDUSTRY- Industry classifications (e.g., “Software”, “Finance”)KEYWORD- General keywordsTECHNOLOGY- Technologies and tools (e.g., “React”, “AWS”)
Search query to filter classification values. Returns classifications that
match this text.
Number of results to return per page.
Zero-based page number for pagination.
Response
Returns a paginated list of classification items matching the search criteria.Array of classification items matching the query.
Total number of matching classifications across all pages.
Total number of pages available.
Number of items per page.
Current page number (zero-based).
Whether this is the first page.
Whether this is the last page.
Whether the result set is empty.
Number of elements in the current page.
Response Examples
Usage Examples
Search for Python skills
Get all industries
Paginate through languages
Notes
- Results are cached for 7 days to improve performance. The cache is shared across all users.
- The
groupparameter affects which classifications are returned -PERSONreturns people-related classifications whileCOMPANYreturns company-specific ones. - Use the
valueparameter for type-ahead/autocomplete functionality - it filters results that match the search text. - The
keyparameter is required and determines the type of classifications returned.