newyorkpizzajobs.com Open in urlscan Pro
2a01:7c8:d010:bb:5054:ff:fe67:6998  Public Scan

Submitted URL: http://newyorkpizzajobs.com/
Effective URL: https://newyorkpizzajobs.com/
Submission: On April 21 via api from US — Scanned from NL

Form analysis 3 forms found in the DOM

GET /vacatures/?location=netherlands&radius=99999&limit=10&offset=0&types=%5B%22nyp-vacatures%22%2C%22recrutee-vacatures%22%5D&search=

<form method="get" action="/vacatures/?location=netherlands&amp;radius=99999&amp;limit=10&amp;offset=0&amp;types=%5B%22nyp-vacatures%22%2C%22recrutee-vacatures%22%5D&amp;search=">
  <div class="d-flex">
    <input type="text" name="search" class="form-control" placeholder="Zoek naar een functie, zoals pizzabakker, bedrijfsleider of koerier" style="border-radius: 20px;margin-right: 20px;">
    <input type="submit" class="btn btn-primary" value="zoeken" style="height: 36px;padding: 5px 22px 7px 22px">
  </div>
</form>

Name: nyp-filters

<form name="nyp-filters">
  <aside>
    <div class="form-group">
      <h5>Zoeken op je stad</h5>
      <input type="text" name="location" id="location" class="form-control" value="" placeholder="Bijvoorbeeld: Amsterdam of 1012AB">
      <div id="fill_location_popup" class="closed">
        <label>Vul hierboven een locatie in om te zoeken</label>
        <style>
          #fill_location_popup {
            background: #0F9B49;
            padding: 10px;
            max-height: 300px;
            opacity: 1;
            transition: ease-in-out 150ms;
          }

          #top #location {
            margin-bottom: 5px;
          }

          #fill_location_popup.closed {
            max-height: 0;
            padding: 0;
            opacity: 0;
          }

          #fill_location_popup label {
            color: white;
            height: 0;
            margin: 0;
            font-weight: 100 !important;
          }
        </style>
      </div>
    </div>
  </aside>
  <aside class="filter-component">
    <h5>Afstanden</h5>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_all" name="radius" value="0" checked="">
      <label class="custom-control-label" for="km_all">Alle afstanden</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_1" name="radius" value="1">
      <label class="custom-control-label" for="km_1">&lt; 1 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_3" name="radius" value="3">
      <label class="custom-control-label" for="km_3">&lt; 3 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_5" name="radius" value="5">
      <label class="custom-control-label" for="km_5">&lt; 5 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_10" name="radius" value="10">
      <label class="custom-control-label" for="km_10">&lt; 10 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_15" name="radius" value="15">
      <label class="custom-control-label" for="km_15">&lt; 15 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_25" name="radius" value="25">
      <label class="custom-control-label" for="km_25">&lt; 25 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_50" name="radius" value="50">
      <label class="custom-control-label" for="km_50">&lt; 50 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_75" name="radius" value="75">
      <label class="custom-control-label" for="km_75">&lt; 75 km</label>
    </div>
  </aside>
</form>

Name: nyp-filters

