Autocomplete Schools
Autocomplete
Autocomplete Schools
Search and retrieve school/university suggestions for education-based lead filtering
GET
Autocomplete Schools
Provides autocomplete suggestions for schools and universities. This endpoint powers the autocomplete functionality in education filter dropdowns, helping users discover valid school names when filtering leads by educational background.
Authentication
This endpoint requires authentication. The user must be signed in to access autocomplete data.This endpoint proxies requests to the company search metadata API with a
school filter. Results are cached for 7 days to improve performance.
Request
Search query to filter school names. Returns schools that match this text.
Example:
"Stanford", "MIT", "Harvard"Number of results to return per page. Maximum recommended is 100.
Zero-based page number for pagination.
Response
Returns a paginated list of school items matching the search criteria.Array of school items matching the query.
Total number of matching schools 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 Stanford schools
Get Ivy League schools
Paginate through results
Search without filter (browse all)
Notes
- Results are cached for 7 days to improve performance. The cache is shared across all users.
- Use the
searchparameter for type-ahead/autocomplete functionality - it filters results that match the search text. - The default page size is 10 items. Increase the
sizeparameter for more results per request. - Schools include universities, colleges, business schools, and other educational institutions.
- The
logofield provides LinkedIn-hosted images when available.