<!doctype html>

<html>

<head>

<link rel="stylesheet" href="main3.css">

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:title" content="NYC PRIVATE RENTALS"/>



<title>NYC PRIVATE RENTALS</title>

<style>

/* WhatsApp button */

.float{

position:fixed;

width:80px;

height:80px;

bottom:30px;

right:25px;

background-color:#086C03;

color:#FFF;

border-radius:50px;

text-align:center;

  font-size:50px;

  z-index:100;

}


.my-float{

margin-top:16px;

}

/* smooth scrolling */

html {

  scroll-behavior: smooth;

}

/* The sidebar menu */

.sidebar {

  height: 100%; /* 100% Full-height */

  width: 0; /* 0 width - change this with JavaScript */

  position: fixed; /* Stay in place */

  z-index: 1; /* Stay on top */

  top: 0;

  text-align: left;

  left: 0;

  background-color:#000;

  overflow-x: hidden; /* Disable horizontal scroll */

  padding-top: 60px; /* Place content 60px from the top */

  transition: 0.15s; /* 0.5 second transition effect to slide in the sidebar */

}


/* The sidebar links */

.sidebar a {

  padding: 8px 8px 8px 32px;

  text-decoration: none;

  font-size: 20px;

  color: #000;

  display: block;

  transition: 0.6s;

}


/* When you mouse over the navigation links, change their color */

.sidebar a:hover {

    color: #000;

    font-family: arial;

    font-style: normal;

    font-weight: 400;

}


/* Position and style the close button (top right corner) */

.sidebar .closebtn {

  position: absolute;

  top: 0;

  right: 25px;

  font-size: 36px;

  margin-left: 50px;

}


/* The button used to open the sidebar */

.openbtn {

  border-radius: 10px;

  font-size: 45px;

  cursor: pointer;

  background-color: #fff;

  color: black;

  padding: 0px 8px;

  border: none;

}


.openbtn:hover {

  background-color: #fff;

}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {

  transition: margin-left .0s; /* If you want a transition effect */

  padding: 20px;

padding-right: 0px;

padding-left: 10px;

border-radius: 10px;

}

@media screen and (min-width: 1200px) {

#main {

display: none;

}

}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {

  .sidebar {padding-top: 15px;}

  .sidebar a {font-size: 18px;}

}

.topdiv1 {

}

    .topdiv2 {

}

    </style>


<style>

body {

    background-color: #FFFFFF;

    margin-top: 0px;

    margin-left: 0px;

    margin-right: 0px;

    margin-bottom: 0px;

    font-style: normal;

    font-weight: 400;

font-family: Arial;

}

a:link {

    color: #FFFFFF;

    text-decoration: none;

}

a:visited {

    text-decoration: none;

    color: #FFFFFF;

}

a:hover {

    text-decoration: none;

    color: #FFFFFF;

}

a:active {

    text-decoration: none;

    color: #FFFFFF;

}

</style>

<style>

#checkbox {

  display: none;

}


#checkbox:checked ~ #sidebar {

  width: 0;

  -webkit-animation: sidebarAnim 500ms;

          animation: sidebarAnim 500ms;

}


#checkbox:checked ~ #sidebar .nav-item {

  -webkit-transform: translateX(-200px);

          transform: translateX(-200px);

}


#checkbox:checked ~ #sidebar .brand-logo {

  -webkit-transform: translateX(-200px);

          transform: translateX(-200px);

  visibility: hidden;

}


#checkbox:checked ~ #sidebar .navbar-header {

  visibility: hidden;

}

</style>

<!--Style the toggle-->

<style>

#main-content .check-box {

  cursor: pointer;

  display: inline-block;

}


#main-content .check-box .line {

  width: 20px;

  height: 2px;

  background-color: #212121;

  margin: 4px 0;

  display: block;

}

</style>

<!--Style navigation css-->

<style>

@-webkit-keyframes sidebarAnim {

  0% {

    width: 220px;

    opacity: 1;

    -webkit-transform: translateX(0);

            transform: translateX(0);

    visibility: visible;

  }

  50% {

    width: 220px;

  }

  100% {

    width: 0;

    opacity: 0;

    -webkit-transform: translateX(-220px);

            transform: translateX(-220px);

    visibility: hidden;

  }

}