<form name="nyp-filters">
  <aside>
    <div class="form-group">
      <h5>Zoeken op functie</h5>
      <input type="text" name="search" id="search" class="form-control" placeholder="Bijvoorbeeld: pizza bakker">
    </div>
    <div class="form-group">
      <h5>Zoeken op plaats of postcode</h5>
      <input type="text" name="location" id="location" class="form-control" value="" placeholder="Bijvoorbeeld: Amsterdam of 1012AB">
      <div id="fill_location_popup" class="closed">
        <label>Vul hierboven een locatie in om te zoeken</label>
        <style>
          #fill_location_popup {
            background: #0F9B49;
            padding: 10px;
            max-height: 300px;
            opacity: 1;
            transition: ease-in-out 150ms;
          }

          #top #location {
            margin-bottom: 5px;
          }

          #fill_location_popup.closed {
            max-height: 0;
            padding: 0;
            opacity: 0;
          }

          #fill_location_popup label {
            color: white;
            height: 0;
            margin: 0;
            font-weight: 100 !important;
          }
        </style>
      </div>
    </div>
    <div class="form-group">
      <h5>Zoeken op land</h5>
      <div class="custom-control custom-radio">
        <input type="radio" class="custom-control-input" id="netherlands" name="country" value="NL" checked="">
        <label class="custom-control-label" for="netherlands">Nederland</label>
      </div>
      <div class="custom-control custom-radio">
        <input type="radio" class="custom-control-input" id="belgium" name="country" value="BE">
        <label class="custom-control-label" for="belgium">Belgie</label>
      </div>
    </div>
  </aside>
  <aside class="filter-component">
    <h5>Afstanden</h5>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_all" name="radius" value="0" checked="">
      <label class="custom-control-label" for="km_all">Alle afstanden</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_1" name="radius" value="1">
      <label class="custom-control-label" for="km_1">&lt; 1 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_3" name="radius" value="3">
      <label class="custom-control-label" for="km_3">&lt; 3 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_5" name="radius" value="5">
      <label class="custom-control-label" for="km_5">&lt; 5 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_10" name="radius" value="10">
      <label class="custom-control-label" for="km_10">&lt; 10 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_15" name="radius" value="15">
      <label class="custom-control-label" for="km_15">&lt; 15 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_25" name="radius" value="25">
      <label class="custom-control-label" for="km_25">&lt; 25 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_50" name="radius" value="50">
      <label class="custom-control-label" for="km_50">&lt; 50 km</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" class="custom-control-input" id="km_75" name="radius" value="75">
      <label class="custom-control-label" for="km_75">&lt; 75 km</label>
    </div>
  </aside>
  <aside class="filter-component">
    <h5>Vacature</h5>
    <div class="custom-control custom-checkbox">
      <input type="checkbox" class="custom-control-input" id="type_nyp" name="types" value="recrutee-vacatures">
      <label class="custom-control-label" for="type_nyp">Hoofdkantoor</label>
    </div>
    <div class="custom-control custom-checkbox">
      <input type="checkbox" class="custom-control-input" id="type_recrutee" name="types" value="nyp-vacatures">
      <label class="custom-control-label" for="type_recrutee">Vestiging</label>
    </div>
  </aside>
</form>

Text Content

 * Twitter
 * LinkedIn
 * Facebook
 * Instagram

 * Bestel pizza
 * Home
 * Vacatures
   * Werken in een vestiging
   * Werken op het hoofdkantoor
   * Werken bij Euro Pizza Products
 * Franchise
   * Franchisenemer worden
   * Franchisenemer in Deutschland
 * Euro Pizza Products
 * Over New York Pizza
 * Contact
 * Deutsch
 * Menu


 * 


Link to: Werken in een vestiging


WERKEN IN EEN VESTIGING




Ben jij een betrouwbare teamplayer en een échte pizza lover? In onze vestigingen
ben je elke dag bezig met pizza’s. Als bijbaan naast je school of studie, maar
er zijn ook zeker genoeg mogelijkheden op parttime of fulltime basis. New York
Pizza is overal in Nederland te vinden, dus er zit altijd wel een vestiging bij
jou in de buurt.

Meer informatie
Link to: Franchisenemer worden


FRANCHISENEMER WORDEN




Wil jij de stap zetten naar het ondernemerschap, met de ondersteuning en
zekerheid van een sterk gevestigd merk? New York Pizza blijft maar groeien in
Nederland, wellicht met jou aan het roer van een nieuwe vestiging. Join the
pizza family!

Meer informatie
Link to: Werken op het hoofdkantoor


WERKEN OP HET HOOFDKANTOOR




Vanuit het hoofdkantoor in Amstelveen ondersteunen we de gehele
franchise-organisatie. Ieder vanuit zijn eigen vakgebied – marketing, finance,
operations, development, office en human resources.

Meer informatie
Link to: Werken bij Euro Pizza Products


WERKEN BIJ EURO PIZZA PRODUCTS




Euro Pizza Products is de deegfabriek en totaalleverancier van New York Pizza én
talloze andere klanten. Ook hier draagt ieder zijn steentje bij in zijn
vakgebied. Van deegproductie en sales tot customer service, logistiek en inkoop.
Samen zijn we onverslaanbaar.

Meer informatie


BEN JIJ NEW YORK PIZZA?



Bij New York Pizza zijn we altijd op zoek naar enthousiaste medewerkers die nét
dat stapje extra zetten. Die voor hun collega’s door het vuur gaan en van elke
werkdag een feestje maken.

