https://marketcheck-prod.apigee.net/v2/search/car/incentive/oemThis endpoint is the meat of the API and serves many purposes. This API produces a list of currently active oem incentive from the market for the given search criteria. The API results are limited to allow pagination upto 10000 rows. The search API facilitates the following use cases - 1. Search Cars around a given geo-point within a given radius 2. Search cars for a specific year / make / model or combination of these 3. Search cars matching multiple year, make, model combinatins in the same search request 4. Filter results by most car specification attributes 5. Search for similar cars by VIN or Taxonomy VIN 6. Filter cars within a given price / miles / days on market (dom) range 7. Specify a sort order for the results on price / miles / dom / listed date 8. Search cars for a given City / State combination 9. Get Facets to build the search drill downs 10. Get Market averages for price/miles/dom for your search
The type of the incentive
MSRP range to filter listings with the msrp in the range given. Range to be given in the format - min-max e.g. 1000-5000
APR range to filter listings with the msrp in the range given. Range to be given in the format - min-max e.g. 1000-5000
To filter listing on Monthly payment amount, usually populated in Lease offers
To filter listing on monthly amount to be paid by customer for every $1000 financed at the advertised APR rate
To filter listing on down payment offer on car
To filter listing on total amount due at signing, that usually includes first month payment, down payment, acquisition fee etc
To filter listing on security deposit required for the offer
To filter listing on disposition fee of the car
To filter listing on acquisition fee of the car
To filter listing on offer duration in months
To filter listing on any contribution from dealer's side
Mileage Charge Range range to filter listings with the msrp in the range given. Range to be given in the format - min-max e.g. 100-1000
To filter listing on mileage charge limit the offer is valid up to under the default clauses
To filter listing on cashback amounts listed in offer
To filter listing on the demographic or any other entity for whom this cashback offer is for. Not all target groups are identified but the most common ones are tagged like Military, Grad students Current owners etc
To filter listing on amount at the lease end to pay for buying the car
To filter listing on net capitalised cost of the car
To filter listing on gross capitalised cost of the car
To filter listing on gross capitalised cost of the car
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://marketcheck-prod.apigee.net/v2/search/car/incentive/oem' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://marketcheck-prod.apigee.net/v2/search/car/incentive/oemThis endpoint is the meat of the API and serves many purposes. This API produces a list of currently active oem incentive from the market for the given search criteria. The API results are limited to allow pagination upto 10000 rows. The search API facilitates the following use cases - 1. Search Cars around a given geo-point within a given radius 2. Search cars for a specific year / make / model or combination of these 3. Search cars matching multiple year, make, model combinatins in the same search request 4. Filter results by most car specification attributes 5. Search for similar cars by VIN or Taxonomy VIN 6. Filter cars within a given price / miles / days on market (dom) range 7. Specify a sort order for the results on price / miles / dom / listed date 8. Search cars for a given City / State combination 9. Get Facets to build the search drill downs 10. Get Market averages for price/miles/dom for your search
The type of the incentive
MSRP range to filter listings with the msrp in the range given. Range to be given in the format - min-max e.g. 1000-5000
APR range to filter listings with the msrp in the range given. Range to be given in the format - min-max e.g. 1000-5000
To filter listing on Monthly payment amount, usually populated in Lease offers
To filter listing on monthly amount to be paid by customer for every $1000 financed at the advertised APR rate
To filter listing on down payment offer on car
To filter listing on total amount due at signing, that usually includes first month payment, down payment, acquisition fee etc
To filter listing on security deposit required for the offer
To filter listing on disposition fee of the car
To filter listing on acquisition fee of the car
To filter listing on offer duration in months
To filter listing on any contribution from dealer's side
Mileage Charge Range range to filter listings with the msrp in the range given. Range to be given in the format - min-max e.g. 100-1000
To filter listing on mileage charge limit the offer is valid up to under the default clauses
To filter listing on cashback amounts listed in offer
To filter listing on the demographic or any other entity for whom this cashback offer is for. Not all target groups are identified but the most common ones are tagged like Military, Grad students Current owners etc
To filter listing on amount at the lease end to pay for buying the car
To filter listing on net capitalised cost of the car
To filter listing on gross capitalised cost of the car
To filter listing on gross capitalised cost of the car
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://marketcheck-prod.apigee.net/v2/search/car/incentive/oem' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}