antalya-taxi
v1.2.1
Published
Reliable taxi and 24/7 transfer services in Antalya, Turkey. Airport transfers, city taxi, private tours.
Maintainers
Readme
Antalya Taxi
Antalya Taxi provides reliable, professional taxi and 24/7 airport transfer services across the Antalya region in Turkey. With over 15 years of experience and more than 50,000 satisfied customers, we offer fixed-price airport pickups, city rides, private tours, and VIP transportation. All our vehicles are modern, air-conditioned, and fully insured, driven by licensed, English-speaking professionals. Whether you are landing at Antalya Airport for a holiday or need a comfortable ride to your hotel, we are here around the clock to get you there safely and on time.
Services
From seamless airport pickups to guided day trips along the Turkish Riviera, we cover every transportation need you may have during your stay in Antalya.
- Airport Transfers - AYT airport pickup and drop-off with meet & greet service at the arrivals terminal
- City Taxi - On-demand city transportation across Antalya and surrounding districts
- Private Tours - Guided excursions to Perge-Aspendos, Olympos-Cirali, and Kaputas Beach
- VIP & Family Packages - Spacious vans and luxury sedans for groups, families, and business travelers
Service Areas
We operate throughout the entire Antalya coast, from Kas in the west to Alanya in the east. No matter where your hotel or villa is located, our drivers will take you there with comfort and ease.
- Antalya City Center
- Lara / Kundu
- Konyaalti
- Belek (Golf Resorts)
- Beldibi
- Kemer
- Side / Manavgat
- Tekirova
- Olympos / Cirali
- Alanya
- Kalkan
- Kas
Airport Transfer Prices (Fixed)
All prices below are fixed, pre-agreed fares for a standard sedan taxi from Antalya Airport (AYT). There are no hidden fees, no meter surprises, and no extra charges for luggage or flight delays.
| Route | Distance | Duration | Price (TRY) | |-------|----------|----------|-------------| | AYT - Antalya City Center | 13 km | 20 min | 750 | | AYT - Lara / Kundu | 12 km | 15 min | 650 | | AYT - Konyaalti | 18 km | 25 min | 900 | | AYT - Belek | 33 km | 30 min | 1,200 | | AYT - Beldibi | 45 km | 45 min | 1,600 | | AYT - Kemer | 55 km | 55 min | 1,900 | | AYT - Side / Manavgat | 65 km | 60 min | 2,200 | | AYT - Tekirova | 70 km | 65 min | 2,400 | | AYT - Olympos / Cirali | 85 km | 80 min | 2,900 | | AYT - Alanya | 125 km | 120 min | 4,000 | | AYT - Kalkan | 190 km | 180 min | 6,500 | | AYT - Kas | 215 km | 200 min | 7,500 |
Van Taxi: +50% | Luxury Sedan: +100%
Vehicle Fleet
Choose the vehicle that best fits your group size and comfort preferences. All vehicles are regularly maintained, air-conditioned, non-smoking, and equipped with free Wi-Fi.
- Standard Taxi - Up to 4 passengers, comfortable sedan for couples and small groups
- Van Taxi - Up to 8 passengers, ideal for families with children and larger groups
- Luxury Sedan - Up to 4 passengers, premium comfort for business and VIP travelers
Installation
Use npm to install the package in your Node.js project.
npm install antalya-taxiUsage
Integrate Antalya Taxi data into your application to display service areas, calculate transfer prices, and create booking requests programmatically.
const AntalyaTaxi = require('antalya-taxi');
// Create a new taxi service instance
const taxi = new AntalyaTaxi();
// Get service areas
const areas = taxi.getServiceAreas();
console.log(areas);
// Get vehicle types
const vehicles = taxi.getVehicleTypes();
console.log(vehicles);
// Get all routes with prices, distances and durations
const routes = taxi.getRoutes();
console.log(routes);
// Calculate price
const price = taxi.calculatePrice('Antalya Airport', 'Belek');
console.log(price);
// { success: true, price: 1200, distance: '33 km', duration: '30 min', ... }
// Book a taxi
const booking = taxi.bookTaxi({
pickup: 'Antalya Airport',
destination: 'Belek',
vehicleType: 'standard',
passengerName: 'John Doe',
phone: '+90 555 123 4567',
date: '2025-06-15',
time: '14:00'
});
console.log(booking);
// Get company stats
const stats = taxi.getStats();
console.log(stats);
// { since: 2010, customers: '50,000+', rating: 4.9, reviews: '2,847+' }Payment Methods
We accept multiple payment options for your convenience, so you never have to worry about exchanging currency before your trip.
- Cash (Turkish Lira, Euro, USD)
- Credit Card
- Debit Card
- Contactless Payment
Why Choose Us?
With a 4.9/5 customer rating from over 2,847 reviews, our commitment to quality and reliability speaks for itself. Here is what sets us apart from the rest.
- Professional, licensed drivers
- Clean, air-conditioned vehicles
- English-speaking drivers available
- Fixed prices, no hidden fees
- Free child seat on request
- Meet & greet service with name board
- Flight tracking for airport transfers
- No charge for flight delays
- Free cancellation up to 24 hours
- 15+ years of experience
- 50,000+ satisfied customers
Contact
For bookings and inquiries, visit our website or use the online reservation form. Our team is ready to assist you 24/7.
- Website: https://antalyataxi.pages.dev
- Address: Lara, Antalya 07100, Turkey
24/7 Service
Our taxi services are available 24 hours a day, 7 days a week. Airport transfers are available for all flight times, including early morning and late night arrivals.
Multi-Language Support
Our website is available in 14 languages to serve international travelers from around the world: English, German, Russian, Turkish, French, Spanish, Polish, Dutch, Romanian, Danish, Arabic, Estonian, Kazakh, and Lithuanian.
License
MIT License - See LICENSE file for details.
Antalya Taxi - Your trusted transportation partner in Antalya, Turkey since 2010.