Met 300 franchisevestigingen in Nederland is New York Pizza de grootste
Nederlandse franchiseformule op het gebied van thuisbezorgen en afhalen van vers
bereide, warme pizza’s en pasta’s. Het hoofdkantoor is gevestigd in Amstelveen.
New York Pizza kenmerkt zich als ondernemend, dynamisch en professioneel –
toevallig ook precies de eigenschappen die we bij onze medewerkers zoeken en
stimuleren.

Ben jij op zoek naar een nieuwe uitdaging en wil jij medeverantwoordelijk zijn
voor de groei van New York Pizza?

Zoek je een (bij)baan als bezorger, heb je de wens om te ondernemen onder de
vleugels van een franchise-organisatie of wil je een bijdrage leveren vanuit het
hoofdkantoor? Waar je passie ook ligt, ieder van ons maakt New York Pizza tot
wat het is: een ijzersterk merk met damn tasty pizza’s als basis.

Check onze vacatures via één van de volgende links!

 * Werken in een vestiging
 * Franchisenemer worden
 * Werken op het hoofdkantoor

Lees meer over New York Pizza




EURO PIZZA PRODUCTS



Euro Pizza Products is gelijktijdig opgericht met New York Pizza. Het primaire
doel was het faciliteren van de volledige supply chain voor New York Pizza, maar
Euro Pizza Products werd in de regio al snel gevonden als leverancier en
producent van deeg en pizzagerelateerde producten. We zijn nog steeds
totaalleverancier voor New York Pizza, maar leveren aan veel meer klanten. Voor
ons is alleen het beste goed genoeg.

Euro Pizza Products produceert en distribueert private label-pizzadeeg aan
klanten die veelal hun eigen receptuur en verpakkingen hebben.

Om onze klanten een totaaloplossing te kunnen bieden hebben we tevens
overheerlijke pizzasaus, kaas, toppings en verschillende pizzabodems in ons
portfolio. Net als het hoofdkantoor van New York Pizza is Euro Pizza Products
gevestigd in Amstelveen, in hetzelfde pand, uiteraard met productieruimte en
distributiecentrum. Noem Amstelveen gerust de pizzahoofdstad van Nederland.

Interesse in een functie bij Euro Pizza Products?

Lees meer over Euro Pizza Products
000+

Vestigingen

0000+

Medewerkers

0

Landen


VACATURES

 * Werken in een vestiging
 * Franchisenemer worden
 * Werken op het hoofdkantoor
 * Werken bij Euro Pizza Products


INFORMATIE

 * Over New York Pizza
 * Contact
 * Privacy


FOLLOW US

 * Instagram
 * Twitter
 * Facebook
 * Linkedin
 * Whatsapp

© Copyright - NYP - powered by Enfold WordPress Theme
Scroll naar bovenzijde

Cookies accepteren? InstellingenAccepteren
Privacy & Cookies Policy
Sluiten

PRIVACY OVERVIEW

This website uses cookies to improve your experience while you navigate through
the website. Out of these cookies, the cookies that are categorized as necessary
are stored on your browser as they are essential for the working of basic
functionalities...
Necessary
Necessary
Altijd ingeschakeld
Necessary cookies are absolutely essential for the website to function properly.
This category only includes cookies that ensures basic functionalities and
security features of the website. These cookies do not store any personal
information.
Non-necessary
Non-necessary
Any cookies that may not be particularly necessary for the website to function
and is used specifically to collect user personal data via analytics, ads, other
embedded contents are termed as non-necessary cookies. It is mandatory to
procure user consent prior to running these cookies on your website.
OPSLAAN & ACCEPTEREN



ZOEKEN OP JE STAD

Vul hierboven een locatie in om te zoeken

AFSTANDEN

Alle afstanden
< 1 km
< 3 km
< 5 km
< 10 km
< 15 km
< 25 km
< 50 km
< 75 km

Bekijk vacature

ZOEKEN OP FUNCTIE

ZOEKEN OP PLAATS OF POSTCODE

Vul hierboven een locatie in om te zoeken

ZOEKEN OP LAND

Nederland
Belgie

AFSTANDEN

Alle afstanden
< 1 km
< 3 km
< 5 km
< 10 km
< 15 km
< 25 km
< 50 km
< 75 km

VACATURE

Hoofdkantoor
Vestiging
test




Bekijk vestiging