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

Dealer by id

GET
/dealer/rv/{id}
Dealer API
Get a particular dealer's information by its id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/dealer/rv/'
Response Response Example
200 - Example 1
{
    "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"
}

Request

Path Params
id
string 
required
Dealer id to get all the dealer info attributes
Query Params
api_key
string 
optional
The API Authentication Key. Mandatory with all API calls.
provider
string 
optional
boolean param to include site providers name in response

Responses

🟢200Dealer for the given id
application/json
Body
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
🔴500Error
Modified at 2023-08-15 07:36:55
Previous
Dealer by id
Next
Find car dealers around
Built with