Tools
Typeahead
Unified autocomplete endpoint for all search filter values
GET
Overview
A single endpoint that powers autocomplete for every kind of value used in the people and company search filters — companies, industries, categories, locations, schools, job titles, skills, investors, and more. Passtype=<category> to control what is searched. Results come back ordered
by popularity, with prefix matches promoted to the top.
Query Parameters
string
required
The category to autocomplete. One of:
company— company names (returnsorg_id, name, logo)people_industry— industries on profiles (capitalized, e.g. “Computer Software”)company_industry— industries on companies (lowercase, e.g. “software development”)category— business categories (lowercase, e.g. “software”, “fintech”)location— full location strings on profiles (e.g. “San Francisco Bay Area”)city— cities on companiesregion— regions/states on companiesschool— schools and universities from education historytitle— job titlesskill— profile skillsinvestor— investor names from company funding rounds
string
required
Search query. Must be 1-100 characters.
integer
default:"20"
Max results, between 1 and 20.
Pricing
Each returned result costs 0.01 credit, i.e. 0.1 credit per 10 results. Requests that return zero results are free. The amount debited for the call is returned in the response ascredits_used.
Typeahead can be made free for your account on a per-company basis. Reach
out to [email protected] if you want it enabled
for your organization.
Response
string
Echoes back the
type parameter.integer
Number of results returned.
float
Credits debited for this request (
count × 0.01).array
Matching values, ordered with prefix matches first.

