Marketcheck APIs
  1. Rank Car Listings
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
      GET
  • CRM Cleanse API
    • CRM check of a particular vin
      GET
  • 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.
      POST
    • Compute relative rank for car listings.
      POST
  • OEM Incentive Search
    • Gets oem incentive listings for the given search criteria
  • client filters
    • get client filters
    • set client filters
  1. Rank Car Listings

Compute relative rank for car listings.

POST
/search/car/active/rank/listings
Rank Car Listings
Computer rank for car listings based on inputs provided.Weights for ranking parameters can also be provided.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://marketcheck-prod.apigee.net/v2/search/car/active/rank/listings' \
--header 'Content-Type: application/json' \
--data-raw '{
    "listing_ids": [
        "string"
    ],
    "ranking_criteria": {}
}'
Response Response Example
200 - Example 1
{
    "num_ranked": 0,
    "ranked_listings": [
        {
            "ranked_listing": {}
        }
    ]
}

Request

Query Params
api_key
string 
optional
The API Authentication Key. Mandatory with all API calls.
append_api_key
string 
optional
Flag on whether to include api_key in response API urls (if any)
Body Params application/json
Ranking query request
listing_ids
array[string]
optional
ranking_criteria
object 
optional
Examples

Responses

🟢200Rank listings based on inputs provided.
application/json
Body
Ranking query response
num_ranked
integer 
optional
The number of listings ranked
ranked_listings
array[object (CarListingRank) {1}] 
optional
ranked_listing
object 
optional
🔴500Error
Modified at 2023-08-15 07:36:55
Previous
Compute relative rank for car listings.
Next
Gets oem incentive listings for the given search criteria
Built with