(function() {
var schemas = [
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Quick Shuttle",
"alternateName": "Quick Coach Lines",
"url": "https://quickcoach.com/en",
"logo": "https://cdn.ventrata.com/image/upload/v1772220527/Quick_Logo_xr0shl.png",
"description": "Quick Shuttle provides daily bus service between Vancouver, BC and Seattle, WA aboard luxury Prevost coaches. Serving YVR airport, Downtown Vancouver, Bellingham Airport, Downtown Seattle, and SEA-TAC Airport.",
"telephone": "+1-800-665-2122",
"email": "reservation@quickcoach.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "4201 Lozells Ave",
"addressLocality": "Burnaby",
"addressRegion": "BC",
"postalCode": "V5A-2Z4",
"addressCountry": "CA"
},
"areaServed": [
{ "@type": "City", "name": "Vancouver" },
{ "@type": "City", "name": "Seattle" },
{ "@type": "City", "name": "Bellingham" },
{ "@type": "City", "name": "Richmond" },
{ "@type": "City", "name": "Surrey" }
],
"foundingDate": "1987",
"sameAs": ["https://quickcoach.com"]
},
{
"@context": "https://schema.org",
"@type": "BusTrip",
"name": "Quick Shuttle Southbound — Vancouver to Seattle",
"description": "Daily luxury coach service from Vancouver BC to Seattle WA. Stops include Downtown Vancouver, YVR Airport, Richmond, Surrey, Bellingham Airport, Downtown Seattle, and SEA-TAC Airport.",
"provider": {
"@type": "Organization",
"name": "Quick Shuttle",
"url": "https://quickcoach.com/en"
},
"departureBusStop": {
"@type": "BusStop",
"name": "Downtown Vancouver (Waterfront Station)",
"address": {
"@type": "PostalAddress",
"addressLocality": "Vancouver",
"addressRegion": "BC",
"addressCountry": "CA"
}
},
"arrivalBusStop": {
"@type": "BusStop",
"name": "Seattle-Tacoma International Airport (SEA-TAC)",
"address": {
"@type": "PostalAddress",
"addressLocality": "Seattle",
"addressRegion": "WA",
"addressCountry": "US"
}
},
"offers": [
{
"@type": "Offer",
"name": "Econo Fare (non-refundable)",
"price": "40.03",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://quickcoach.com/en/quick-coach-quick-shuttle-southbound"
},
{
"@type": "Offer",
"name": "Flex+ Fare (refundable)",
"price": "48.95",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://quickcoach.com/en/quick-coach-quick-shuttle-southbound"
}
]
},
{
"@context": "https://schema.org",
"@type": "BusTrip",
"name": "Quick Shuttle Northbound — Seattle to Vancouver",
"description": "Daily luxury coach service from Seattle WA to Vancouver BC. Stops include SEA-TAC Airport, Downtown Seattle, Bellingham Airport, Surrey, Richmond, YVR Airport, and Downtown Vancouver.",
"provider": {
"@type": "Organization",
"name": "Quick Shuttle",
"url": "https://quickcoach.com/en"
},
"departureBusStop": {
"@type": "BusStop",
"name": "Seattle-Tacoma International Airport (SEA-TAC)",
"address": {
"@type": "PostalAddress",
"addressLocality": "Seattle",
"addressRegion": "WA",
"addressCountry": "US"
}
},
"arrivalBusStop": {
"@type": "BusStop",
"name": "Downtown Vancouver (Waterfront Station)",
"address": {
"@type": "PostalAddress",
"addressLocality": "Vancouver",
"addressRegion": "BC",
"addressCountry": "CA"
}
},
"offers": [
{
"@type": "Offer",
"name": "Econo Fare (non-refundable)",
"price": "41.15",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://quickcoach.com/en/quick-coach-quick-shuttle-northbound"
},
{
"@type": "Offer",
"name": "Flex+ Fare (refundable)",
"price": "50.04",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://quickcoach.com/en/quick-coach-quick-shuttle-northbound"
}
]
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How long is the bus ride from Vancouver to Seattle?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Travel times vary depending on time of day, traffic, and border wait times. The earliest departure from Waterfront Station at 06:45 arrives at SEA-TAC at approximately 13:15. Border crossing is included and passengers must exit the bus to clear customs."
}
},
{
"@type": "Question",
"name": "How much does the Quick Shuttle from Vancouver to Seattle cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Fares start from $40.03 USD one-way for the Econo non-refundable ticket. The Flex+ refundable fare starts from $48.95 USD one-way. Northbound Seattle to Vancouver fares start at $41.15 USD Econo or $50.04 USD Flex+."
}
},
{
"@type": "Question",
"name": "Where does the Quick Shuttle pick up in Vancouver?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Quick Shuttle picks up at multiple Vancouver locations including Downtown Vancouver across from Waterfront SkyTrain Station at 660 Cordova Street, Vancouver International Airport YVR, Canada Place cruise terminal Bay 11, Holiday Inn on Howe Street, River Rock Casino in Richmond, and Chevron Station in Surrey."
}
},
{
"@type": "Question",
"name": "Where does the Quick Shuttle pick up in Seattle?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Seattle pickup locations include Seattle-Tacoma International Airport SEA-TAC at lower-level arrivals south end outside Door 2, Downtown Seattle at the Charter Bus Loading Zone on 8th Avenue between Pike and Pine Street, Pier 91 Smith Cove cruise terminal, and Pier 66."
}
},
{
"@type": "Question",
"name": "Do I need a passport to take the Quick Shuttle?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. All passengers crossing the US-Canada border must carry valid travel documents. A passport is required. A driver's license, voter's registration card, or social security card are not accepted as proof of citizenship. Quick Shuttle collects document information at the time of booking to help pre-clear US Customs."
}
},
{
"@type": "Question",
"name": "Does the Quick Shuttle go to YVR airport?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Quick Shuttle stops at Vancouver International Airport YVR. Pickup is at the Shuttle Bus Zone outside the Main Entrance, east of the Terminal Building."
}
},
{
"@type": "Question",
"name": "Does the Quick Shuttle go to SEA-TAC airport?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Quick Shuttle serves Seattle-Tacoma International Airport SEA-TAC. Pickup is curbside on the lower-level arrivals area at the south end of baggage claim outside Door 2. Drop-off is at Door 23 on the Departures level."
}
},
{
"@type": "Question",
"name": "Is there WiFi on the Quick Shuttle?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Quick Shuttle coaches offer complimentary on-board WiFi, on-board washroom facilities, and USB power at every seat. Bring your own USB cable. The fleet uses deluxe Prevost highway coaches with seating for 48 to 54 passengers."
}
},
{
"@type": "Question",
"name": "Can children travel on the Quick Shuttle?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Children 2 years of age and under do not require a separate ticket and must ride with their guardian in a carrier or on their lap. Children aged 3 years and up require a separate ticket purchase."
}
},
{
"@type": "Question",
"name": "How much luggage can I bring on the Quick Shuttle?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The Econo fare includes 1 free personal item and 1 free suitcase. The Flex+ fare includes 1 free personal item and 2 free suitcases. Any luggage weighing more than 50 lbs must be handled by the passenger."
}
},
{
"@type": "Question",
"name": "Is the Quick Shuttle wheelchair accessible?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Quick Shuttle has coaches equipped with wheelchair lifts. If you require a wheelchair accessible coach please contact the Reservation Department by phone at 1-800-665-2122 to arrange this in advance."
}
},
{
"@type": "Question",
"name": "How do I contact Quick Shuttle?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can reach Quick Shuttle by phone at 1-800-665-2122 or by email at reservation@quickcoach.com. The Reservation Department is open Monday and Friday through Sunday 6:30am to 6:30pm PST, Tuesday 8:30am to 4:30pm PST, Wednesday 9:30am to 3:30pm PST, and Thursday 9:30am to 5:30pm PST."
}
}
]
}
];
schemas.forEach(function(schema) {
var el = document.createElement('script');
el.type = 'application/ld+json';
el.text = JSON.stringify(schema);
document.head.appendChild(el);
});
})();
To make identification easier and boarding smoother, please meet at the Pier 66 sign located in
front of Anthony's Restaurant. This meeting spot helps drivers find passengers faster and keeps
To make identification easier and boarding smoother, please meet at the Pier 66 sign located in
front of Anthony's Restaurant. This meeting spot helps drivers find passengers faster and keeps
everyone together in one convenient place.
Food and drink nearby
Rest rooms available inside the terminal
10 minute walk to Pike Place Market, Seattle Aquarium, and the Great Wheel