applevacations.my Open in urlscan Pro
1.9.58.222  Public Scan

Submitted URL: http://applevacations.my/
Effective URL: https://applevacations.my/en/
Submission: On April 18 via manual from MY — Scanned from DE

Form analysis 4 forms found in the DOM

POST /en/listing.php

<form class="search-form" action="/en/listing.php" method="POST">
  <input class="form-control" name="keywords" type="text" placeholder="Type your destination...">
  <span class="text-muted">Start typing &amp; press "Enter" or "ESC" to close</span>
</form>

Name: searchformsGET listing.php

<form name="searchforms" onsubmit="return validateforms()" action="listing.php" method="GET">
  <div class="row justify-content-center reservation-form" style="min-height:0px !important;">
    <div class="form-row">
      <div class="col-lg-2">
        <div class="form-group">
          <div class="input-group">
            <input name="keywords" class="form-control" type="text" placeholder="Try 'Xinjiang'">
            <div class="input-group-append">
              <span class="input-group-text" id="basic-addon2"><i class="fas fa-map-pin"></i></span>
            </div>
          </div>
        </div>
      </div>
      <div class="col-lg-2">
        <div class="form-group">
          <div class="input-group">
            <select name="dptmon" class="form-control"><!-- required-->
              <option value="">Departure Month</option>
              <option value="2024-04-23">Apr 24</option>
              <option value="2024-05-17">May 24</option>
              <option value="2024-06-08">Jun 24</option>
              <option value="2024-07-12">Jul 24</option>
              <option value="2024-08-19">Aug 24</option>
              <option value="2024-09-16">Sep 24</option>
              <option value="2024-10-29">Oct 24</option>
              <option value="2024-11-12">Nov 24</option>
              <option value="2024-12-20">Dec 24</option>
              <option value="2025-01-20">Jan 25</option>
              <option value="2025-02-04">Feb 25</option>
              <option value="2025-03-11">Mar 25</option>
              <option value="2025-04-23">Apr 25</option>
              <option value="2025-05-02">May 25</option>
              <option value="2025-08-11">Aug 25</option>
              <option value="2025-12-15">Dec 25</option>
            </select>
          </div>
        </div>
      </div>
      <div class="col-lg-2">
        <div class="form-group">
          <div class="input-group">
            <select name="trvlbdge" class="form-control"><!-- required-->
              <option value="">Travel Badges</option>
              <option value="app_ex">Apple Exclusive</option>
              <option value="best_seller">Best Seller</option>
              <option value="branded_tm">Branded TM</option>
              <option value="bix_class">Business Class</option>
              <option value="char_flight">Chartered Flight </option>
              <option value="cost_saver">Cost Saver</option>
              <option value="cruise_tour">Cruise Tour</option>
              <option value="in_depth">In-Depth</option>
              <option value="leesan_series">Leesan Series</option>
              <option value="muslim_frd">Muslim Tour</option>
              <option value="new_prod">New Package</option>
              <option value="premium">Premium</option>
              <option value="recomm">Recommended</option>
              <option value="sch_holiday">School Holiday</option>
              <option value="thematic">Thematic</option>
              <option value="wow_sales">Wow Sales</option>
            </select>
          </div>
        </div>
      </div>
      <div class="col-lg-2">
        <div class="form-group">
          <div class="input-group">
            <select name="trvlstyl" class="form-control"><!-- required-->
              <option value="">Travel Highlights</option>
              <option value="7_wonders">7 Wonders</option>
              <option value="adv">Adventurous</option>
              <option value="antumn">Autumn Foliage</option>
              <option value="nature">Back to Nature</option>
              <option value="beer">Beer</option>
              <option value="charter">Chartered Flight</option>
              <option value="cny">CNY Special</option>
              <option value="couples">Couples Retreat</option>
              <option value="culture_seeker">Cultural</option>
              <option value="cycling">Cycling Fun</option>
              <option value="expedition">Expedition</option>
              <option value="experience">Experience</option>
              <option value="family">Family Fun</option>
              <option value="festival">Festival</option>
              <option value="festive_sea">Festive Season</option>
              <option value="floral">Floral Series</option>
              <option value="foodie">Gourmet</option>
              <option value="ancient">Historical</option>
              <option value="onsen">Hot Spring</option>
              <option value="lady">Natural Wonders</option>
              <option value="shopping">Shopping Spree</option>
              <option value="unesco">UNESCO</option>
              <option value="winter">White Winter</option>
              <option value="wildlife">Wildlife</option>
            </select>
          </div>
        </div>
      </div>
      <div class="col-lg-2">
        <div class="form-group">
          <div class="input-group">
            <select name="season" class="form-control"><!-- required-->
              <option value="">Season</option>
              <option value="ALL">All Season</option>
              <option value="SPRING">Spring</option>
              <option value="SUMMER">Summer</option>
              <option value="AUTUMN">Autumn</option>
              <option value="WINTER">Winter</option>
            </select>
          </div>
        </div>
      </div>
      <div class="col-lg-2">
        <button class="btn">Search</button>
      </div>
    </div>
    <!--   <div class="form-row">
                            <a href="listing.php?travelbadges=Apple Exclusive">#AppleExclusive</a>&nbsp;&nbsp;&nbsp;
                            <a href="listing.php?travelbadges=Chartered Flight">#CharteredFlight</a>&nbsp;&nbsp;&nbsp;
                            <a href="listing.php?highlights=Floral Series">#FloralSeries</a>&nbsp;&nbsp;&nbsp;
                            <a href="listing.php?travelbadges=New Package">#NewPackage</a>&nbsp;&nbsp;&nbsp;
                            <a href="listing.php?travelbadges=Leesan Series">#LeesanSeries</a>&nbsp;&nbsp;&nbsp; 
                            <a href="listing.php?travelbadges=Premium">#Premium</a>&nbsp;&nbsp;&nbsp;
                            <a href="listing.php?travelbadges=Thematic">#Thematic</a>&nbsp;&nbsp;&nbsp;
                            <a href="listing.php?travelbadges=Cruise Tour">#CruiseTour</a>&nbsp;&nbsp;&nbsp;
                            <a href="listing.php?travelbadges=School Holiday">#SchoolHoliday</a>&nbsp;&nbsp;&nbsp;
                            <a href="listing.php?travelseason=Spring">#Spring</a>&nbsp;&nbsp;&nbsp;
                            <a href="listing.php?travelseason=Autumn">#Autumn</a>&nbsp;&nbsp;&nbsp;
                            <a href="listing.php?travelseason=Winter">#Winter</a>
                            
                        </div> -->
  </div>