@keyframes sidebarAnim {

  0% {

    width: 220px;

    opacity: 1;

    -webkit-transform: translateX(0);

            transform: translateX(0);

    visibility: visible;

  }

  50% {

    width: 220px;

  }

  100% {

    width: 0;

    opacity: 0;

    -webkit-transform: translateX(-220px);

            transform: translateX(-220px);

    visibility: hidden;

  }

}

</style>

<style>

#sidebar {

  padding: 20px 0;

  background-color: #3F51B5;

  width: 220px;

  visibility: visible;

  opacity: 1;

  -webkit-transform: translateX(0);

          transform: translateX(0);

  -webkit-transition: 250ms ease-in;

  transition: 250ms ease-in;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}


#sidebar .navbar-header {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 10px 20px;

}


#sidebar .navbar-header .brand-logo {

  font-size: 1.5em;

  -webkit-transform: translateX(0);

          transform: translateX(0);

  -webkit-transition: 250ms ease-in;

  transition: 250ms ease-in;

  visibility: visible;

}


.navbar-body .nav-item {

  padding: 10px 20px;

  cursor: pointer;

  -webkit-transition: 400ms all ease-in-out;

  transition: 400ms all ease-in-out;

  -webkit-transform: translateX(0);

          transform: translateX(0);

}


.navbar-body .nav-item:hover {

  background-color: #7280ce;

}

</style>

<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->

<script>var __adobewebfontsappname__="dreamweaver"</script>

<script src="https://use.edgefonts.net/arial:n4:default;arial:n4,n7:default;carter-one:n4:default;abel:n4:default.js" type="text/javascript"></script>


<!-- Global site tag (gtag.js) - Google Analytics -->

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-207310124-1">

</script>

<script>

  window.dataLayer = window.dataLayer || [];

  function gtag(){dataLayer.push(arguments);}

  gtag('js', new Date());


  gtag('config', 'UA-207310124-1');

</script>

</head>


<body topmargin="0" marginwidth="0">

 

<div class="topdivnew"><span style="color: #FFF">Start with just $69</span></div>

<div class="topdiv2"><span style="color: #000000">Singles or Couples are Welcome. All rooms are ready for same day move in !</span></div></div>

<div class="maindiv">

  <div class="column2"><a href="https://www.rentaroomtoday.com/"><img class="iphone5scss imglogo1" src="https://www.rentaroomtoday.com/logoblue.png" width="200" height="50" alt=""/></a></div>

<div class="divmenu"><div class="innerdiv6"><span style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif">

<strong><a class="hooverlinks" style="text-decoration: none; color: #000000;" href="#support">Contact us</a>&nbsp;&nbsp; &nbsp;<a style="text-decoration: none; color: #000000;" href="#Prices">Pricing</a>&nbsp;&nbsp;&nbsp;<a style="text-decoration: none; color: #000000;" href="#location">Locations</a>&nbsp;&nbsp;&nbsp;<a style="text-decoration: none; color: #000000;" href="#whyustopdiv">Why us</a></strong></span></div>

  <div class="innerdiv4"><a href="https://app.nycprivaterentals.com/">

  <button class="button2">Log In</button></a>&nbsp;&nbsp;<a href="https://app.nycprivaterentals.com/listrooms"><button class="button3">List a Room</button></a></div>

  <div class="innerdiv5"><img src="https://rentaroomtoday.com/texticon.png" width="20" height="20" alt=""/><font color="#000000" size="3" style="font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif; font-style: normal; font-weight: 400;">&nbsp;&nbsp;<strong>Have Questions ?</strong></font><br>

      <span style="font-size: 16px; font-family: arial'; color: #2F2F2E;"><span style="font-weight: 400">Text or Call:</span><strong>&nbsp; <span style="color: #078C9E; font-size: 18px;">(646) 600-9700</span></strong></span></div>

</div>

<div id="main"><div class="menubuttondiv">

  <button class="openbtn" onclick="openNav()">&#9776;</button></div>



</div>

</div>

</div>

<div class="maindiv2">


<div class="centerdivmain"><br><div class="toproompic"><span style="font-family: Arial; font-size: 30px; font-style: normal; font-weight: 600; color: #000000;"><strong>Get keys today!</strong></span><br>

