applevacations.my Open in urlscan Pro
103.103.156.56  Public Scan

Submitted URL: http://appleholiday.com/
Effective URL: https://applevacations.my/en/
Submission: On October 14 via api from GB — Scanned from GB

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 'Tohoku'">
            <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="2023-10-19">Oct 23</option>
              <option value="2023-11-07">Nov 23</option>
              <option value="2023-12-13">Dec 23</option>
              <option value="2024-01-11">Jan 24</option>
              <option value="2024-02-10">Feb 24</option>
              <option value="2024-03-11">Mar 24</option>
              <option value="2024-04-10">Apr 24</option>
              <option value="2024-05-17">May 24</option>
              <option value="2024-06-04">Jun 24</option>
              <option value="2024-07-02">Jul 24</option>
              <option value="2024-08-19">Aug 24</option>
              <option value="2024-09-23">Sep 24</option>
              <option value="2024-10-05">Oct 24</option>
              <option value="2024-11-20">Nov 24</option>
              <option value="2024-12-15">Dec 24</option>
              <option value="2025-05-02">May 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 03-2705 8299

 * 
 * 
 * 
 * 
 * 
   
   

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


 * 
 * Oct FlyerSALE
   
 * Destination
 * GROUP SERIES
   
   * Africa
     
      * East Africa
      * Egypt
      * Kenya
      * Morocco
      * North Africa
      * South Africa
      * Tunisia
     
     Asia
     
      * Cambodia
      * India
      * Indonesia
      * Malaysia
      * Maldives
      * Nepal
      * Pakistan
      * Philippines
      * Saudi Arabia
      * South Korea
      * Taiwan
      * Thailand
      * Vietnam
     
     Australasia
     
      * Australia
      * New Zealand
     
     Japan
     
      * Central Japan
      * Hiroshima
      * Hokkaido
      * Hokuriku
      * Kanto
      * Kyoto
      * Kyushu
      * Mie
      * Mount Fuji
      * Nara
      * Okinawa
      * Osaka
      * Shikoku
      * Tohoku
      * Tokyo
      * Tottori
     
     Latin America
     
      * Antarctica
      * Argentina
      * Brazil
      * Peru
     
     North America
     
      * Alaska
      * Canada
      * United States
     
     West Asia
     
      * Dubai
      * Iran
      * Jordan
      * Turkiye (Turkey)
      * United Arabic Emirates
     
     China Mainland
     
      * Beijing
      * Chongqing
      * DongBei
      * Fujian
      * Guangxi
      * Guizhou
      * Heilongjiang
      * Henan
      * Hong Kong
      * Hunan
      * Inner Mongolia
      * Jiangsu
      * Macao
      * North Xinjiang
      * Qinghai
      * Shandong
      * Shanghai
      * Sichuan
      * Silk Road
      * Tibet
      * Yangtze River
      * Yunnan
      * Zhejiang
     
     Europe
     
      * Austria
      * Belgium
      * Bosnia Herzegovina
      * Caucasus Europe
      * Croatia
      * Czech Republic
      * Denmark
      * Finland
      * France
      * Germany
      * Greece
      * Greenland
      * Hungary
      * Iceland
      * Italy
      * Luxembourg
      * Malta
      * Montenegro
      * Netherlands
      * Norway
      * Portugal
      * Russia
      * Slovakia
      * Slovenia
      * Spain
      * Sweden
      * Switzerland
      * United Kingdom
 * Branded Series
   * Leesan Series
   * Branded TM Series
   * Thematic & Cruise
   
   
 * Corporate
   * MICE Travel
   * Voucher
     
 * Contact Us
 * 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
     
     

 * 
 * WhatsApp Us >
   
   
 * Ticketing / 03-2705 8238
 * FIT Flyer >
   GIT Package >
   GF LUXE Parkson
 * Find Out More
 * REGISTER NOW
   Travel, just in time! Let's make memories all over the world!
   
 * Travel right now >
   
   
   
   
 * Find Out More
   
   
   
   
 * STEP INTO A DREAM
   
 * Find out more






Departure Month Oct 23Nov 23Dec 23Jan 24Feb 24Mar 24Apr 24May 24Jun 24Jul 24Aug
24Sep 24Oct 24Nov 24Dec 24May 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

- RM300*
BOOK NOW


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

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



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

From RM8,199
+ 1,783*
- RM300*
BOOK NOW


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

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



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

From RM14,086
+ 1,913*
- RM300*
BOOK NOW


