pm2amtrips.com Open in urlscan Pro
185.166.21.209  Public Scan

Submitted URL: http://pm2amtrips.com/
Effective URL: https://pm2amtrips.com/
Submission: On May 02 via manual from HU — Scanned from DE

Form analysis 1 forms found in the DOM

POST /?tx_codershubspotforms_pi3%5Bcontroller%5D=Hubspotform&cHash=23effc4be5085283c878256401d3ffdf

<form method="post" class="tx-form " id="formID-129" action="/?tx_codershubspotforms_pi3%5Bcontroller%5D=Hubspotform&amp;cHash=23effc4be5085283c878256401d3ffdf">
  <div>
    <input type="hidden" name="tx_codershubspotforms_pi3[__referrer][@extension]" value="CodersHubspotforms">
    <input type="hidden" name="tx_codershubspotforms_pi3[__referrer][@controller]" value="Hubspotform">
    <input type="hidden" name="tx_codershubspotforms_pi3[__referrer][@action]" value="apiintegration">
    <input type="hidden" name="tx_codershubspotforms_pi3[__referrer][arguments]" value="YTowOnt9a9d816408ebcc49e9897b5d77a319a57c5393017">
    <input type="hidden" name="tx_codershubspotforms_pi3[__referrer][@request]"
      value="{&quot;@extension&quot;:&quot;CodersHubspotforms&quot;,&quot;@controller&quot;:&quot;Hubspotform&quot;,&quot;@action&quot;:&quot;apiintegration&quot;}fa3939b3ef1821fde79f7af3772fce1f55913260">
    <input type="hidden" name="tx_codershubspotforms_pi3[__trustedProperties]" value="[]b1c3f77dde66e681945d5babb324500b7da600ec">
  </div>
  <input type="hidden" name="smartfield" value="Normal//True:/False:">
  <!--  -->
  <div id="inp3" class="pure-control-group pure-g inputtxt  defaultEleWrap" data-element-type="text">
    <div class="pure-u-1">
      <input type="text" value="" id="36c55667-1328-4fd6-8967-402600acca5d-Element-0" name="_hs[firstname]" placeholder="First name*" data-validation-error-msg="Please Enter Valid Text" data-validation-error-msg-email="Please Enter Valid Email Id"
        data-validation="required" class="input-text">
    </div>
    <input type="hidden" name="smartfield" value="Normal//True:/False:">
    <!--  -->
    <div class="pure-u-1">
      <input type="text" value="" id="36c55667-1328-4fd6-8967-402600acca5d-Element-1" name="_hs[lastname]" placeholder="Last name*" data-validation-error-msg="Please Enter Valid Text" data-validation-error-msg-email="Please Enter Valid Email Id"
        data-validation="required" class="input-text">
    </div>
  </div>
  <input type="hidden" name="smartfield" value="Normal//True:/False:">
  <!--  -->
  <div id="inp" class="pure-control-group pure-g inputtxt  defaultEleWrap" data-element-type="text">
    <div class="pure-u-1">
      <input type="text" value="" id="36c55667-1328-4fd6-8967-402600acca5d-Element-2" name="_hs[email]" placeholder="Email*" data-validation-error-msg="Please Enter Valid Text" data-validation-error-msg-email="Please Enter Valid Email Id"
        data-validation="required email" class="input-text email_here">
    </div>
  </div>
  <input type="hidden" name="smartfield" value="Normal//True:/False:">
  <!--  -->
  <input type="hidden" name="_hs[source_pm2am][0]" value="true">
  <input type="hidden" name="smartfield" value="Normal//True:/False:">
  <!--  -->
  <script>
    var _hsq = window._hsq = window._hsq || [];
    _hsq.push(['setContentType', 'landing-page']);

    function checkforfilters(guid, element_id, index) {
      var id = element_id.split('-')[1];
      var name = String(guid + "-filterid-" + id + "-" + index);
      var name2 = String(guid + "-Element-" + id + "-Filter-" + index);
      if (document.getElementById(name)) {
        var value_now = document.getElementById(element_id).value;
        var filter = document.getElementById(name).value;
        var filter_array = filter.split('|');
        var make_visible = false;
        for (i = 0; i < filter_array.length; i++) {
          //console.log(filter_array[i]+"   "+value_now);
          if (filter_array[i] == value_now) {
            //console.log(filter_array[i]+' ist ausgewhlt.');
            make_visible = true;
          }
        }
        if (make_visible) {
          document.getElementById(name2).style.display = 'block';
        } else {
          document.getElementById(name2).style.display = 'none';
        }
        checkforfilters(guid, element_id, index + 1);
      }
      return;
    }

    function checkforfilters2(guid, element_id, index) {
      var id = element_id.split('-')[1];
      var abc = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'];
      var name_filter = String(guid + "-" + element_id + "-Filter-" + index);
      var name = String(guid + "-filterid-" + id + "-" + index);
      var make_visible = false;
      if (document.getElementById(name)) {
        for (i = 0; i < abc.length; i++) {
          var filter = document.getElementById(name).value;
          var filter_array = filter.split('|');
          var name_tmp = String(element_id + "|" + abc[i]);
          if (document.getElementById(name_tmp)) {
            var value_now = document.getElementById(name_tmp).value;
            var checked_now = document.getElementById(name_tmp).checked;
            //console.log("Name_tmp: "+name_tmp);
            for (j = 0; j < filter_array.length; j++) {
              //console.log(filter_array[j]+"   "+value_now);
              if (filter_array[j] == value_now) {
                //console.log(filter_array[j]+' '+value_now);
                //console.log('checked: '+checked_now);
                //console.log(name_filter);
                if (checked_now) {
                  make_visible = true;
                }
              }
            }
          }
        }
        if (make_visible) {
          document.getElementById(name_filter).style.display = 'block';
        } else {
          document.getElementById(name_filter).style.display = 'none';
        }
        checkforfilters2(guid, element_id, index + 1);
      }
      return;
    }
  </script>
  <div style="clear:both;">
    <div></div>
  </div>
  <div id="36c55667-1328-4fd6-8967-402600acca5d_spam" class="" style="display:none">
    <h3>That was too fast! Please wait a couple seconds before hitting "Submit".</h3>
  </div>
  <div class="d-flex justify-content-between align-items-center">
    <div class="pure-control-group pure-checkbox"></div>
    <button type="submit" class="button-small footer-newsletter-button" name="submit" data-guid="36c55667-1328-4fd6-8967-402600acca5d" data-id="129">Get newsletter</button>
  </div>
  <!-- <input type="submit" class="btnsubmit" name="submit"  value="" data-id="129"> -->
  <!-- client id is portalId fetched from api directly -->
  <input type="hidden" name="hubspotclientid" value="26604086">
  <input type="hidden" name="hubspotformid" value="36c55667-1328-4fd6-8967-402600acca5d">
  <input type="hidden" name="pageuid" id="pageuid" value="62">
  <input type="hidden" name="hubspotformname" value="Newsletter">
  <input type="hidden" name="pagename" value="Homepage">
  <input type="hidden" name="pageurl" value="https://pm2amtrips.com/">
  <input type="hidden" name="language" value="English">