<div class="headtext"><span style="font-family: Arial; font-size: 18px; font-style: normal; font-weight: 400; color: #000000;">All rooms are, private, ready and available for you to move in immediately today</strong></span><br></div><br>

  <img src="https://rentaroomtoday.com/furnishedroom5545.png" width="320" height="400" alt=""/></div><div class="descrpmaindiv"><span class="" style="font-family: Arial; font-size: 18px;"><div class="descrpmaindivtext">All Rooms are fully furnished or unfurnished. Ready for rent the same day. Stay short term or long term. Singles or Couples are welcome. Pets are welcome.</span></div></div><br>

  <span class="titletext" style="color: #000000; font-style: normal;">Rooms are ready now !</span>

<div class="renttextdiv"><span class="renttextspan" style="font-family: Arial; font-size: 22px; font-style: normal; text-align: center; font-weight: 200; color: #328201;"><span style="color: #000000">Rent starting at:</span> $175/Weekly or $700/Monthly</span><br>

<span style="" size="12" style="font-size: 18px">Cable TV, Internet Ready, Kitchen and Bathroom, All Basic Utilities Included</span>

  </div>

<br><div class="addtext">

<span style="font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px; font-style: normal; font-weight: 200; color: #000000;"><font color="#000"><b>We send you to meet with the owners of the rooms now. <br>

Look as many rooms as you want until you move in</span></div><br>

<div class="button7start">

<span style="font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px; font-style: normal; font-weight: 200; color: #000000;"><font color="#000000"><b>Start with:&nbsp; <span style="color: #0031BE; font-size: 24px;">$</span>

<span style="color: #0031BE; font-size: 24px;">69</span></b><font color="#0101010"><strong>&nbsp;/ Pay it only once</strong></font></span></div>

            <div class="nomonthlydiv"><span style="font-size: 18px; color:#000000; font-family: arial;"><strong>Then pay your deposits and rent</strong><br><span style="font-size: 18px; color: #D34D07; font-family: arial;"><strong>No monthly subscriptions</strong><br><span style="font-size: 18px; color: #D34D07;"><strong>No broker fees required</strong><br>

            </span>

            </span> <span style="font-family: arial; font-size: 18px; color: #D34D07;"><strong>No credit check required to rent</strong>

      </span></div><br><br>

      <div class="startnowbutton"><img src="https://rentaroomtoday.com/lightbluearrow3.png" width="30" height="50" alt=""/>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://app.nycprivaterentals.com/login"><button class="button"><strong>Get Started Now !</strong></button></a></div>

</div>

<div class="centerdivmain2" style="line-height: 20px"><img src="https://rentaroomtoday.com/mainpicnewbanner.png" width="900" height="200" alt=""/></div><br>

<div class="mobilebannerdiv"><br><img src="https://rentaroomtoday.com/verticalbanner1.png" alt="" width="320" height="760" class="imgroom1"/></div>

</div>

  <div class="howitworks">

<div class="howitworksinner" style="font-family: Arial; font-size: 30px;">How it works !<br><span style="font-family: Arial; font-size: 22px; color: #4374EE;">Start now in 3 easy steps</span><br>

  <img src="https://rentaroomtoday.com/howitworks4.png" alt="" width="734" height="341"/><br><span style="font-family: Arial; font-size: 22px; color: #E12303;">No waiting. Go look at rooms now !</span><br><span style="font-size: 18px;">All addresses, referrals and all instructions will be  inside your account</span>

 

          </div>

</div><br>

<hr class="new2"><br>

<div class="howitworksmobile">

<div class="howitworksinnermobile" style="font-family: Arial; font-size: 30px;">How it works !<br><span style="font-family: Arial; font-size: 22px; color: #4374EE;">Start now in 3 easy steps</span><br>

  <img src="https://rentaroomtoday.com/howitworksmobile2.jpg" alt="" width="320" height="900"/><br><br><span style="font-family: Arial; font-size: 22px; color: #E12303;">Look at rooms now !</span><br><span style="font-size: 18px;">All addresses, referrals and all instructions 

  will be  in your account</span>

  <hr class="new1"><br>

          </div>

</div><br>

</div>

<div class="maindiv3"><div class="innerdiv3d"><img src="https://www.rentaroomtoday.com/thunderpng.png" width="40" height="70"><br>

  <br><div class="roundbuttondiv1">

  <span style="font-size: 22px; color: #FFFFFF; font-family: Arial;"><strong>Rent a room today</strong></span></div><br><p style="font-size: 18px; color: #000000; font-family: Arial;">We will help you get a private, furnished room today. We will send you now to meet with the owners of the rooms immediately</p>

</div></div><br><br>