CHARTER FLIGHT TO TOHOKU - WHITE MYSTERIOUS TOHOKU BY ECONOMY CLASS

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



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

From RM7,999
+ 1,783*
- RM300*
BOOK NOW


YOO YOO TAIWAN + 1 FREE DAY

 
Duration: 7 Days 6 Nights (2023)
Tour Code: TWTTN07



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

From RM3,599
+ 853*
- RM300*
BOOK NOW


COLOURFUL YUNNAN

1 Way Flight | 2+1 VIP Coach 
Duration: 8 Days 7 Nights (2023)
Tour Code: CNKMD08



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

From RM5,999
+ 938*
- RM300*
BOOK NOW


MAJESTIC BEIJING

 
Duration: 7 Days 5 Nights (2023)
Tour Code: CNBJS07



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

From RM5,599
+ 995*
- RM1,000*
BOOK NOW


ENCHANTING EGYPT

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



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

From RM12,099
+ 2,522*
BOOK NOW


MESMERIZING TURKIYE

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



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

From RM8,399
+ 2,352*
- RM1,130*
BOOK NOW


CHARTER FLIGHT TO DONGBEI - BEYOND WINTER WONDERLAND

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



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

From RM7,899
+ 1,030*
- RM2,000*
BOOK NOW


SENSATIONAL SOUTH AMERICA

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



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

From RM42,999
+ 4,472*
- RM3,365*
BOOK NOW


THE ENCHANTING DISKO BAY - GREENLAND'S MAGNIFICENT NATURE

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



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

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


SPECTACULAR YUNNAN

2+1 VIP Coach  
Duration: 8 Days 7 Nights (2024)
Tour Code: CNSYN08



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

From RM5,999
+ 938*

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

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

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 MAINLAND

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


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
"Go Around Taiwan" Tour

Gervene and Jimmy were definitely very experienced and professional in their
work. They coordinated and worked with each other to ensure that activities were
well conducted and progressed in a timely fashion, and everything ran like
clockwork without a hitch.

Elizabeth Khoo
精选本州美食团

爸爸妈咪第一次参加了Apple的精选本州美食团7天5晚的行程 (12/5-18/5 2023), 领队Eunice Chai和导游Forest
San对游客照顾的很好,安排行程,住宿,美食都5⭐, 爸爸妈咪都玩得开心,安排行程里不会赶紧,非常的好,吃饱睡好😊

Mr Lai Yong
北海道 + 東京の旅

我很感谢Wendy Lee和vincci San因为让我觉得很开心,温馨和让我体会生命点点喜悦。 加油! 我再会支持你们❤️❤️❤️

Mr Lee Poh King
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
Travel Package

Bought a travel package before MCO and finally is able to travel after back to
normal. I’m glad to choose this agency for my coming trip.
Read More

Michelle Chia


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!
李桑
October 11, 2023 《李桑》


李桑 :幸会了,讲解员

明月几时有?把酒问青天!初见时...

Read More
蘋果快报
October 5, 2023 《蘋果快报》


台东县政府率团赴新加坡宣传山海人文之美

台东县政府于9月20日与台东在地观光业...

Read More
蘋果快报
October 6, 2023 《蘋果快报》


22名幸运获奖者,4位著名KOL与AYDA JEBAT的独家会面

SALAM TAIWAN为22名幸运获奖者组...

Read More
游人悠事
October 4, 2023 《游人悠事》


走,到澳门拍拖去!

澳门有着不能否认的浪漫与繁华...

Read More

LET'S CHAT

 * General / 03-2705 8299
 * Asia / 03-2705 8218
 * West / 03-2705 8228
   
 * Flexi / 03-2705 8258
 * Ticketing / 03-2705 8238
 * MICE / 03-2705 8278
 * Muslim / 03-2705 8259
 * B2B / 03-2705 8298
 * Marketing / 03-2705 8208
 * Branch - 1 Utama / 03-2705 8209

GROUP SERIES

 * Australia
 * China Mainland
 * 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
 * Privacy Policy (PDPA)
 * Insurance Policy
 * Terms & Conditions
 * MyOnline Pasport
 * Immigration Status
   

GROUP

 * Ubingo Vacations
 * AA Aviation
 * Apple 101
 * Apple Singapore
 * Apple Vacations Japan

FOLLOW US

 * 
 * 
 * 
 * 

PAYMENT GATEWAY

SUBSCRIBE TO OUR NEWSLETTER

 * Stay updated on our latest news and activities!


Copyright © 1996-2023 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!