Skip to main content
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. Pass type=<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 (returns org_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 companies
  • region — regions/states on companies
  • school — schools and universities from education history
  • title — job titles
  • skill — profile skills
  • investor — 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 as credits_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.