<div class="maindiv3"><div class="innerdiv3d"><img src="https://www.rentaroomtoday.com/creditcheck.png" width="70" height="70"><br>

  <br><div class="roundbuttondiv1">

  <span style="font-size: 22px; color: #FFFFFF; font-family: Arial;"><strong>No Credit Check</strong></span></div><br><p style="font-size: 18px; color: #1A1A1A; font-family: Arial;">You dont need credit check to rent a room. You can rent with a Photo ID, or a Picture ID with your  name on it&nbsp;</p>

</div></div><br><br><br><br><br>

<div class="callortextdiv" id="support" style="font-size: 26px"><br><br><img src="https://rentaroomtoday.com/calltexticon.png" width="120" height="118"><br><br>

  Have questions ?<br>

<span style="font-size: 18px; color: #65069D;">Call or send a text:</span><br><br><div class="backbutttoncalltext"><span style="font-size: 30px">(646) 600-9700</span></div>

</div>

<br><br><br>

<div class="divtext1"><font style="color: #000000; font-size: 30px;"><strong>Fully Private Rooms</strong></font><br><br><p class="pclasstext" style="color: #A42AE2; font-size: 20px; font-family: Arial;">We manage hundreds of rooms for rent directly from the room owners, available for same day move in

</p><br><br><br>

</div><br>


<!---listing--->

<br>

<div class="Listing"><br><br>

  <div class="innerdiv9"><img src="https://www.rentaroomtoday.com/00000_25CG2Pgvwqc_600x450.jpg" class="img1" alt="Avatar" width="350" height="250"/>&nbsp;<img src="https://www.rentaroomtoday.com/BigRoom3675.jpg" class="img1" alt="Avatar" width="350" height="250"/></div>

</div>


<div class="Listing">

  <div class="innerdiv9"><img src="https://www.rentaroomtoday.com/BigRoom3987.jpg" class="img1" alt="Avatar" width="350" height="250"/>&nbsp;<img src="https://www.rentaroomtoday.com/9d0e544ca16151fada93cdbf8400e1af017ccc3e-1.jpg" class="img1" alt="Avatar" width="350" height="250"/></div>

</div>

<!---2nd set of listing--->

<div class="Listing">

  <div class="innerdiv9"><img src="https://www.rentaroomtoday.com/qporloi45.jpg" class="img1" alt="Avatar" width="350" height="250"/>&nbsp;<img src="https://www.rentaroomtoday.com/Room3454.jpg" class="img1" alt="Avatar" width="350" height="250"/></div>

</div>

<div class="Listing">

  <div class="innerdiv9"><img src="https://www.rentaroomtoday.com/image1114.jpg" class="img1" alt="Avatar" width="350" height="250"/>&nbsp;<img src="https://www.rentaroomtoday.com/Kitchen2343.jpg" class="img1" alt="Avatar" width="350" height="250"/></div>

</div>

<!---3rd set of listing--->

<div class="Listing">

  <div class="innerdiv9"><img src="https://www.rentaroomtoday.com/a28115e92d477fbca26c62c21386571192ae5e63-1.jpg" class="img1" alt="Avatar" width="350" height="250"/>&nbsp;<img src="https://www.rentaroomtoday.com/b8f1faba7d7cb362cde0def34dc3a2f7ccd98c02-1.jpg" class="img1" alt="Avatar" width="350" height="250"/></div>

</div>

<div class="Listing">

  <div class="innerdiv9"><img src="https://www.rentaroomtoday.com/00H0H_iE2wKo2Br3Fz_0CI0t2_600x450.jpg" class="img1" alt="Avatar" width="350" height="250"/>&nbsp;<img src="https://www.rentaroomtoday.com/00y0y_aIChQXPO3rE_0CI0t2_600x450.jpg" class="img1" alt="Avatar" width="350" height="250"/></div>

</div>

<!---4th set of listing--->

<div class="Listing">

  <div class="innerdiv9">&nbsp;<img src="https://www.rentaroomtoday.com/00K0K_ir5ShZoc6v8_0CI0t2_600x450.jpg" class="img1" alt="Avatar" width="350" height="250"/>&nbsp;<img src="https://www.rentaroomtoday.com/00p0p_6uHAcTza3Myz_0CI0t2_600x450.jpg" class="img1" alt="Avatar" width="350" height="250"/></div>

</div>