</form>

Name: mc-embedded-subscribe-formPOST https://applevacations.us14.list-manage.com/subscribe?u=c3b4d83fc21f0b10ffe309955&id=ff291dad18

<form action="https://applevacations.us14.list-manage.com/subscribe?u=c3b4d83fc21f0b10ffe309955&amp;id=ff291dad18" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
  <div id="mc_embed_signup_scroll">
    <h3 class="text-light">SUBSCRIBE TO OUR NEWSLETTER</h3>
    <div class="input-group mb-0">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fa fa-paper-plane"></i></span>
      </div>
      <input type="email" value="" name="EMAIL" class="form-control required email" id="mce-EMAIL" placeholder="Enter your email" required="">
      <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
      <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_c3b4d83fc21f0b10ffe309955_ff291dad18" tabindex="-1" value=""></div>
      <div class="clear">
        <div class="input-group-append">
          <button type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-light">Subscribe</button>
        </div>
      </div>
    </div>
    <small class="text-light">Stay updated on our latest news and activities! </small>
  </div>
</form>

Name: mc-embedded-subscribe-formPOST https://applevacations.us14.list-manage.com/subscribe?u=c3b4d83fc21f0b10ffe309955&id=ff291dad18

<form action="https://applevacations.us14.list-manage.com/subscribe?u=c3b4d83fc21f0b10ffe309955&amp;id=ff291dad18" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
  <div id="mc_embed_signup_scroll">
    <div class="input-group">
      <input type="email" name="EMAIL" class="form-control required email" id="mce-EMAIL" placeholder="Enter your email" required="">
      <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
      <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_c3b4d83fc21f0b10ffe309955_ff291dad18" tabindex="-1" value=""></div>
      <div class="clear"><span class="input-group-btn">
          <button type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn"><i class="fa fa-paper-plane"></i></button>
        </span> </div>
    </div>
  </div>
