Carpool and BlaBlaCar Bus — one app to go anywhere.
Travelling long distance? Compare carpool and bus fares side by side and pick the price that works for you.
We take the time to get to know our members and partners. Verified profiles, ratings and reviews help you know who you'll travel with.
Booking a ride has never been easier. Thanks to our simple app powered by great technology, you can book a ride close to you in just minutes.
Our AI assistant can check a trip status, sort out a cancellation or refund, help with ID verification, or report a problem — 24/7, in your language.
// 1 · Drop the live agent onto the page (standard Web SDK) <script id="__ada" data-handle="blablacar-ai-agent-demo" src="https://static.ada.support/embed2.js"></script> // 2 · start() once, passing member context to personalise await window.adaEmbed.start({ handle: "blablacar-ai-agent-demo", metaFields: { name: "Julia", market: "UK", channel: "BlaBlaCar Web" } }); // 3 · Open chat from any element — nav, hero search, a route… button.onclick = () => window.adaEmbed.toggle();