<div class="Listing">

  <div class="innerdiv9"><img src="https://www.rentaroomtoday.com/00000_25CG2Pgvwqc_600x450.jpg" class="img1" alt="Avatar" width="350" height="250"/>&nbsp;<img src="https://www.rentaroomtoday.com/00g0g_aaoTkow13OJ_0gY0cJ_600x450.jpg" class="img1" alt="Avatar" width="350" height="250"/></div>

</div>

<!---5th set of listing--->

<div class="Listing">

  <div class="innerdiv9"><img src="https://www.rentaroomtoday.com/00404_a2LVn7XaYiS_0aj06S_600x450.jpg" class="img1" alt="Avatar" width="350" height="250"/>&nbsp;<img src="https://www.rentaroomtoday.com/01212_ftW2EaHvt6d_600x450.jpg" class="img1" alt="Avatar" width="350" height="250"/></div>

</div>

<div class="Listing">

  <div class="innerdiv9"><img src="https://www.rentaroomtoday.com/aedrew31.jpg" class="img1" alt="Avatar" width="350" height="250"/>&nbsp;<img src="https://www.rentaroomtoday.com/fedre43.jpg" class="img1" alt="Avatar" width="350" height="250"/><br><br><br>

 

  <span style="font-size: 20px; color: #000;">Many more rooms available <br>

  in different locations !</span>

</div>

</div>

<br><br>

<div class="maindiv3b"><div class="innerdiv"><p style="font-size: 30px; color: #BEE3FA; font-family: Arial;"><strong>Affordable Process !</strong></p>

    <p style="font-size: 18px; color: #FFFFFF; font-family: Arial;"><br>Move in with a $500 total move in cost. This amount will include your 1th week of rent, and your deposits to rent your next room</p>

</div></div>

<!----Why us----->

<br>

<hr class="new2">

<div class="whyustopdiv" id="whyustopdiv"><br><div class="innerdivx"><p style="font-size: 40px; color: #000000; font-family: Arial;"><strong>Why us ?</strong></p>

    <p style="font-size: 18px; color: #000; font-family: Arial;"><br>

      

We are a fast, low cost, online rental placement agency, connecting you directly with the owners in the City of New York</p>

</div>

<br><br>

<div class="content1">

<div class="innerdivx1"><img src="https://www.rentaroomtoday.com/no-credit-check-icon.png" width="100" height="100" alt=""/><p style="font-size: 18px; color: #6B6969">We dont need your credit to rent a room !</p></div>

<div class="innerdivx2"><img src="https://www.rentaroomtoday.com/images.jpg" images.jpeg"" width="100" height="100" alt=""/><p style="font-size: 18px; color: #6B6969">Free and always available online agent support</p></div>

<div class="innerdivx3"><img src="https://www.rentaroomtoday.com/clock-flat.png" width="100" height="100" alt=""/><p style="font-size: 18px; color: #6B6969">Get all referrals instantly online, no waiting !</p></div>

<div class="innerdivx4"><img src="https://www.rentaroomtoday.com/thundericon.png" width="100" height="100" alt=""/><p style="font-size: 18px; color: #6B6969">All of our rooms are ready to move in the same day</p></div>

</div>

</div>


<!----Why us mobile----->

<div class="whyustopdivmobile">

<div class="whyustextmobile"><div class="innerdivxmobile"><p style="font-size: 38px; color: #7204A5; font-family: Arial;"><strong>Why us ?</strong></p>

    <p style="font-size: 18px; color: #000; font-family: Arial;"><br>If you are looking for a fast, reliable, and affordable way to rent a room, then our services are for you</p><br><br>

</div>

  <div class="innerdivmobile1"><img src="https://rentaroomtoday.com/no-credit-check-icon.png" width="160" height="160" alt=""/><p class="pclasstext1" style="font-size: 18px; color: #5E5B5B;">We dont need your credit to rent a room !</p></div><br>

<div class="innerdivmobile1"><img src="https://rentaroomtoday.com/images.jpg" width="160" height="160" alt=""/><p class="pclasstext1" style="font-size: 18px; color: #5E5B5B;">Free and always available online agent support</p></div><br>

<div class="innerdivmobile1"><img src="https://rentaroomtoday.com/clock-flat.png" width="160" height="160" alt=""/><p class="pclasstext1" style="font-size: 18px; color: #5E5B5B;">Get all referrals instantly online, no waiting !</p></div><br>