</form>

Text Content

Let's Chat

+603-2705 829
|
Contact Us
|
Fraud Alert

 * 
 * 
 * 
   
   

Start typing & press "Enter" or "ESC" to close
 * 
   


 * 
   
 * Destination
 * GROUP SERIES
   
   * Africa
     
      * East Africa
      * Egypt
      * Kenya
      * Morocco
      * North Africa
      * Rwanda
      * South Africa
      * Uganda
     
     Asia
     
      * Cambodia
      * India
      * Indonesia
      * Malaysia
      * Maldives
      * Nepal
      * Pakistan
      * Philippines
      * South Korea
      * Taiwan
      * Thailand
      * Vietnam
     
     Australasia
     
      * Australia
      * New Zealand
     
     Central Asia
     
      * Kazakhstan
      * kyrgyzstan
      * Turkmenistan
      * Uzbekistan
     
     Japan
     
      * Central Japan
      * Hiroshima
      * Hokkaido
      * Kyoto
      * Kyushu
      * Mie
      * Mount Fuji
      * Nara
      * Osaka
      * Tohoku
      * Tokyo
      * Tottori
     
     Latin America
     
      * Antarctica
      * Argentina
      * Belize
      * Brazil
      * Costa Rica
      * Mexico
      * Peru
     
     North America
     
      * Alaska
      * Canada
      * United States
     
     West Asia
     
      * Dubai
      * Iran
      * Jordan
      * Turkiye (Turkey)
      * United Arabic Emirates
     
     China
     
      * Beijing
      * Chongqing
      * DongBei
      * Fujian
      * Guangxi
      * Guizhou
      * Hainan
      * Heilongjiang
      * Henan
      * Hong Kong
      * Hunan
      * Inner Mongolia
      * Jiangsu
      * Jilin
      * Macao
      * North Xinjiang
      * Qinghai
      * Shandong
      * Shanghai
      * Shanxi
      * Sichuan
      * Silk Road
      * Tibet
      * Xinjiang
      * Yangtze River
      * Yunnan
      * Zhejiang
     
     Europe
     
      * Albania
      * Andorra
      * Austria
      * Balkan Europe
      * Belgium
      * Bosnia Herzegovina
      * Bulgaria
      * Caucasus Europe
      * Croatia
      * Czech Republic
      * Denmark
      * Finland
      * France
      * Germany
      * Greece
      * Greenland
      * Hungary
      * Iceland
      * Italy
      * Luxembourg
      * Macedonia
      * Montenegro
      * Netherlands
      * Norway
      * Portugal
      * Romania
      * Russia
      * Slovakia
      * Slovenia
      * Spain
      * Sweden
      * Switzerland
      * United Kingdom
 * Cruises
   * Peace Boat
   * Cruise Tour
   
   
 * TRAVEL STYLE
   * Branded Series
     * Leesan Series
     * Branded TM Series
     * Thematic & Cruise
   * Muslim Series
   * Charter Flight Series
 * Corporate
   * MICE Travel
   * Voucher
     
   
 * More
   *  * About Us
      * Awards & Recognition
      * Career
      * Our Agents
     
      * Fraud Alert
      * Announcements
      * MyOnline Passport
      * Immigration Status
     
      * Apple TV
      * Photo Gallery
      * Leesan Insights
      * Blog Articles
      * Travel Accessories
     
     

   
 * Find Out More »
   
 * Find Out More »
   
 * Find Out More »
   
   
 * Find Out More »
   
 * Find Out More »
   
 * Find Out More »
   
 * Find Out More »
   
 * Find Out More »
   
 * Find Out More »
   
 * Find Out More »






