GET /dealers/heavy-equipment

apigee.net:marketcheck-cars

Summary: Find car dealers around
Operation ID:
Auth: api_key
Description

The dealers API returns a list of dealers around a given point and radius.

Parameters (18)

api_key (string, query, optional)

The API Authentication Key. Mandatory with all API calls.

city (string, query, optional)

To filter listing on City in which they are listed

country (string, query, optional)

To filter listing on Country in which they are listed

Constraints: {'enum': ['US', 'CA', 'us', 'ca', 'uk', 'england', 'scotland', 'northan ireland', 'wales']}

dealer_type (string, query, optional)

Filter based on dealer type independant or franchise

Constraints: {'enum': ['franchise', 'independent']}

facets (string, query, optional)

The comma separated list of fields for which facets are requested. Facets could be requested in addition to the listings for the search. Please note - The API calls with lots of facet fields may take longer to respond.

inventory_url (string, query, optional)

inventory_url of dealer to be searched

latitude (number, query, optional)

Latitude component of location

listing_count_range (string, query, optional)

To filter dealers based on their inventory size. Range can be given in the format - min-max e.g. 50-100

longitude (number, query, optional)

Longitude component of location

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

boolean param to include site providers name in response

radius (integer, query, optional)

Radius around the search location (Unit - Miles)

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

range_facets (string, query, optional)

The comma separated list of numeric fields for which range facets are requested. Range facets could be requested in addition to the listings for the search. Please note - The API calls with lots of range facet fields may take longer to respond.

rows (integer, query, optional, default: 10)

Number of results to return. Default is 10. Max is 50

Constraints: {'minimum': 0}

sort_by (string, query, optional)

Sort by field. Default sort field is distance from the given point

sort_order (string, query, optional)

Sort order - asc or desc. Default sort order is asc

Constraints: {'enum': ['asc', 'desc', 'ASC', 'DESC']}

start (integer, query, optional, default: 0)

Page number to fetch the results for the given criteria. Default is 0. Pagination is allowed only till first 10000 results for the search and sort criteria. The page value can be only between 1 to 10000/rows

Constraints: {'minimum': 0}

state (string, query, optional)

To filter listing on State in which they are listed

zip (string, query, optional)

To filter listing on ZIP around which they are listed

No probe data for this endpoint yet.