Skip to main content
GET
Autocomplete Businesses

Endpoint: GET /v1/businesses/autocomplete

Description

The Fetch Business Autocomplete endpoint provides real-time suggestions for business-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, 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.
Example with contry field.
Bash
Example with business_intent_topics field.
Bash
Example with contry field.
JSON
Example with business_intent_topics field.
JSON
  • Use precise queries to get the most relevant autocomplete results.
  • Enable semantic_search=true when working with business intent topics to receive broader, smarter, and semantically-aware suggestions.
  • 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.
For detailed endpoint explanations, request examples, and integration tips, explore the documentation sections above.

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