Why accept less when you can sell better?

Schedule your evaluation and advertise to more than 1.2 million buyers.

Dedicated consultant to support you throughout the entire process and define the best sales channel, Auction or Direct Sale.

You set the price for the listing and choose whether to leave your car with Copart or have the evaluation done at a partner location

Listing and inspection report for R$ 190 + 1% commission on the vehicle's sale value. Total transparency.

You decide. We sell and after completion, the money goes to your account within 2 business days.

Schedule your evaluation

Name is required
Name must contain at least 2 letters
Email is required
Email Address Already Exists
Email is invalid
License plate field is required
License plate field must contain at least 7 characters
Phone number is required
Phone number is invalid

The best offer for your vehicle in your hands!

Simple and secure process

You set the price and we sell! No direct exposure on social media or visits from strangers. In the end, you are the one who decides whether to sell or not.

30 days on display

Your vehicle can be for sale on our digital platform throughout Brazil for up to 30 days, at no additional cost.

Fast money in your account

After the sale, the amount is deposited within 2 business days directly into your account.

Proven experience

Present in Brazil for over 13 years, Copart has already managed more than 1 million vehicles in its history in the country.

One-time fee and commission only after sale

R$ 190.00 one-time fee (listing and inspection report). 1% commission only if the vehicle is sold.

Nationwide Reach

More than 1.2 million buyers in all regions of Brazil.

Frequently Asked Questions

After evaluating your vehicle, Copart's team conducts a technical analysis, considering the vehicle's history, its condition, and even the market's "appetite" for that car profile. Based on this information, we inform you of the best sales channel, Auction or Direct Sale.

The R$ 190 fee is used to perform the inspection report of your vehicle. This document is sent to you as soon as it is completed and serves to provide transparency and security throughout the process, increasing your chances of receiving higher offers for your car.

No. You can take your vehicle to a Copart facility for evaluation and, if you wish, leave it there. This increases the chances of selling faster. You can also have the evaluation done at a partner location and only deliver the vehicle after it is sold. Talk to one of our consultants to find the nearest location to you.

The listing is valid for up to 30 days, but most vehicles are sold in approximately 14 days.

If the vehicle is not sold within 30 days, you can pick it up from the facility where it is located within 2 business days; after this period, a daily yard fee is charged. If the vehicle has not been delivered to one of our facilities, the listing will be deactivated.

No. Copart advertises your vehicle to more than 1.2 million buyers and manages the entire process.

Don't waste any more time, talk to us right now!

Start Selling
function adaptToResize() { scrollThreshold = window.innerHeight * 1.2; isMobile = window.matchMedia('(max-width: 768px)').matches; maxBottom = isMobile ? (window.innerHeight - 80) : (window.innerHeight - 120); } var goToTopBtn = document.querySelector('.go-to-top-2025'); var whatsappBtn = document.querySelector('.whatsapp-float-2025'); var floatingButtons = document.querySelector('.floating-buttons-2025'); var initialBottom = 0; var scrollThreshold; var isMobile; var maxBottom; adaptToResize(); function checkScroll() { if (window.scrollY > scrollThreshold) { goToTopBtn.classList.add('visible-2025'); whatsappBtn.classList.add('visible-2025'); } else { goToTopBtn.classList.remove('visible-2025'); whatsappBtn.classList.remove('visible-2025'); } var newBottom = initialBottom + window.scrollY; if (newBottom >= maxBottom) { floatingButtons.style.bottom = maxBottom + 'px'; } else { floatingButtons.style.bottom = newBottom + 'px'; } } window.addEventListener('scroll', checkScroll); window.addEventListener('resize', adaptToResize); checkScroll(); goToTopBtn.addEventListener('click', function(e) { e.preventDefault(); window.scrollTo({ top: 0, behavior: 'smooth' }); }); console.log('FAQ script loaded'); faqQuestions = document.querySelectorAll('.faq-question-2025'); console.log('Found ' + faqQuestions.length + ' FAQ questions'); faqQuestions.forEach(function(question) { question.addEventListener('click', function() { const faqItem = this.parentElement; const isExpanded = faqItem.classList.contains('faq-item-expanded-2025'); document.querySelectorAll('.faq-item-2025').forEach(function(item) { item.classList.remove('faq-item-expanded-2025'); }); document.querySelectorAll('.faq-question-2025').forEach(function(q) { q.setAttribute('aria-expanded', 'false'); }); if (!isExpanded) { faqItem.classList.add('faq-item-expanded-2025'); this.setAttribute('aria-expanded', 'true'); } else { this.setAttribute('aria-expanded', 'false'); } }); });//# sourceURL=faq-dynamic-script.js