Skip to main content
GET
Autocomplete Prospects

Description

The Prospects Autocomplete endpoint provides real-time suggestions for prospects-related fields, helping users quickly find relevant categories, locations, and industries based on partial text input. This is useful for creating dynamic search fields and enhancing user experience in filtering interfaces.
  • Input: Specify a field type (country, region_country_code, etc.) and provide a partial query string.
  • Processing: The system searches through indexed datasets to return the most relevant suggestions.
  • Output: A structured response containing suggested values for the given input.
Bash
JSON
  • Use precise queries to get the most relevant autocomplete results.
  • Optimize search fields by implementing real-time feedback mechanisms.
  • Restrict field selection to avoid unnecessary queries and improve API efficiency.
  • Combine with filtering APIs to refine user selections dynamically.
Explore the sections above for additional query examples and integration guidelines.

Body Params - Try Me Example

Authorizations

api_key
string
header
required

Query Parameters

field
enum<string>
required

Enum for autocomplete types.

Available options:
country,
country_code,
region_country_code,
google_category,
naics_category,
linkedin_category,
company_tech_stack_tech,
company_tech_stack_categories,
job_title,
company_size,
company_revenue,
number_of_locations,
company_age,
job_department,
job_level,
city_region_country,
company_name,
business_intent_topics,
city_region,
skills,
interests
query
string

Response

Successful Response

query
string
required
label
string
required
value
string
required