</form>

Text Content

 * Trips
 * Magazine
 * FAQs
 * Login


Menu
Close
 * Trips
 * Magazine
 * FAQs
 * Login

 * Home
 * Trips
 * FAQ

 * Legal Notice
 * Data Protection
 * Terms & Conditions
 * Disclaimer




THE ORIGINAL YOUNG TRAVEL TO EUROPE


TOURING THE MOST VIBRANT CITIES ALL ACROSS EUROPE.

 * Explore our Trips




WEEKEND WONDERS: EXPLORING PRAGUE & KARLOVY VARY IN MAY

03/May/2024 - 05/May/2024

Dear Travelers, Exciting news!  Join us on a captivating…

Trip Details


ASCENSION DAY FRENCH RIVIERA TRIP: EXPLORING MARSEILLE, CANNES, NICE, MONTE
CARLO, AND ANTIBES

08/May/2024 - 12/May/2024

Dear Traveler, Embark on a serene beach getaway along the French…

Trip Details


ASCENSION DAY CROATIAN EXPEDITION: ZAGREB, LJUBLJANA, LAKE BLED, AND PLITVICE
NATIONAL PARK ADVENTURE

08/May/2024 - 12/May/2024

Nature enthusiast? Party animal? Travel lust? Sounds like you are on…