Departure Month Apr 24May 24Jun 24Jul 24Aug 24Sep 24Oct 24Nov 24Dec 24Jan 25Feb
25Mar 25Apr 25May 25Aug 25Dec 25
Travel Badges Apple ExclusiveBest SellerBranded TMBusiness ClassChartered Flight
Cost SaverCruise TourIn-DepthLeesan SeriesMuslim TourNew
PackagePremiumRecommendedSchool HolidayThematicWow Sales
Travel Highlights 7 WondersAdventurousAutumn FoliageBack to NatureBeerChartered
FlightCNY SpecialCouples RetreatCulturalCycling FunExpeditionExperienceFamily
FunFestivalFestive SeasonFloral SeriesGourmetHistoricalHot SpringNatural
WondersShopping SpreeUNESCOWhite WinterWildlife
Season All SeasonSpringSummerAutumnWinter
Search


--------------------------------------------------------------------------------

#APPLEEXCLUSIVE

#CHARTEREDFLIGHT

#FLORALSERIES

#PREMIUM

#THEMATIC

#CRUISETOUR

#SCHOOLHOLIDAY

#SPRING

#AUTUMN

#WINTER

--------------------------------------------------------------------------------

HIGHLIGHT

- RM2,000*
BOOK NOW


SENSATIONAL SOUTH AMERICA

An Epic Discovery 
Duration: 17 Days 13 Nights (2024)
Tour Code: LAGIG17P

--------------------------------------------------------------------------------

From RM43,999
+ 4,472*
- RM500*
BOOK NOW


SPECTACULAR SWITZERLAND + ITALY

 
Duration: 11 Days 8 Nights (2024)
Tour Code: EUZRH11

--------------------------------------------------------------------------------

From RM16,799
+ 3,000*
- RM2,111*
BOOK NOW


THE ENCHANTING DISKO BAY - GREENLAND'S MAGNIFICENT NATURE

 
Duration: 13 Days 10 Nights (2024)
Tour Code: EUSFJ13

--------------------------------------------------------------------------------

From RM59,999
+ 3,111*
- RM500*
BOOK NOW


MESMERIZING MOROCCO

The Sahara Rendezvous 
Duration: 11 Days 8 Nights (2024)
Tour Code: AFCMN11

--------------------------------------------------------------------------------

From RM12,899
+ 2,279*
- RM400*
BOOK NOW


MESMERIZING TURKIYE

Uniquely Exotic 
Duration: 10 Days 8 Nights (2024)
Tour Code: WAIST10

--------------------------------------------------------------------------------

From RM8,999
+ 2,234*
- RM500*
BOOK NOW


HOKKAIDO YUKI MONOGATARI + ICE BREAKER CRUISE

7D5N Winter Season (JAN - FEB) 
Duration: 7 Days 5 Nights (2025)
Tour Code: JPHIW07

--------------------------------------------------------------------------------

From RM8,599
+ 1,890*
- RM500*
BOOK NOW


ENCHANTING EGYPT

A Timeless Journey 
Duration: 9 Days 7 Nights (2025)
Tour Code: AFCAI09

--------------------------------------------------------------------------------

From RM13,599
+ 2,594*


CHARTER FLIGHT

- RM342*
BOOK NOW


CHARTER FLIGHT TO URUMQI - ANCIENT SILK ROAD

2+1 VIP Coach 
Duration: 11 Days 8 Nights (2024)
Tour Code: CNASR11

--------------------------------------------------------------------------------

From RM12,999
+ 942*
BOOK NOW


CHARTER FLIGHT TO URUMQI - ENCOUNTER NORTHERN XINJIANG

2+1 VIP Coach 
Duration: 11 Days 8 Nights (2024)
Tour Code: CNENX11

--------------------------------------------------------------------------------

From RM12,999
+ 942*
- RM942*
BOOK NOW


CHARTER FLIGHT TO URUMQI - EXOTIC SOUTHERN XINJIANG

2+1 VIP Coach 
Duration: 11 Days 8 Nights (2024)
Tour Code: CNESX11

--------------------------------------------------------------------------------

From RM10,999
+ 942*
- RM642*
BOOK NOW


CHARTER FLIGHT TO URUMQI - GLORIOUS SILK ROAD

