Auto.dev

Vehicle Listings

Access comprehensive vehicle inventory listings with pricing, photos, and dealer information from various marketplaces

GET
/listings

Response Body

curl -X GET "https://www.auto.dev/api/listings"
{
  "totalCountFormatted": "string",
  "totalCount": 0,
  "records": [
    {
      "year": 0,
      "vin": "string",
      "vdpUrl": "string",
      "updatedAt": "string",
      "trim": "string",
      "trackingParams": {
        "rooftopUuid": null,
        "rooftopUniqueName": null,
        "remoteSku": "string",
        "remoteDealerId": "string",
        "idFromProvider": "string",
        "experience": "string",
        "dealerUuid": "string",
        "dealerUniqueName": "string",
        "dealerName": "string",
        "dealerGroupUuid": "string",
        "dealerGroupUniqueName": "string"
      },
      "thumbnailUrlLarge": "string",
      "thumbnailUrl": "string",
      "target": null,
      "state": "string",
      "showThankyouPage": true,
      "showRsrp": true,
      "showNewMileage": true,
      "requiresAddressWithLead": true,
      "requireEmailOptIn": true,
      "regional": true,
      "regionName": "string",
      "recentPriceDrop": true,
      "quickPicksEligible": true,
      "providerName": "string",
      "providerId": 0,
      "providerGroupId": 0,
      "primaryPhotoUrl": "string",
      "priceUnformatted": 0,
      "priceMobile": "string",
      "price": "string",
      "preCheckThankyouMobile": true,
      "preCheckThankyou": true,
      "photoUrls": [
        "string"
      ],
      "partnerType": "string",
      "paidAllowOneClickSubmit": true,
      "openInNewWindow": true,
      "noPriceText": null,
      "newPriceAsMsrp": true,
      "monthlyPayment": 0,
      "modelId": 0,
      "model": "string",
      "mileageUnformatted": 0,
      "mileageHumanized": "string",
      "mileage": "string",
      "make": "string",
      "lon": 0,
      "lat": 0,
      "isHot": true,
      "id": 0,
      "humanizedSearchLocation": "string",
      "hrefTarget": "string",
      "hideDistance": null,
      "financingExperience": "string",
      "experience": "string",
      "emailOptDefault": true,
      "eligibleForFinancing": true,
      "distanceFromOrigin": 0,
      "displayColor": "string",
      "dealerName": "string",
      "dealerGroupUuid": "string",
      "createdAt": "string",
      "cplValue": 0,
      "condition": "string",
      "clickoffUrl": "string",
      "clickOff": true,
      "city": "string",
      "bodyType": "string",
      "bodyStyle": "string",
      "availableNationwide": true,
      "alwaysAskForZip": true,
      "allowOneClickSubmit": true,
      "active": true,
      "acceptsLeads": true
    }
  ],
  "promotedAggregations": [
    null
  ],
  "hitsCount": 0
}