Trip Details


ASCENSION DAY ITALIAN GRAND TOUR: ROME, MILAN, FLORENCE, VENICE, AND PISA

08/May/2024 - 13/May/2024

Dear Travellers, Come with us to enjoy the country of food, art,…

Trip Details


PENTECOST ALPINE ADVENTURE: EMBARK ON AN INTERLAKEN, MONT-BLANC & GENEVA
DISCOVERY!

17/May/2024 - 20/May/2024

Dear Travellers, Join us on an incredible winter adventure in…

Trip Details


PENTECOSTAL ADRIATIC ADVENTURE: EXPLORING SPLIT, DUBROVNIK, AND KRKA NATIONAL
PARK

17/May/2024 - 21/May/2024

Dear Travellers, Embark on a scenic adventure through Croatia's…

Trip Details


MOUNTAIN MAJESTY: DISCOVERING SOUTH TYROL AND THE DOLOMITES ON A MULTI-DAY
JOURNEY

23/May/2024 - 27/May/2024

Dear Travellers, Let's visit the Italian Alps this summer! …

Trip Details


MULTIDAY TRIP TO PARIS: ART, CULTURE, AND CUISINE

24/May/2024 - 27/May/2024

Dear Travellers, We are very delighted to announce our great…

Trip Details


SCANDINAVIAN WONDERS: GOTHENBURG, OSLO, COPENHAGEN, MALMÖ, AND THE MAJESTIC MONS
KLINT

29/May/2024 - 02/Jun/2024

Dear Travelers, We are thrilled to announce our trip to…

Trip Details


MAJESTIC ITALIA: A JOURNEY ACROSS ROME, VENICE, FLORENCE, PISA AND MILAN

29/May/2024 - 03/Jun/2024

Dear Travellers, Come with us to enjoy the country of food, art,…

Trip Details


LAKESIDE CHARM: ZURICH, LUCERNE, AND RHINE FALLS EXPERIENCE

07/Jun/2024 - 09/Jun/2024

Dear Travellers, Why not join us for our best-selling one-day…

Trip Details


MAJESTIC AUSTRIA: EXPLORING SALZBURG AND HALLSTATT

14/Jun/2024 - 16/Jun/2024

Dear Travellers, Join us for our one-day adventure to Austria and…

Trip Details


WEEKEND WONDERS: EXPLORING PRAGUE & KARLOVY VARY IN JUNE

21/Jun/2024 - 23/Jun/2024

Dear Travelers, Exciting news!  Join us on a captivating…

Trip Details


ONE DAY TRIP TO PARIS; THE CITY OF BEAUTY AND LOVE!

28/Jun/2024 - 30/Jun/2024

Dear Travelers, Exciting news! Join us on a fabulous one-day…

Trip Details


SUMMER SWISS & FRENCH ALPINE ESCAPE: EMBARK IN ENGELBERG, MONT-BLANC & GENEVA
DISCOVERY!

05/Jul/2024 - 08/Jul/2024

Dear Travellers, Join us on an incredible Summer adventure in…

Trip Details