2+1 VIP Coach 
Duration: 11 Days 8 Nights (2024)
Tour Code: CNGSR11

--------------------------------------------------------------------------------

From RM11,999
+ 942*
- RM300*
BOOK NOW


CHARTER FLIGHT TO HOKKAIDO - WHITE HOK LOVE STORY BY PREMIUM CLASS

Winter Season (DEC) 
Duration: 7 Days 5 Nights (2024)
Tour Code: JPCHS07P

--------------------------------------------------------------------------------

From RM13,316
+ 1,983*
- RM300*
BOOK NOW


CHARTER FLIGHT TO TOHOKU - WHITE MYSTERIOUS TOHOKU BY PREMIUM CLASS

Winter Season (DEC) 
Duration: 7 Days 5 Nights (2024)
Tour Code: JPCTW07P

--------------------------------------------------------------------------------

From RM14,316
+ 1,983*
- RM300*
BOOK NOW


CHARTER FLIGHT TO HOKKAIDO - WHITE HOK LOVE STORY + 2 NIGHTS ONSEN BY ECONOMY
CLASS

Winter Season (DEC) 
Duration: 7 Days 5 Nights (2024)
Tour Code: JPCHW07

--------------------------------------------------------------------------------

From RM7,699
+ 1,853*
- RM300*
BOOK NOW


CHARTER FLIGHT TO HOKKAIDO - WHITE HOK LOVE STORY + SKI RESORT BY ECONOMY CLASS

Winter Season (DEC)  
Duration: 7 Days 5 Nights (2024)
Tour Code: JPCHS07

--------------------------------------------------------------------------------

From RM8,299
+ 1,853*
- RM300*
BOOK NOW


CHARTER FLIGHT TO TOHOKU - WHITE MYSTERIOUS TOHOKU BY ECONOMY CLASS

Winter Season (DEC) 
Duration: 7 Days 5 Nights (2024)
Tour Code: JPCTW07

--------------------------------------------------------------------------------

From RM7,499
+ 1,853*
- RM300*
BOOK NOW


CHARTER FLIGHT TO HOKKAIDO - KEMBARA HOKKAIDO BERSAMA SYADA BY ECONOMY CLASS

Winter Season (DEC) 
Duration: 7 Days 5 Nights (2024)
Tour Code: JPCHS07

--------------------------------------------------------------------------------

From RM9,566
+ 1,853*
- RM300*
BOOK NOW


CHARTER FLIGHT TO HOKKAIDO - JOM HOKKAIDO BERSAMA MYRA BY ECONOMY CLASS

Winter Season (DEC) 
Duration: 7 Days 5 Nights (2024)
Tour Code: JPCHS07

--------------------------------------------------------------------------------

From RM9,966
+ 1,853*
- RM300*
BOOK NOW


CHARTER FLIGHT TO HOKKAIDO - MENEROKA HOKKAIDO BERSAMA YASMIN BY ECONOMY CLASS

Winter Season (DEC) 
Duration: 7 Days 5 Nights (2024)
Tour Code: JPCHS07

--------------------------------------------------------------------------------

From RM11,066
+ 1,853*
- RM300*
BOOK NOW


CHARTER FLIGHT TO HOKKAIDO - WHITE HOKKAIDO BERSAMA AIN BY ECONOMY CLASS

Winter Season (DEC) 
Duration: 7 Days 5 Nights (2024)
Tour Code: JPCHS07

--------------------------------------------------------------------------------

From RM10,066
+ 1,853*
- RM380*
BOOK NOW


CHARTER FLIGHT TO DONGBEI - BEYOND WINTER WONDERLAND

SHENGYANG | CHANGCHUN | JILIN | HARBIN 
Duration: 8 Days 6 Nights (2025)
Tour Code: CNBWW08

--------------------------------------------------------------------------------

From RM8,299
+ 1,030*


EXPLORE POPULAR DESTINATION

 * JAPAN
   |
 * CHINA
   |
 * ASIA
   |
 * WEST

JAPAN

Central Japan

 * Gifu
 * Nagoya
 * Shirakawago
 * Takayama

