Your pick of rides at low prices

Carpool and BlaBlaCar Bus — one app to go anywhere.

Save money on travel

Travelling long distance? Compare carpool and bus fares side by side and pick the price that works for you.

Travel with confidence

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.

Scroll, click, tap and go!

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.

Popular carpool routes

Paris → Amsterdam
from £29
London → Manchester
from £11
Berlin → Gdańsk
from £18
Madrid → Barcelona
from £14
Lyon → Genève
from £9
Brussels → Paris
from £16

Need a hand with a trip?

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.

SE How this page serves the Ada AI Agent (Web SDK)
// 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();
Web Messaging App Custom