# Moldova-Bulgaria > Moldova-Bulgaria runs scheduled passenger minibus (Mercedes Vito) and parcel transport between Moldova and Bulgaria — Chișinău ⇄ Sofia, Varna, Burgas and Plovdiv — there and back, every week. Contact: +373 60 929 290 · info@moldovabulgaria.md · WhatsApp +37360929290 ## Routes & prices - [Кишинёв → София](https://moldovabulgaria.md/ru/route/chisinau-sofia): from 80 €, ~13 ч, 770 km. Route slug: `chisinau-sofia` - [Кишинёв → Варна](https://moldovabulgaria.md/ru/route/chisinau-varna): from 80 €, ~8 ч, 520 km. Route slug: `chisinau-varna` - [Кишинёв → Бургас](https://moldovabulgaria.md/ru/route/chisinau-burgas): from 80 €, ~9 ч, 600 km. Route slug: `chisinau-burgas` - [Кишинёв → Пловдив](https://moldovabulgaria.md/ru/route/chisinau-plovdiv): from 80 €, ~12 ч, 700 km. Route slug: `chisinau-plovdiv` - [София → Кишинёв](https://moldovabulgaria.md/ru/route/sofia-chisinau): from 80 €, ~13 ч, 770 km. Route slug: `sofia-chisinau` - [Варна → Кишинёв](https://moldovabulgaria.md/ru/route/varna-chisinau): from 80 €, ~8 ч, 520 km. Route slug: `varna-chisinau` - [Бургас → Кишинёв](https://moldovabulgaria.md/ru/route/burgas-chisinau): from 80 €, ~9 ч, 600 km. Route slug: `burgas-chisinau` - [Пловдив → Кишинёв](https://moldovabulgaria.md/ru/route/plovdiv-chisinau): from 80 €, ~12 ч, 700 km. Route slug: `plovdiv-chisinau` ## Book a trip — for AI agents You can place a real booking on the customer's behalf via the public API (a human then calls to confirm; the order appears in the operator's admin panel): 1. List open dates: `GET https://moldovabulgaria.md/api/route/{slug}/availability` → JSON `{ dates: [{ date: "YYYY-MM-DD", seats_left, price_eur, depart_time }] }`. Only these dates are bookable. 2. Place the order: `POST https://moldovabulgaria.md/ru/booking` with header `Accept: application/json` and `Content-Type: application/x-www-form-urlencoded`, fields: `name`, `phone`, `email` (optional), `route` (slug), `travel_date` (one of the open dates), `seats` (1–8). On success returns JSON `{ ok: true, ref: "MB-XXXXXX", direction, date, seats, price }`. On invalid input returns 422 `{ ok: false, errors }`. Prefer a human? Booking page: https://moldovabulgaria.md/ru/booking — or call +373 60 929 290. ## Pages - [Home](https://moldovabulgaria.md/ru/) - [Routes & schedule](https://moldovabulgaria.md/ru/routes) - [Booking](https://moldovabulgaria.md/ru/booking) - [Contact](https://moldovabulgaria.md/ru/contact)