Hokkaido

 * Furano
 * Noboribetsu
 * Otaru
 * Sapporo

Kyushu

 * Beppu
 * Fukuoka
 * Kumamoto
 * Oita

Mount Fuji

 * Hakone

Osaka

 * Kobe

Shikoku

 * Kagawa
 * Kochi
 * Tokushima

Tohoku

 * Aomori
 * Sendai

 * Kyoto

 * Nara

 * Tokyo

CHINA

DongBei

 * Harbin

Fujian

 * Fuzhou
 * Nanjing
 * Xiamen

Guangxi

 * Guilin

Henan

 * Kaifeng
 * Luoyang
 * Zhengzhou

Hunan

 * Changsa
 * Phoenix
 * Zhangjiajie

Sichuan

 * Chengdu
 * Daocheng
 * Yading

Silk Road

 * Lanzhou

Yunnan

 * Dali
 * Kunming
 * Lijiang

 * Beijing

 * Shanghai

ASIA

South Korea

 * Busan
 * Incheon
 * Jeju
 * Jeonju
 * Seoul

Taiwan

 * Chiayi
 * Hualien
 * Kaohsiung
 * Taichung
 * Taipei

Thailand

 * Bangkok
 * Chiang Rai

 * Nepal

 * Vietnam

AUSTRALIA

 * Brisbane

 * Gold Coast

 * Melbourne

 * Perth

 * Sydney

 * Uluru

AFRICA

 * Egypt

 * Kenya

 * Morocco

 * North Africa

 * South Africa

 * Tunisia

--------------------------------------------------------------------------------

AMERICA

 * Antarctica

 * Brazil

 * Mexico

 * North America

WEST ASIA

 * Abu Dhabi

 * Dubai

 * Jordan

 * Turkiye (Turkey)

--------------------------------------------------------------------------------

EUROPE

Finland

 * Rovaniemi

France

 * Bordeaux
 * Paris

Germany

 * Cologne
 * Munich

Greece

 * Athens

Iceland

 * Reykjavik

Italy

 * Pisa
 * Rome
 * Sicily
 * Venice

Netherlands

 * Amsterdam

Norway

 * Lofoten

Portugal

 * Lisbon
 * Porto

Spain

 * Barcelona
 * Madrid
 * Seville

Switzerland

 * Grindelwald
 * Lucerne
 * Zurich

United Kingdom

 * Edinburgh
 * London

Explore more

EVENT GALLERY


Zoom
Zoom
Zoom
Zoom
Zoom
Zoom
Zoom
Zoom
Zoom



SUBSCRIBE TO OUR NEWSLETTER

Subscribe
Stay updated on our latest news and activities!

WHY CHOOSE
APPLE VACATIONS?

We know the business of travel and holiday management!

At Apple Vacations, our unique competitive advantage is derived from our
experience as a leader in this everchanging world of travel since 1996, with a
great network of partners and suppliers both locally and around the world. We
offer dependability, superior travel experience, diversified travel products,
unwavering support and commitment to our customers.

Read More

We pride ourselves with:

Professionalism
Our people are certified travel professionals. Every staff undergoes extensive
customer service and quality assurance training.
Service
Customers are important to us and every query is attended to promptly and
satisfactorily.
Quality
Our tour products are known for their exclusivity with exceptional quality and
value.




TESTIMONIAL

Korea Tour

Excellent service by its tour guide always. I joined the Seoul city tour in Dec
2022 and our tour guide Brian Wong was very attentive to all the members' needs.
Read More

Susan Lim
Greece Tour

Charms of Greece was my first trip with Apple Vacations. Greece did not
disappoint if one appreciates the stunning nature & of course the archaeological
sites.
Read More

Judy Lam
Zhangjiajie, China Tour

I participated in a holiday tour with Apple Vacations on October 13th to
Zhangjiajie. Our Malaysian tour guide, Brian Wong, was exceptionally helpful,
caring, and cheerful. He made every effort to ensure our comfort and enjoyment
throughout the trip.
Read More

Christine
Japan Tour

