Marketcheck APIs
  1. Motorcycle Search
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
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
  • 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
      GET
    • Long text Motorcycle Listings attributes for Listing with the given id
      GET
    • Motorcycle listing media by id
      GET
    • Gets active motorcycle listings for the given search criteria
      GET
    • API for auto-completion of inputs
      GET
  • 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. Motorcycle Search

Gets active motorcycle listings for the given search criteria

GET
/search/motorcycle/active
This endpoint provides search on motorcycle inventory. This API produces a list of currently active motorcycles from the market for the given search criteria. The API results are limited to allow pagination upto 5000 rows.
The search API facilitates the following use cases -
1.
Search motorcycles around a given geo-point within a given radius
2.
Search motorcycles for a specific year / make / model or combination of these
3.
Search motorcycles matching multiple year, make, model combinatins in the same search request
4.
Filter results by most motorcycle specification attributes
5.
Search for similar motorcycles by VIN or Taxonomy VIN
6.
Filter motorcycles within a given price / miles range
7.
Specify a sort order for the results on price / miles / listed date
8.
Search motorcycles for a given City / State combination
9.
Get Facets to build the search drill downs
10.
Get Market averages for price/miles for your search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/search/motorcycle/active'
Response Response Example
200 - Example 1
{
    "facets": {},
    "listings": [
        {
            "build": {
                "body_type": "string",
                "cylinders": 0,
                "drivetrain": "string",
                "dry_weight": "string",
                "engine": "string",
                "fuel_type": "string",
                "made_in": "string",
                "make": "string",
                "model": "string",
                "transmission": "string",
                "trim": "string",
                "vehicle_type": "string",
                "year": 0
            },
            "color": "string",
            "dealer": {
                "city": "string",
                "country": "string",
                "county": "string",
                "dealer_type": "string",
                "dealership_group_name": "string",
                "id": 0,
                "latitude": "string",
                "longitude": "string",
                "msa_code": "string",
                "name": "string",
                "phone": "string",
                "seller_email": "string",
                "state": "string",
                "street": "string",
                "website": "string",
                "zip": "string"
            },
            "dist": 0,
            "dp_url": "string",
            "first_seen_at": 0,
            "first_seen_at_date": "string",
            "heading": "string",
            "id": "string",
            "inventory_type": "string",
            "last_seen_at": 0,
            "last_seen_at_date": "string",
            "media": {
                "photo_links": [
                    "string"
                ],
                "photo_links_cached": [
                    "string"
                ]
            },
            "miles": 0,
            "msrp": 0,
            "price": 0,
            "scraped_at": 0,
            "scraped_at_date": "string",
            "seller_type": "string",
            "source": "string",
            "stock_no": "string",
            "vin": "string"
        }
    ],
    "num_found": 0,
    "range_facets": {},
    "stats": {}
}

Request

Query Params

Responses

🟢200List of all motorcycles listings matching the search & filter criteria
application/json
Body

🔴500Error
Modified at 2023-08-15 07:36:55
Previous
Motorcycle listing media by id
Next
API for auto-completion of inputs
Built with