GET /search/rv/auto-complete

apigee.net:marketcheck-cars

Summary: API for auto-completion of inputs
Operation ID:
Auth: api_key
Description

Auto-complete the inputs of your end users

Parameters (24)

api_key (string, query, optional)

The API Authentication Key. Mandatory with all API calls.

body_type (string, query, optional)

To filter listing on their body type

city (string, query, optional)

To filter listing on City in which they are listed

color (string, query, optional)

Color of the vehicle

drivetrain (string, query, optional)

To filter listing on their drivetrain

engine (string, query, optional)

To filter listing on their engine

facet_min_count (number, query, optional, default: 1)

Provide minimum count value for facets

field (string, query, required)

Field name for which you want auto-completion

Constraints: {'enum': ['make', 'model', 'trim', 'class', 'transmission', 'fuel_type', 'exterior_color', 'interior_color', 'engine', 'state', 'city']}

fuel_type (string, query, optional)

To filter listing on their fuel type

ignore_case (boolean, query, optional, default: True)

Boolean variable to indicate ignore case of current input

input (string, query, required)

Input entered so far

inventory_type (string, query, optional)

To filter listing on their condition. Either used or new

Constraints: {'enum': ['used', 'new']}

make (string, query, optional)

To filter listings on their make

model (string, query, optional)

To filter listings on their model

radius (integer, query, optional)

Radius around the search location (Unit - Miles)

Constraints: {'minimum': 0, 'maximum': 7000}

seller_type (string, query, optional)

seller type for autocomplete

sort_by (string, query, optional, default: index)

Sort the response, either by index or count(default)

Constraints: {'enum': ['index', 'count']}

state (string, query, optional)

To filter listing on State in which they are listed

term_counts (boolean, query, optional, default: False)

Boolean variable to indicate wheather to include term counts as well in response

transmission (string, query, optional)

To filter listing on their transmission

trim (string, query, optional)

To filter listing on their trim

vehicle_type (string, query, optional)

To filter listing on their vehicle type

year (string, query, optional)

To filter listing on their year

Constraints: {'minLength': 4}

zip (string, query, optional)

To filter listing on ZIP around which they are listed

No probe data for this endpoint yet.