<div class="innerdivmobile1"><img src="https://rentaroomtoday.com/thundericon.png" width="160" height="160" alt=""/><p class="pclasstext1" style="font-size: 18px; color: #5E5B5B;">All of our rooms are ready to move in the same day</p></div><br>

</div>

</div>

<br>

<div class="signupprice"><strong style="font-size: 20px; font-family: arial; color: #F97D7D; font-style: bold; font-weight: 500;">&nbsp;</strong>

  <div class="roundbuttondiv3">

  <span style="font-size: 24px; color: #FFFFFF; font-family: Arial;">One Plan Pricing</span></div>

 

 

  <br><br>

  <font style="font-size: 20px">

 

  <div class="innerdiv13"><img src="https://www.rentaroomtoday.com/signup.png" alt="" width="140" height="140"/></div>

  <div class="innerdiv11"><font style="font-size: 60px; color: #AEF5D0;">$69</font><br>

  <font style="font-size: 16px; color: #FFF205;">Pay it only once !<br>

  No subscription !</font><br><br><a href="https://app.nycprivaterentals.com/login"><button class="buttonstart">Start Now !</button></a></div><div class="innerdiv12"><strong style="font-size: 36px; color: #CAC306;">Benefits</strong><br><span style="font-family: arial; color: #FFFFFF; font-style: normal; font-weight: 400; font-size: 17px;">No Broker Fees<br>View listings instantly<br>No Credit Check<br>

    Live Agent Support<br>

    Rent Weekly / Monthly<br>View rooms today<br>Affordable Process</span> </div>

 

 

    </div>


<br>




<div class="maindiv4" id="Prices"> <div class="innerdiv2"><p style="font-family: Arial; font-size: 30px;">Rent Prices</p>

  <br><img src="https://www.rentaroomtoday.com/moneyicon.png" width="300" height="300" alt=""/>

</div>

<div class="innerdiv3"><span style="text-align: left; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; font-size: 24px;"><strong>1 Person ( Single ) </strong><br>

</span>   <font style="font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400;">Starting at: $175 /Weekly or $700 Monthly<br>All utilities included, like cable, tv, internet, electricity.

</font><br><br>

<font style="font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; font-size: 24px;"><strong>2 Person ( Couples ) </font><br>

</strong><font style="font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400;">Starting at: $200 /Weekly or $800 Monthly. All utilities included, like cable, tv, internet, electricity.<br><br>Rooms are fully furnished, with a queen / king size bedroom set, dresser, closet space, cable tv, high speed internet, with access to the kitchen and the bathroom, Completely private.</br></font>

</div>

</div>




<div class="maindiv5" id="location"> <div class="innerdiv2"><p style="font-family: Arial; font-size: 30px;">Locations</p><br><img src="https://www.rentaroomtoday.com/locationicon.png" alt="" width="300" height="300" class="img3"/>

</div><div class="innerdiv3a"><span style="text-align: left; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; font-size: 24px;"><strong>Manhattan Locations:</span></strong><br>

</span><font style="font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400;">West Harlem, East Harlem, City College Area, Washington Heights, Columbia University, Hamilton Heights, Inwood, Dyckman.</font><br><br>

<font style="font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; font-size: 24px;"><strong>Bronx Locations:</font><br>

</strong> <font style="font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400;">South Bronx, Fordham Road ,Tremont, kingbridge, Webster, Melrose Ave. Yankee Stadium Area, Riverdale, Moshulu Parkway, Pelham Parkway, KingsBridge Area, White Plains, Grand Concourse.</font>

</div>

</div>


<hr class="new1">

<br><br>

<div class="kitchenbathdiv">

<div class="innerdiv15"><img src="https://www.rentaroomtoday.com/kitchenbath.png" alt="" width="300" height="300" class="img3"/></div>

<div class="innerdiv14"><strong style="font-size: 30px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400;">&nbsp; Kitchen and Bath&nbsp;<br>

</strong><br>

  <font style="font-size: 18px; font-family: arial; font-style: normal; font-weight: 400;">The Kitchen and the Bathrooms are typically share with 1 or 2 person max inside the apartment. Some apartments may have a private bathroom inside your room<br><br>Kitchen is ready with a fridge, microwave, stove, Hot water.<br><br>

 

 

  <div class="additionalinfodiv"><font><strong>Single or Couples Ready</strong></font><br><br><font><strong>Pets are Welcome</strong></font><br><br><font><strong>Kids are Welcome</strong></font>

