Discover/autobidmaster.com API
live

autobidmaster.com APIautobidmaster.com

Access AutoBidMaster (Copart) auction inventory via API. Search vehicles, get lot details, damage types, body styles, makes, and sale locations.

Endpoints
9
Updated
14d ago
Try it
Vehicle make (e.g., toyota, honda, ford)
Page number
Results per page
Sort field
Vehicle model (e.g., camry, civic)
Sort order: asc, desc
Free text search query
State filter (e.g., california, texas)
Country filter (e.g., usa, canada)
api.parse.bot/scraper/c6fd4d1b-7ed8-49b8-b5f2-a977ec97f6ed/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/c6fd4d1b-7ed8-49b8-b5f2-a977ec97f6ed/search_vehicles?make=toyota&page=1&size=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Search for vehicle listings with filters including make, model, year, country, state, etc. Returns paginated results with lot summaries.

Input
ParamTypeDescription
makestringVehicle make (e.g., toyota, honda, ford)
pageintegerPage number
sizeintegerResults per page
sortstringSort field
modelstringVehicle model (e.g., camry, civic)
orderstringSort order: asc, desc
querystringFree text search query
statestringState filter (e.g., california, texas)
countrystringCountry filter (e.g., usa, canada)
Response
{
  "type": "object",
  "fields": {
    "lots": "array of vehicle listing summary objects",
    "query": "object containing pagination metadata (page, size, start, maxNumberOfPages)",
    "total": "integer total number of matching results"
  },
  "sample": {
    "data": {
      "lots": [
        {
          "make": "Toyota",
          "sold": false,
          "year": 2023,
          "model": "Tundra",
          "highBid": 13500,
          "currency": "USD",
          "saleDate": "2026-05-07T00:00:00-07:00",
          "lotNumber": 50839356,
          "description": "2023 Toyota Tundra Sr5",
          "locationName": "WV - Charleston",
          "primaryDamage": "Side"
        }
      ],
      "query": {
        "page": 1,
        "size": 3,
        "start": 0,
        "maxNumberOfPages": 3333
      },
      "total": 17968
    },
    "status": "success"
  }
}

About the autobidmaster.com API

The AutoBidMaster API exposes 9 endpoints covering Copart auction inventory available on AutoBidMaster, from paginated vehicle search to full lot-level detail. Use search_vehicles to filter by make, model, year, state, and free-text query, or call get_vehicle_details with a lot number to retrieve images, damage descriptions, VIN, sale status, and yard location for a specific listing.

Search and Filter Inventory

search_vehicles is the primary discovery endpoint. It accepts optional parameters including make, model, state, query, sort, order, page, and size. Responses return a lots array of vehicle summaries alongside a query object that carries pagination metadata (page, size, start, maxNumberOfPages) and a total integer reflecting the full result count. This makes it straightforward to build paginated browsing or implement a search interface.

Lot-Level Detail

get_vehicle_details accepts a lot_number (sourced from search_vehicles results) and an auction parameter — currently only 'copart' returns results. The lot object in the response includes make, model, year, VIN, images, primary and secondary damage, sale information, and physical yard location. If the lot has been sold, removed, or belongs to a different auction source, the endpoint returns a stale_input response with kind 'input_not_found' rather than an error, so callers can detect stale lot numbers cleanly.

Filter Reference Endpoints

Four enumeration endpoints — get_popular_makes, get_vehicle_types, get_body_styles, and get_damage_types — each return arrays of objects with key, label, and cnt fields. The cnt field is the current listing count, making these useful for building faceted-search UI or understanding inventory distribution across damage categories like Front End, Hail, and Rear End. get_featured_items adds a filterSection field alongside key, label, and cnt, covering categories such as Clean Title, Buy It Now, and Pure Sale Items.

Location and Homepage Inventory

get_auction_locations returns yard/sale locations with listing counts, useful for filtering by geography or displaying regional inventory density. get_homepage_inventory bundles popular makes, featured categories, and vehicle types into a single call — each item includes label, cnt, and link — making it efficient for populating a summary dashboard without multiple round trips.

Common use cases
  • Building a saved-search alert system that monitors search_vehicles for new lots matching a buyer's make, model, and state criteria
  • Aggregating damage-type distribution using get_damage_types cnt values to analyze Copart inventory condition trends over time
  • Displaying lot detail pages — images, VIN, damage, and location — by chaining search_vehicles results into get_vehicle_details calls
  • Populating a faceted search UI with current counts from get_body_styles, get_vehicle_types, and get_popular_makes
  • Identifying regional auction supply by querying get_auction_locations and correlating location counts with specific makes via search_vehicles
  • Tracking Clean Title and Buy It Now inventory volumes using get_featured_items cnt fields
  • Building a mobile app homepage summary using the single get_homepage_inventory response instead of calling multiple enumeration endpoints
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does AutoBidMaster have an official developer API?+
AutoBidMaster does not publish an official public developer API. This Parse API provides structured access to AutoBidMaster auction inventory data without requiring a direct integration agreement.
What does `get_vehicle_details` return if a lot number is no longer active?+
When a lot has been sold, delisted, or belongs to an auction source other than Copart, the endpoint returns a stale_input response with kind set to 'input_not_found' rather than throwing an HTTP error. This lets callers distinguish a missing lot from a network or request failure.
Which auction sources are supported by `get_vehicle_details`?+
The auction parameter currently only returns results when set to 'copart'. IAAI and other auction sources are not covered at this time. You can fork this API on Parse and revise it to add support for additional auction sources.
Can I filter `search_vehicles` results by body style or damage type?+
The search_vehicles endpoint currently accepts make, model, state, query, sort, order, page, and size as filter parameters. Body style and damage type are not available as direct search filters, though get_body_styles and get_damage_types return their keys and counts. You can fork this API on Parse and revise it to add those filter parameters to the search endpoint.
How fresh is the auction inventory data?+
The API reflects the inventory currently listed on AutoBidMaster. Lots on live Copart auctions can change status quickly — a lot active when you call search_vehicles may already be sold by the time you call get_vehicle_details. The stale_input response on get_vehicle_details is the mechanism for detecting this condition.
Page content last updated . Spec covers 9 endpoints from autobidmaster.com.
Related APIs in AutomotiveSee all →
acura.ca API
Check current Acura vehicle deals, financing rates, lease payments, and incentives across all Canadian provinces and models including the ADX, ZDX, MDX, RDX, Integra, and TLX. Calculate payment options based on specific offers and models available by province.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
firetruckmall.com API
Browse all available fire trucks from Fire Truck Mall with complete details including pricing, year, specifications, and images. Track when each listing was posted to find the newest inventory and compare vehicles across the marketplace.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
team-bhp.com API
Access forum discussions, travelogues, news articles, and user profiles from Team-BHP.com to discover automotive insights, travel stories, and community conversations. Search threads, browse categories, and find trending discussions all in one place.
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
carjam.co.nz API
Look up detailed New Zealand vehicle information by license plate, VIN, or chassis number to instantly access registration status, WOF/COF compliance, service history, odometer readings, and damage records. Verify if a vehicle is stolen and get comprehensive specs to make informed decisions before purchasing or for fleet management.