AN EXCEPIONAL EXPERIENCE: ROME, MILAN, FLORENCE, VENICE, AND PISA

17/Jul/2024 - 22/Jul/2024

Dear Travellers, Come with us to enjoy the country of food, art,…

Trip Details


WEEKEND WONDERS: EXPLORING PRAGUE & KARLOVY VARY IN MAY

03/May/2024 - 05/May/2024

Dear Travelers, Exciting news!  Join us on a captivating…

Trip Details


ASCENSION DAY FRENCH RIVIERA TRIP: EXPLORING MARSEILLE, CANNES, NICE, MONTE
CARLO, AND ANTIBES

08/May/2024 - 12/May/2024

Dear Traveler, Embark on a serene beach getaway along the French…

Trip Details


ASCENSION DAY CROATIAN EXPEDITION: ZAGREB, LJUBLJANA, LAKE BLED, AND PLITVICE
NATIONAL PARK ADVENTURE

08/May/2024 - 12/May/2024

Nature enthusiast? Party animal? Travel lust? Sounds like you are on…

Trip Details


ASCENSION DAY ITALIAN GRAND TOUR: ROME, MILAN, FLORENCE, VENICE, AND PISA

08/May/2024 - 13/May/2024

Dear Travellers, Come with us to enjoy the country of food, art,…

Trip Details


PENTECOST ALPINE ADVENTURE: EMBARK ON AN INTERLAKEN, MONT-BLANC & GENEVA
DISCOVERY!

17/May/2024 - 20/May/2024

Dear Travellers, Join us on an incredible winter adventure in…

Trip Details


PENTECOSTAL ADRIATIC ADVENTURE: EXPLORING SPLIT, DUBROVNIK, AND KRKA NATIONAL
PARK

17/May/2024 - 21/May/2024

Dear Travellers, Embark on a scenic adventure through Croatia's…

Trip Details


MOUNTAIN MAJESTY: DISCOVERING SOUTH TYROL AND THE DOLOMITES ON A MULTI-DAY
JOURNEY

23/May/2024 - 27/May/2024

Dear Travellers, Let's visit the Italian Alps this summer! …

Trip Details


MULTIDAY TRIP TO PARIS: ART, CULTURE, AND CUISINE

24/May/2024 - 27/May/2024

Dear Travellers, We are very delighted to announce our great…

Trip Details


SCANDINAVIAN WONDERS: GOTHENBURG, OSLO, COPENHAGEN, MALMÖ, AND THE MAJESTIC MONS
KLINT

29/May/2024 - 02/Jun/2024

Dear Travelers, We are thrilled to announce our trip to…

Trip Details


MAJESTIC ITALIA: A JOURNEY ACROSS ROME, VENICE, FLORENCE, PISA AND MILAN

29/May/2024 - 03/Jun/2024

Dear Travellers, Come with us to enjoy the country of food, art,…

Trip Details


LAKESIDE CHARM: ZURICH, LUCERNE, AND RHINE FALLS EXPERIENCE

07/Jun/2024 - 09/Jun/2024

Dear Travellers, Why not join us for our best-selling one-day…

Trip Details


MAJESTIC AUSTRIA: EXPLORING SALZBURG AND HALLSTATT

14/Jun/2024 - 16/Jun/2024

Dear Travellers, Join us for our one-day adventure to Austria and…

Trip Details


WEEKEND WONDERS: EXPLORING PRAGUE & KARLOVY VARY IN JUNE

21/Jun/2024 - 23/Jun/2024

Dear Travelers, Exciting news!  Join us on a captivating…

Trip Details


ONE DAY TRIP TO PARIS; THE CITY OF BEAUTY AND LOVE!

28/Jun/2024 - 30/Jun/2024

Dear Travelers, Exciting news! Join us on a fabulous one-day…

Trip Details


SUMMER SWISS & FRENCH ALPINE ESCAPE: EMBARK IN ENGELBERG, MONT-BLANC & GENEVA
DISCOVERY!

