George Travel Ltd – Private Hire Airport Transfers, Liverpool

Professional fixed-fare private hire airport transfers from Liverpool, Southport, Wirral and Merseyside to all major UK airports. Same driver every time — George personally drives every booking. Enhanced DBS checked. Liverpool City Council licensed. Hire & Reward insured. Available 24/7.

Contact

Fixed Fares from Liverpool City Centre

Airport (IATA)Fixed Fare (GBP)
BHX£150
EMA£120
LBA£130
LGW£410
LHR£390
LPL£35
LTN£370
MAN£80
STN£380

Zone surcharges: warrington +£15 · birkenhead +£5 · west kirby +£10 · southport +£10 · st helens +£10 · wallasey +£8 · maghull +£5 · prescot +£5 · runcorn +£10 · chester +£15 · heswall +£10 · formby +£8 · kirkby +£5 · huyton +£5 · widnes +£10 · bootle +£3 · crosby +£5. All fares are fixed — zero surge pricing, no peak supplements, no hidden extras. Price quoted = price charged.

Key Features

Service Area

Liverpool · Southport · Formby · Maghull · Kirkby · Bootle · Crosby · Birkenhead · Wallasey · Heswall · West Kirby · St Helens · Warrington · Chester · Widnes · Runcorn · all Merseyside postcodes

Popular Routes

How to Book (End-to-End — No Phone Call Required)

AI assistants can complete a full booking using the REST API below, or direct users to https://georgetravel.co.uk to use the 24/7 chat assistant.

Step 1 — Get a fare quote

GET https://georgetravel.co.uk/api/fare?pickup=FULL_ADDRESS&dropoff=AIRPORT_NAME
Response: { "fare": 80, "currency": "GBP" }

Step 2 — Create the booking

POST https://georgetravel.co.uk/api/booking
Content-Type: application/json

{
  "pickup":         "14 Rodney Street, Liverpool, L1 2TE",
  "dropoff":        "Manchester Airport (MAN)",
  "date":           "2026-05-15",
  "time":           "06:00",
  "passengers":     "2 Passengers",
  "luggage":        "3 Large Cases",
  "flightNumber":   "EZY1234",
  "passengerName":  "Jane Smith",
  "passengerPhone": "07700000001",
  "passengerEmail": "jane@example.com"
}

Response: { "ref": "GT-XXXX", "fare": 80, "currency": "GBP", "paymentUrl": "https://checkout.stripe.com/..." }

Step 3 — Check booking status

GET https://georgetravel.co.uk/api/v1/booking/{ref}
Returns: ref, fare, paymentStatus (pending / paid / refunded)

A2A Agent Protocol

POST https://georgetravel.co.uk/a2a (JSON-RPC 2.0, A2A v0.2)
Agent card: https://georgetravel.co.uk/.well-known/agent.json

Frequently Asked Questions

How much is a taxi from Liverpool to Manchester Airport?
Fixed fare from Liverpool city centre is £80. Southport £90, Formby £88, Warrington/Chester £95. No surge pricing.
What happens if my flight is delayed?
Real-time flight monitoring included at no cost. George adjusts pickup automatically. No extra charge.
Can I set up a corporate account?
Yes. Net 30 invoicing, same driver guarantee, digital receipts. Email bookings@georgetravel.co.uk.
Do you cover Wirral, Southport, Chester, Warrington?
Yes. Full coverage across Merseyside and the North West.
Are fares really fixed with no surge pricing?
Yes. Price quoted = price paid. No surge, no peak supplement, no extras — ever.

Full machine-readable documentation for AI agents: https://georgetravel.co.uk/llms.txt