As we reflect on our family's recent journey through the captivating landscapes
of Japan, we find ourselves overwhelmed with gratitude, and it is imperative to
convey our heartfelt appreciation to you.
Read More

The Liew family
Gourmet Japan Tour

We Join the gourmet japan tour and i must say me and my family were very happy
and satisfied with the tour . The food were 5 Stars and our tour Guide mr Samuel
was really Good.
Read More

Michael Ling
Egypt Tour

I went on the Egypt trip with my mom for the first time with Apple and I must
say that the entire trip was pleasant and satisfactory.
Read More

Heymah Chaloraju
Europe Tour

Recently went on a tour to Europe. Our tour guide, CJ was amazing! He's clearly
very experienced and always took care of us as best as he could.
Read More

Natalie Yap
Chongqing, China Tour

I have travelled 3 times with Apple to China since 2019. My latest travel was to
Chongqing in Nov 2023. Noted the tour guide, Brian Wong was very attentive &
proactive to the travellers needs.
Read More

Kim Tan


OUR CORPORATE CLIENTS

Apple MICE is your ideal planner in corporate incentive travel where we aim to
bring out the best in your business partners, teams and employees. We look
forward to serving you and fulfilling every dream and aspiration!
 1.  
 2.  
 3.  
 4.  
 5.  
 6.  
 7.  
 8.  
 9.  
 10. 

--------------------------------------------------------------------------------

Read More

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

OUR BLOG ARTICLES

Bits and pieces of the world!
蘋果快报
April 17, 2024 《蘋果快报》


云游福建:泉州海带一派丰收景象

当下正是海带收获旺季,连日来,在位于福建省泉州市泉港区后龙镇的码头...

Read More
十分李桑
April 13, 2024 《李桑》


李桑 ‧ 来澳洲道一声G’DAY,后势看俏

先跟大家报告一则与全球旅游走势息息相关的消息。今年5月19日至23日,澳洲...

Read More
蘋果快报
April 16, 2024 《蘋果快报》


云游福建:莆田 春笋大丰收

春日限定野生竹笋来啦!又到了吃笋的季节!俗话说“食过春笋,方知春味”。自古以来中国人就喜爱吃春笋...

Read More
Travel Gab
April 13, 2024 《李桑》


BORDERLESS TRAVEL, A GLOBAL WIN. – BY LEESAN

The global tourism industry is set to experience a boom this year...

Read More

LET'S CHAT

 * General Line +603-2705 8299
 * Asia +603-2705 8218
 * West +603-2705 8228
 * FIT +603-2705 8258
 * Air Ticket +603-2705 8238
 * MICE +603-2705 8278
 * Muslim +603-2705 8259
 * B2B +603-2705 8298
 * Marketing +603-2705 8208
 * Branch - 1 Utama +603-2705 8209
 * Online Sales +6010-288 0283
 * Thematic & Cruise +6010-288 3219
 * Peace Boat +6010-288 7540

GROUP SERIES

 * Australia
 * China
 * Japan
 * Switzerland
 * Turkey
 * Taiwan
 * Vietnam
   

BRANDED SERIES

 * Leesan Series
 * Branded TM Series
 * Thematic & Cruise
   

ABOUT US

 * Our Story
 * Awards & Recognition
 * Career

NEWS

 * Announcement
 * Fraud Alert
   
 * Apple TV
 * Photo Gallery

SUPPORT

   
 * Contact Us
 * Our Agents
 * Payment Method
 * PDPA Policy
 * Insurance Policy
 * Terms & Conditions
 * MyOnline Pasport
 * Immigration Status
   

GROUP

 * Ubingo Vacations
 * AA Aviation
 * Apple 101
   
   

FOLLOW US

 * 
 * 
 * 
 * 

SECURED PAYMENT

SUBSCRIBE TO OUR NEWSLETTER

 * Stay updated on our latest news and activities!


Copyright © 1996-2024 Apple Vacations Sdn Bhd Reg No. 199101010365 (220677-X)
(KPK/LN No. 2253). All rights reserved.
The product images shown are from Internet sources and are for illustration
purposes only.


This website uses cookies to ensure you get the best experience on our website.
More info
Got it!