05/Jul/2024 - 08/Jul/2024

Dear Travellers, Join us on an incredible Summer adventure in…

Trip Details


AN EXCEPIONAL EXPERIENCE: ROME, MILAN, FLORENCE, VENICE, AND PISA

17/Jul/2024 - 22/Jul/2024

Dear Travellers, Come with us to enjoy the country of food, art,…

Trip Details


WEEKEND WONDERS: EXPLORING PRAGUE & KARLOVY VARY IN MAY

03/May/2024 - 05/May/2024

Dear Travelers, Exciting news!  Join us on a captivating…

Trip Details


ASCENSION DAY FRENCH RIVIERA TRIP: EXPLORING MARSEILLE, CANNES, NICE, MONTE
CARLO, AND ANTIBES

08/May/2024 - 12/May/2024

Dear Traveler, Embark on a serene beach getaway along the French…

Trip Details


ASCENSION DAY CROATIAN EXPEDITION: ZAGREB, LJUBLJANA, LAKE BLED, AND PLITVICE
NATIONAL PARK ADVENTURE

08/May/2024 - 12/May/2024

Nature enthusiast? Party animal? Travel lust? Sounds like you are on…

Trip Details


ASCENSION DAY ITALIAN GRAND TOUR: ROME, MILAN, FLORENCE, VENICE, AND PISA

08/May/2024 - 13/May/2024

Dear Travellers, Come with us to enjoy the country of food, art,…

Trip Details


PENTECOST ALPINE ADVENTURE: EMBARK ON AN INTERLAKEN, MONT-BLANC & GENEVA
DISCOVERY!

17/May/2024 - 20/May/2024

Dear Travellers, Join us on an incredible winter adventure in…

Trip Details


PENTECOSTAL ADRIATIC ADVENTURE: EXPLORING SPLIT, DUBROVNIK, AND KRKA NATIONAL
PARK

17/May/2024 - 21/May/2024

Dear Travellers, Embark on a scenic adventure through Croatia's…

Trip Details


MOUNTAIN MAJESTY: DISCOVERING SOUTH TYROL AND THE DOLOMITES ON A MULTI-DAY
JOURNEY

23/May/2024 - 27/May/2024

Dear Travellers, Let's visit the Italian Alps this summer! …

Trip Details


MULTIDAY TRIP TO PARIS: ART, CULTURE, AND CUISINE

24/May/2024 - 27/May/2024

Dear Travellers, We are very delighted to announce our great…

Trip Details


SCANDINAVIAN WONDERS: GOTHENBURG, OSLO, COPENHAGEN, MALMÖ, AND THE MAJESTIC MONS
KLINT

29/May/2024 - 02/Jun/2024

Dear Travelers, We are thrilled to announce our trip to…

Trip Details


MAJESTIC ITALIA: A JOURNEY ACROSS ROME, VENICE, FLORENCE, PISA AND MILAN

29/May/2024 - 03/Jun/2024

Dear Travellers, Come with us to enjoy the country of food, art,…

Trip Details


LAKESIDE CHARM: ZURICH, LUCERNE, AND RHINE FALLS EXPERIENCE

07/Jun/2024 - 09/Jun/2024

Dear Travellers, Why not join us for our best-selling one-day…

Trip Details


MAJESTIC AUSTRIA: EXPLORING SALZBURG AND HALLSTATT

14/Jun/2024 - 16/Jun/2024

Dear Travellers, Join us for our one-day adventure to Austria and…

Trip Details


WEEKEND WONDERS: EXPLORING PRAGUE & KARLOVY VARY IN JUNE

21/Jun/2024 - 23/Jun/2024

Dear Travelers, Exciting news!  Join us on a captivating…

Trip Details


ONE DAY TRIP TO PARIS; THE CITY OF BEAUTY AND LOVE!

28/Jun/2024 - 30/Jun/2024