</strong></font><br><br></div>



</div>


<font style="font-size: 20px; font-family: arial; color: #2C6E02; font-style: normal; font-weight: 400;">&nbsp;

  </font>

</div>


<div class="requrementdiv"><br><strong style="font-size: 30px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400;">&nbsp;&nbsp;<img src="https://www.rentaroomtoday.com/job-application-1419152-1198030.png" width="150" height="150" alt=""/><br>

  <span style="color: #FFFFFF">Have rooms for rent&nbsp; ?</span></strong><br><br>

  <font style="font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; color: #F2E004;"><strong>List  it with us for free !</strong></font><br><br>


<a href="https://app.nycprivaterentals.com/listrooms"><button class="button">List your rooms</button></a>

</div>







<div class="signupdiv"><br><strong style="font-size: 30px; color: #000; font-family: Arial, Helvetica, sans-serif;">Get started now !</strong><br><br>

  <p class="pclasstext1" style="font-size: 22px; color: #545353; font-family: Arial, Helvetica, sans-serif;">Get access to your listings and referrals now in your account instantly</p><br><br><a href="https://app.nycprivaterentals.com/login"><button class="button">Get Started Now !</button></a></div>



<div class="footerdiv"><strong style="font-size: 18px; color: #FFFFFF;"><br>NYC PRIVATE RENTALS<br><font style="font-size: 16px; color: #5FC3F0; font-family: arial; font-style: normal; font-weight: 400;">Online Rental Agency</font></strong><br><br><br>

  <font style="font-size: 12px; color: #FFFFFF;"><a href="">TERMS OF USE</a>&nbsp;&nbsp;<a href="">PRIVACY</a>&nbsp;&nbsp;<a href="">SECURITY</a><br>© 2021 NYC PRIVATE RENTALS<br>All rights reserved</div>







<script>


/* Set the width of the sidebar to 250px and the left margin of the page content to 250px */

function openNav() {

  document.getElementById("mySidebar").style.width = "170px";

  document.getElementById("main").style.marginLeft = "170px";

}


/* Set the width of the sidebar to 0 and the left margin of the page content to 0 */

function closeNav() {

  document.getElementById("mySidebar").style.width = "0";

  document.getElementById("main").style.marginLeft = "0";

}


</script>





<div id="mySidebar" class="sidebar">

  <a style="color: #fff" href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>

  <a style="color: #fff" href="https://app.nycprivaterentals.com/">Log In</a>

  <a style="color: #fff" href="https://app.nycprivaterentals.com/listrooms">List Rooms</a>

  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font size="2" color="#FFFF00">( List rooms free )</font>

  <a style="color: #fff" href="https://app.nycprivaterentals.com/login">Get Started</a>

</div>





<!--smooth scrolling script for safari browsers-->

<script>function scrollToSmoothly(pos, time) {

    var currentPos = window.pageYOffset;

    var start = null;

    if(time == null) time = 500;

    pos = +pos, time = +time;

    window.requestAnimationFrame(function step(currentTime) {

        start = !start ? currentTime : start;

        var progress = currentTime - start;

        if (currentPos < pos) {

            window.scrollTo(0, ((pos - currentPos) * progress / time) + currentPos);

        } else {

            window.scrollTo(0, currentPos - ((currentPos - pos) * progress / time));

        }

        if (progress < time) {

            window.requestAnimationFrame(step);

        } else {

            window.scrollTo(0, pos);

        }

    });

}</script>

<!-- Default Statcounter code for nycprivaterentals https://www.rentaroomtoday.com

-->

<script type="text/javascript">

var sc_project=12557878; 

var sc_invisible=1; 

var sc_security="4dc7e070"; 

</script>

<script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script>

<noscript><div class="statcounter"><a title="Web Analytics Made Easy -

StatCounter" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/12557878/0/4dc7e070/1/" alt="Web Analytics Made Easy - StatCounter"></a></div></noscript>

<!-- End of Statcounter Code -->

<!-- WhatsApp button -->

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">

<a href="https://api.whatsapp.com/send?phone=+16464707717&amp;text=Hi, I would like more information about your rooms" class="float" target="_blank">

<i class="fa fa-whatsapp my-float"></i>

</a>

<!-- WhatsApp button end -->

</body>


<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'p3plzcpnl505180'},{'dcenter':'p3'},{'cp_id':'10844270'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>