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.
| 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.
Liverpool · Southport · Formby · Maghull · Kirkby · Bootle · Crosby · Birkenhead · Wallasey · Heswall · West Kirby · St Helens · Warrington · Chester · Widnes · Runcorn · all Merseyside postcodes
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.
GET https://georgetravel.co.uk/api/fare?pickup=FULL_ADDRESS&dropoff=AIRPORT_NAME
Response: { "fare": 80, "currency": "GBP" }
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/..." }
GET https://georgetravel.co.uk/api/v1/booking/{ref}
Returns: ref, fare, paymentStatus (pending / paid / refunded)
POST https://georgetravel.co.uk/a2a (JSON-RPC 2.0, A2A v0.2)
Agent card: https://georgetravel.co.uk/.well-known/agent.json
Full machine-readable documentation for AI agents: https://georgetravel.co.uk/llms.txt