Dear Travelers, Exciting news! Join us on a fabulous one-day…

Trip Details


SUMMER SWISS & FRENCH ALPINE ESCAPE: EMBARK IN ENGELBERG, MONT-BLANC & GENEVA
DISCOVERY!

05/Jul/2024 - 08/Jul/2024

Dear Travellers, Join us on an incredible Summer adventure in…

Trip Details


AN EXCEPIONAL EXPERIENCE: ROME, MILAN, FLORENCE, VENICE, AND PISA

17/Jul/2024 - 22/Jul/2024

Dear Travellers, Come with us to enjoy the country of food, art,…

Trip Details



WHAT PEOPLE SAY ABOUT US.


150,000+ HAPPY CUSTOMERS SINCE OUR FIRST RIDE. AND MANY MORE TO COME!

> I came across this ad from pm2am. It piqued my interest to view their website
> because their offered travels were quite fascinating and budget-friendly.
> Definitely, enlisting to pm2am trips was a good deal. I had a top experience
> which was worth every penny.

- Carmille (33 Years/ Philippines)

> I got to know about pm2am and found Paris trip on the year end 2day trip. I
> immediately booked it.The experience was amazing, everything was planned and
> perfectly executed. 2 days worth enjoying with no tensions of hotels bookings,
> which places to visit.. everything was managed by our guide. 😊

- Akshay(26 years / India)

> I’m an exchange student from India, here for a semester. I want to cover as
> much countries I can within this short period of time. My friends suggested
> about pm2am trips and then I joined the Italy trip with them. It was a
> wonderful trip in which we covered 4 cities in 4 days and had a lot of great
> memories.

- Shekhar (24 years / India)

> PM2AM is my favorite travel agency.They have Outstanding customer services at
> reasonable prices.I went italy for a 5 day trip and the trip was well planned,
> accommodation was highly appreciated. We covered venice, rome, Florence, pisa
> and Milan.Highly recommended to everyone.

- Ujwal (26 years / India)

> I am a student originally from Tunisia. I aspired to explore Italy and has
> long been a top destination on my travel wish list. I came across PM2AM on
> Instagram and promptly booked for their multi-day trip to Italy. The effective
> organisation of everything made the entire trip highly enjoyable and gave me t
> lasting memories.

- Sahar (28 years / Tunisia)

> I came across this ad from pm2am. It piqued my interest to view their website
> because their offered travels were quite fascinating and budget-friendly.
> Definitely, enlisting to pm2am trips was a good deal. I had a top experience
> which was worth every penny.

- Carmille (33 Years/ Philippines)

> I got to know about pm2am and found Paris trip on the year end 2day trip. I
> immediately booked it.The experience was amazing, everything was planned and
> perfectly executed. 2 days worth enjoying with no tensions of hotels bookings,
> which places to visit.. everything was managed by our guide. 😊

- Akshay(26 years / India)


EXPERTS
ON TOUR

Once you are on the trip, there is always a staff member available for you.

COMFORTABLE
TRANSPORT

Sit back, relax and enjoy our comfortable coaches, equipped with premium seats.

QUALITY ACCOMMODATION

Accommodation included when you book a trip with us .

JOIN US LAST MINUTE

Last minute trips available! So pack up your suitcase now and be on the road the
upcoming weekend already


BEST QUALITY TRAVEL


TOURING THE MOST VIBRANT CITIES ALL ACROSS EUROPE.


THE LEANING TOWER OF PISA


DISCOVER WITH US THE MOST FAMOUS LANDMARK OF ITALY

The Leaning Tower of Pisa is one of the most famous landmarks in the world. This
freestanding bell tower is located in the city of Pisa, Italy and is one of the
city’s most popu…

Read More




