---
title: "Get carrier fleet VINs listed for sale"
method: GET
path: "/v1/carriers/{dot_number}/equipment-for-sale"
---

# Get carrier fleet VINs listed for sale

`GET /v1/carriers/{dot_number}/equipment-for-sale`

Cross-references the VINs this carrier has been inspected with against a marketplace dataset of trucks and trailers currently (or recently) listed for sale. Returns one row per matching VIN, sorted by most recent inspection date. Empty results are common.

## Path parameters

- `dot_number` string, required

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

Paginated equipment-marketplace matches

- EquipmentForSaleResponse
  - `dot_number` string
  - `total_listings` integer
  - `equipment` EquipmentForSaleItem[]
    - `equipment_type` 'truck' | 'trailer'
    - `vin` string
    - `last_seen_in_inspection` string, date, nullable
    - `inspection_count` integer
    - `listing_title` string, nullable
    - `manufacturer` string, nullable
    - `model` string, nullable
    - `model_year` integer, nullable
    - `price` number, nullable
    - `category` string, nullable
    - `description` string, nullable
  - `pagination` Pagination
    - `page` integer
    - `limit` integer
    - `total_results` integer
    - `total_pages` integer

## Other responses

- `401` — Invalid or missing API key
- `404` — Carrier does not exist
- `429` — Too many requests. Check X-RateLimit-Remaining and Retry-After headers.

---

[API](https://skmtc.net/runalphaloops/apis/alphaloops-fmcsa-carrier-data-api.md) · [All operations](https://skmtc.net/runalphaloops/apis/alphaloops-fmcsa-carrier-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/runalphaloops/alphaloops-fmcsa-carrier-data-api/revisions/ae58c064a7af/schema)
