Marketcheck APIs
  1. Dealer API
Marketcheck APIs
  • Car Search
    • Get dealers active inventory
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Gets active car listings for the given search criteria
      GET
    • Gets active auction car listings for the given search criteria
      GET
    • API for auto-completion of inputs
      GET
    • Gets active private party car listings for the given search criteria
      GET
    • Gets Recent car listings for the given search criteria
      GET
    • Gets active car listings in UK for the given search criteria
      GET
    • Gets Recent UK car listings for the given search criteria
      GET
  • Recall Search
    • Recall info by vin
  • CRM Cleanse API
    • CRM check of a particular vin
  • Dealer API
    • Dealer by id
      GET
    • Dealer by id
      GET
    • Dealer by id
      GET
    • Dealer by id
      GET
    • Dealer by id
      GET
    • Find car dealers around
      GET
    • Find car dealers around
      GET
    • Find car dealers around
      GET
    • Find car dealers around
      GET
    • Find car dealers around
      GET
  • VIN Decoder API
    • EPI VIN Decoder
    • NeoVIN Decoder
    • VIN Decoder
    • API for auto-completion of inputs based on taxonomy
    • API for getting terms from taxonomy
  • Cars History API
    • Get a cars online listing history
    • Get a cars online listing history
  • Car Cached Image
    • Fetch cached image
  • Heavy Equipment Search
    • Heavy equipment listing by id
    • Long text Heavy equipment Listings attributes for Listing with the given id
    • Listing media by id
    • Gets active heavy equipment listings for the given search criteria
    • API for auto-completion of inputs
  • Motorcycle Search
    • Motorcycle listing by id
    • Long text Motorcycle Listings attributes for Listing with the given id
    • Motorcycle listing media by id
    • Gets active motorcycle listings for the given search criteria
    • API for auto-completion of inputs
  • RV Search
    • RV listing by id
    • Long text RV Listings attributes for Listing with the given id
    • Listing media by id
    • RV listing by id
    • Long text RV Listings attributes for Listing with the given id
    • Listing media by id
    • Gets active RV listings for the given search criteria
    • API for auto-completion of inputs
    • Gets active RV listings for the given search criteria
  • Cars Market API
    • Market Days Supply
    • Get make model wise top 50 popular cars on national, state, city level
    • Predict car price based on it's specifications
    • Predict fare value of car for UK based on YMMT & miles
    • Predict car price for UK based on it's specifications
    • Get sales count by make, model, year, trim or taxonomy vin
    • Price, Miles and Days on Market stats
  • Rank Car Listings
    • Compute relative rank for car listings.
    • Compute relative rank for car listings.
  • OEM Incentive Search
    • Gets oem incentive listings for the given search criteria
  • client filters
    • get client filters
    • set client filters
  1. Dealer API

Find car dealers around

GET
/dealers/rv
Dealer API
The dealers API returns a list of dealers around a given point and radius.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/dealers/rv'
Response Response Example
200 - Example 1
{
    "dealers": [
        {
            "city": "string",
            "country": "string",
            "data_source": "string",
            "dealer_type": "string",
            "dealership_group_name": "string",
            "distance": 0,
            "id": "string",
            "inventory_url": "string",
            "latitude": "string",
            "listing_count": 0,
            "location_ll": "string",
            "longitude": "string",
            "seller_email": "string",
            "seller_name": "string",
            "seller_phone": "string",
            "state": "string",
            "status": "string",
            "street": "string",
            "zip": "string"
        }
    ],
    "num_found": 0
}

Request

Query Params
api_key
string 
optional
The API Authentication Key. Mandatory with all API calls.
latitude
number 
optional
Latitude component of location
longitude
number 
optional
Longitude component of location
radius
integer 
optional
Radius around the search location (Unit - Miles)
rows
integer 
optional
Number of results to return. Default is 10. Max is 50
start
integer 
optional
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
country
string 
optional
To filter listing on Country in which they are listed
dealer_type
string 
optional
Filter based on dealer type independant or franchise
city
string 
optional
To filter listing on City in which they are listed
state
string 
optional
To filter listing on State in which they are listed
listing_count_range
string 
optional
To filter dealers based on their inventory size. Range can be given in the format - min-max e.g. 50-100
inventory_url
string 
optional
inventory_url of dealer to be searched
zip
string 
optional
To filter listing on ZIP around which they are listed
sort_by
string 
optional
Sort by field. Default sort field is distance from the given point
sort_order
string 
optional
Sort order - asc or desc. Default sort order is asc
provider
string 
optional
boolean param to include site providers name in response
facets
string 
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.
range_facets
string 
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.

Responses

🟢200List of dealers for the search
application/json
Body
Dealers Response
dealers
array[object (Dealer) {19}] 
optional
city
string 
optional
City of the dealer
country
string 
optional
country of the dealer
data_source
string 
optional
Datasource of the dealer
dealer_type
string 
optional
Type of dealer (franchise/independent)
dealership_group_name
string 
optional
Dealership group name of dealer
distance
number <double>
optional
Distance of dealer from given location
id
string 
optional
The unique id associated with the dealer in the Marketcheck database
inventory_url
string 
optional
Website of the dealer
latitude
string 
optional
Latutide for the dealer location
listing_count
integer 
optional
Listing count of the dealer
location_ll
string 
optional
location_ll for the dealer location
longitude
string 
optional
Longitude for the dealer location
seller_email
string 
optional
Contact email of the dealer
seller_name
string 
optional
Name of the dealer
seller_phone
string 
optional
Contact no of the dealer
state
string 
optional
State of the dealer
status
string 
optional
Status of the dealer
street
string 
optional
Street of the dealer
zip
string 
optional
Zip of the dealer
num_found
integer 
optional
number of dealers found
🔴500Error
Modified at 2023-08-15 07:36:55
Previous
Find car dealers around
Next
EPI VIN Decoder
Built with