PRAGUE`S ASTRONOMICAL CLOCK


PRAGUE, THE CAPITAL OF CZECHIA, IS A CITY FILLED WITH HISTORY AND CULTURE, AND
ONE OF ITS MOST FAMOUS ATTRACTIONS IS THE ASTRONOMICAL CLOCK, LOCATED IN THE OLD
TOWN SQUARE.

This magnificent clock is not just a timekeeper but also an impressive work of
art that tells a story about the history of Prague and its people.

The Astronomical Clock w…

Read More

Read more Articles in our Magazine
pm2am GmbH & Co. KG
4.4

Based on 542 reviews

Ranji Raj

03.04.2024
I recently had the pleasure of visiting Denmark and Sweden, exploring beautiful
destinations such as Mons Klint, Copenhagen, Oslo, Gothenburg, and Malmo city.
It was an incredible journey filled with unforgettable experiences. Thanks to
the impeccable planning and leadership of our team leader, Emilia. From the
breathtaking cliffs of Mons Klint to the vibrant streets of Copenhagen and the
charm of Oslo, each destination offered its own unique charm and beauty.
Exploring the cultural landmarks, indulging in delicious cuisine, and immersing
myself in the local atmosphere made this trip truly memorable. The itinerary was
expertly planned, allowing us to make the most of our time in each location. Our
guide was knowledgeable, friendly, and passionate about sharing the highlights
of the region with us. Their insights and recommendations added depth to our
journey, ensuring that we didn't miss out on any hidden gems. Overall, I
couldn't have asked for a better travel experience. Denmark and Sweden have
captured my heart, and I'm already planning my next visit. If you're considering
a trip to this incredible region, I highly recommend it. You won't be
disappointed! Thank you to everyone involved in making this trip unforgettable.
Minh Ho Ngoc

27.12.2023
I joined the 3 Capitals Christmas trip from pm2am with Maria as Team Leader and
it was absolutely amazing. First time travelling with cruises and I love it from
the various programms to the magical sunrise view. We had enough time to explore
the three capitals with lovely snowy weather. Thank u to Maria, driver teams and
also our friends on the trips. I'm happy I was part of the journey 🥰
Katrina Selim

26.12.2023
The Switzerland trip is successful, well organized and efficient. Made it even
better because of the tour guides that are so kind and patient. I got dizzy and
couldn't catch my breath all the way up to the alps but Emilia and Sai kept me
calm and stayed with me til I got better. Thank you very much guys. Til the next
trip.
Jones Richard James Charles

18.02.2024
I had been there with them for the wonderful Paris Valentine day trip. I really
amazed and enjoyed. The overall planning by the team is perfect. I would highly
recommend pm2am students trips to those one who wants to explore countries at
friendly Budget
Hongli C

04.04.2024
PM2AM is my favorite travel agency.They have Outstanding customer services at
reasonable prices.I went Nordic for a 5 day trip and the trip was well planned,
accommodation was highly appreciated. We covered Malmö, Copenhagen, Oslo.Highly
recommended to everyone. I am a student originally from Wien.



THE ORIGINAL YOUNG TRAVEL TO EUROPE.

Travelling is more than just booking a flight and taking some photos of cool
spots? Here you are at the right place! As a specialist for youth and student
travel, we have everything you need for an unforgettable trip.

Read more

CONTACT

   

 * TRAVELAGENT@PM2AMTRIPS.COM

   

FOLLOW US ON




 * Contact Us



NEWSLETTER


THAT WAS TOO FAST! PLEASE WAIT A COUPLE SECONDS BEFORE HITTING "SUBMIT".


Get newsletter

Thanks for submitting the form.

Please check your inbox to verify your email address.


 * Legal notice
 * Data Protection




We use cookies to personalize content and ads, to provide social media features,
and to analyze traffic to our website. We also share information about your use
of our website with our social media, advertising and analytics partners. Our
partners may combine this information with other information that you have
provided to them or that they have collected as part of your use of the
services. Further information in the Privacy policy.

Edit settings...
RejectAccept