warehousespaces.com Open in urlscan Pro
143.95.238.104  Public Scan

URL: https://warehousespaces.com/warehouses/United-States/Los%20Angeles
Submission: On January 27 via manual from RU — Scanned from IT

Form analysis 3 forms found in the DOM

GET /warehouses/United-States/Los%20Angeles

<form class="form-horizontal" role="form" id="filter-form" method="get" action="/warehouses/United-States/Los%20Angeles">
  <center><strong style="font-size: 20px;color: green;">Filter Results by: </strong></center><br>
  <div class="form-group col-xs-12 col-sm-3 col-lg-3 custom_width size_range_cls">
    <label for="sq_ft" class="col-xs-4 control-label" style="width:111px;"><b>Size Range:</b></label>
    <div class="col-xs-7" style="padding-left:0px;">
      <select name="size_range" id="size_range" class="form-control">
        <option value="0"> Any </option>
        <!-- <option value="5000-10000"> 5,000 - 10,000 SF </option> -->
        <option value="10000-15000"> 10,000 - 15,000 SF </option>
        <option value="15000-20000"> 15,000 - 20,000 SF </option>
        <option value="20000-30000"> 20,000 - 30,000 SF </option>
        <option value="30000-40000"> 30,000 - 40,000 SF </option>
        <option value="50000-100000"> 50,000 - 100,000 SF </option>
        <option value="100000-250000"> 100,000 - 250,000 SF </option>
        <option value="250000-500000"> 250,000 - 500,000 SF</option>
        <option value="500000-1000000"> 500,000 - 1,000,000 SF</option>
        <option value="1000000+"> 1,000,000+ SF</option>
      </select>
    </div>
  </div>
  <div class="form-group col-xs-12 col-sm-3 col-lg-3 custom_width price_range_cls">
    <label for="price_range" style="width:116px;" class="col-xs-4 control-label"><b>Price Range:</b></label>
    <div class="col-xs-7" style="padding-left:0px;">
      <select name="price_range" id="price_range" class="form-control">
        <option value="0"> Any </option>
        <option value="2500-5000"> $2,500 - $5000 month</option>
        <option value="5001-7500"> $5,001- $7,500/ month</option>
        <option value="7501-10000"> $7501 - $10,000 / month</option>
        <option value="10001-15000"> $10,001 - $15,000/ month</option>
        <option value="15001-20000"> $15,001 - $20,000/ month</option>
        <option value="20001-50000"> $20,001 - $50,000/ month</option>
        <option value="50001-100000"> $50,001 - $100,000/ month</option>
        <option value="100001-250000"> $100,001 - $250,000/ month</option>
        <option value="250000"> $250,000+/ month</option>
      </select>
    </div>
  </div>
  <!--<div class="form-group col-xs-12 col-sm-4 col-lg-4 custom_width">-->
  <!--    <label for="space_type" style="width:116px;" class="col-xs-4 control-label"><b>Space Type:</b></label>-->
  <!--    <div class="col-xs-7" style="padding-left:0px;">-->
  <!--        <select name="prop-type" id="prop-type" class="form-control"><option value="">Show All</option><option value="Warehouse">Industrial-Warehouse</option><option value="Flex Space">Industrial-Flex Space</option><option value="R&D">Industrial-R&D</option><option value="Distribution Warehouse">Industrial-Distribution Warehouse</option><option value="Manufacturing">Industrial-Manufacturing</option><option value="Refrigerated/Cold Storage">Industrial-Refrigerated/Cold Storage</option><option value="Office Building">Industrial-Office Building</option><option value="Office Showroom">Industrial-Office Showroom</option><option value="Truck Terminal/Hub/Transit">Industrial-Truck Terminal/Hub/Transit</option><option value="Industrial (land)">Industrial-Industrial (land)</option><option value="Office-R&D">Industrial-Office-R&D</option><option value="Commercial/Other (land)">Industrial-Commercial/Other (land)</option><option value="Retail (Other)">Industrial-Retail (Other)</option><option value="Industrial">Industrail-Industrial</option><option value="Industrial">Industrial-Industrial</option><option value="Warehouse">Flex-Warehouse</option><option value="Warehouse">office-Warehouse</option><option value="Warehouse">office/medical-Warehouse</option><option value="Warehouse">medical-Warehouse</option><option value="Warehouse">hospitality-Warehouse</option><option value="Warehouse">specialty-Warehouse</option><option value="" selected>Industrial-</option><option value="Warehouse">Industrial Spac-Warehouse</option><option value="" selected>OFFICE-</option><option value="" selected>Indutrial-</option><option value="" selected>-</option><option value="52453">INDUSTRIAL-52453</option><option value="Flex">Industrial-Flex</option><option value="Land">INDUSTRIAL-Land</option><option value="Retail">Industrial-Retail</option><option value="Sublease">Industrial-Sublease</option><option value="Distribution">Industrial-Distribution</option><option value="Truck Terminal">Industrial-Truck Terminal</option></select>    -->
  <!--    </div>-->
  <!--</div>-->
  <div class="form-group col-xs-12 col-sm-3 col-lg-3 custom_width square_footage_cls">
    <label for="square_footage" style="width:116px;" class="col-xs-4 control-label"><b>Sort By:</b></label>
    <div class="col-xs-7" style="padding-left:0px;">
      <select name="sortby" id="sortby" class="form-control">
        <option value="0"> Any </option>
        <option value="squarefootagelow"> Square Footage (Low to High)</option>
        <option value="squarefootagehigh"> Square Footage (High to Low)</option>
        <option value="pricelow"> Price (Low to High)</option>
        <option value="pricehigh"> Price (High to Low)</option>
      </select>
    </div>
  </div>
  <div class="form-group col-xs-12 col-sm-3 col-lg-3 custom_width neighborhood_cls" data-neighborhood-name="">
    <div class="col-xs-7" style="padding-left:0px;">
    </div>
  </div>
  <div class="form-group col-xs-12 col-sm-2 col-lg-2 filter_cls" style="display: none;">
    <button class="btn pull-left" type="submit" id="submit-filter-form" name="submit_filter_form">Filter Results</button>
  </div>
  <div class="form-group col-xs-12 col-sm-2 col-lg-2 reset_filter" style="display: none;">
    <button class="btn pull-left resrt_filter_cls" type="button">Reset Search</button>
  </div>
</form>

POST /process_contact_form.php

<form id="contact-form" method="post" action="/process_contact_form.php" novalidate="novalidate">
  <input type="hidden" name="utm_source" value="">
  <input type="hidden" name="utm_campaign" value="">
  <input type="hidden" name="contact_location" value="Los Angeles, CA">
  <input type="hidden" name="property_type" value="w">
  <input type="hidden" name="contact_budget" value="">
  <!-- <label for="contact_firstname">First Name:</label> !-->
  <input class="form-firstname" type="text" placeholder="First Name" name="contact_firstname"><br>
  <!-- <label for="contact_name">Name:</label> !-->
  <input class="form-control required" type="text" placeholder="Name" name="contact_name"><br>
  <!-- <label for="contact_phone">Phone:</label> !-->
  <input class="form-control required" type="tel" placeholder="Phone" name="contact_phone"><br>
  <!-- <label for="contact_email">Email:</label> !-->
  <input class="form-control required email" type="email" placeholder="Email" name="contact_email"><br>
  <!-- <label for="contact_company">Company:</label> !-->
  <input class="form-control required" type="text" placeholder="Company" name="contact_company"><br>
  <!-- <label for="contact_sq_ft">Square Feet?:</label>    !-->
  <input class="form-control required" type="text" placeholder="Square Feet?" name="contact_sq_ft"><br>
  <!--<input class="input-xlarge" type="text" placeholder="Additional Requirements?" name="contact_additional_req">-->
  <!-- <label for="contact_message">Comments:</label>  !-->
  <textarea class="form-control required" rows="3" name="contact_message" placeholder="What can you tell us about what you are looking for?"></textarea><br>
  <input type="text" id="website" name="website" style="display:none" value="" tabindex="-1" autocomplete="off">
  <button class="btn btn-block btn-danger" type="submit" id="submit-contact-form" name="submit_contact_form">Get Property Report</button>
  <input type="hidden" name="property_url" value="https://warehousespaces.com/warehouses/United-States/Los%20Angeles">
</form>

POST /process_contact_form.php

<form id="contact-form" method="post" action="/process_contact_form.php">
  <input type="hidden" name="utm_source" value="">
  <input type="hidden" name="utm_campaign" value="">
  <input type="hidden" name="contact_location" value="Los Angeles, CA">
  <input type="hidden" name="property_type" value="w">
  <input type="hidden" name="contact_budget" value="">
  <!-- <label for="contact_firstname">First Name:</label> !-->
  <input class="form-firstname" type="text" placeholder="First Name" name="contact_firstname"><br>
  <!-- <label for="contact_name">Name:</label> !-->
  <input class="form-control required" type="text" placeholder="Name" name="contact_name"><br>
  <!-- <label for="contact_phone">Phone:</label> !-->
  <input class="form-control required" type="tel" placeholder="Phone" name="contact_phone"><br>
  <!-- <label for="contact_email">Email:</label> !-->
  <input class="form-control required email" type="email" placeholder="Email" name="contact_email"><br>
  <!-- <label for="contact_company">Company:</label> !-->
  <input class="form-control required" type="text" placeholder="Company" name="contact_company"><br>
  <!-- <label for="contact_sq_ft">Square Feet?:</label>    !-->
  <input class="form-control required" type="text" placeholder="Square Feet?" name="contact_sq_ft"><br>
  <!--<input class="input-xlarge" type="text" placeholder="Additional Requirements?" name="contact_additional_req">-->
  <!-- <label for="contact_message">Comments:</label>  !-->
  <textarea class="form-control required" rows="3" name="contact_message" placeholder="What can you tell us about what you are looking for?"></textarea><br>
  <input type="text" id="website" name="website" style="display:none" value="" tabindex="-1" autocomplete="off">
  <button class="btn btn-block btn-danger" type="submit" id="submit-contact-form" name="submit_contact_form">Get Property Report</button>
  <input type="hidden" name="property_url" value="https://warehousespaces.com/warehouses/United-States/Los%20Angeles">
</form>

Text Content

 * WAREHOUSESPACES


 * (800) 481-0120

 * ABOUT US
 * FREE PROPERTY REPORT
   


GIVEN THE CURRENT CORONAVIRUS PANDEMIC, WE ARE HERE AS A RESOURCE SHOULD YOU
WISH TO CONTACT US ABOUT ANY REAL ESTATE RELATED ISSUES AND POTENTIAL
OPTIONS/SOLUTIONS. HOPEFULLY THIS INPUT MAY HELP WITH ANY BUSINESS CONTINGENCY
PLANNING YOU MAY BE UNDERTAKING.

Contact Us


HOME / CA / LOS ANGELES WAREHOUSES

© Mapbox © OpenStreetMap Improve this map


Filter Results by:

Size Range:
Any 10,000 - 15,000 SF 15,000 - 20,000 SF 20,000 - 30,000 SF 30,000 - 40,000 SF
50,000 - 100,000 SF 100,000 - 250,000 SF 250,000 - 500,000 SF 500,000 -
1,000,000 SF 1,000,000+ SF
Price Range:
Any $2,500 - $5000 month $5,001- $7,500/ month $7501 - $10,000 / month $10,001 -
$15,000/ month $15,001 - $20,000/ month $20,001 - $50,000/ month $50,001 -
$100,000/ month $100,001 - $250,000/ month $250,000+/ month
Sort By:
Any Square Footage (Low to High) Square Footage (High to Low) Price (Low to
High) Price (High to Low)

Filter Results
Reset Search

 


WAREHOUSESPACES.COM

We have a team of local experts to assist with your search

Get Started
(800) 989-5894


CALL US NOW

CAN'T FIND WHAT YOUR LOOKING FOR? WE HAVE ACCESS TO HARD TO FIND, YET TO BE
LISTED AND OFF-MARKET OPPORTUNITIES.




FREE PROPERTY REPORT

 * See all lease/purchase options in 24 hours
 * Get 1-2+ months of free rent on most leases
 * We can negotiate 15-20% off list price
 * Our tenant rep service is 100% free to clients

We can answer questions, send you a short list of options and schedule tours.








Get Property Report

BY CLICKING SUBMIT, YOU AGREE TO OUR TERMS OF USER AND PRIVACY POLICY.

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

YOU WILL RECEIVE:

 * Free Availability Report based on your search criteria
 * Details on Landlord incentives and special offers
 * No obligation advice from local broker specialist

 



 


LOS ANGELES WAREHOUSE MARKET

Los Angeles currently features warehouses with (506) for rent. Browse through
all of the available listings for industrial space and our agents will be happy
to send detailed property reports on any building you would like to review. Our
Los Angeles commercial real estate office handles both lease and purchase
transactions with complimentary advisory services to review agreements, leverage
opportunities and schedule tours of available properties.



LOS ANGELES WAREHOUSE STATS

Total available listings: 506
Total square footage: 16,528,935 SF

Total for rent : 506
Average asking rate: $1.07 sf/mo
Average size available: 32,666 SF
Price range: Negotiable to $2.50 sf/mo




AVAILABLE LAYOUTS

: 4 Listings
Distribution Warehouse: 5 Listings
Flex Space: 9 Listings
Manufacturing: 6 Listings
Warehouse: 577 Listings



LOS ANGELES WAREHOUSE SPACE FOR RENT




8421-8501 LANKERSHIM BL

Los Angeles, CA
$ 62,325.00/mo

($15.00/sf/Yr.)
($1.25/sf/Mo.)

49,860 square feet
Industrial
Flex Space


More Info


5318 MCCONNELL AVE, MAR

Los Angeles, CA
$ 38,115.00/mo

($33.00/sf/Yr.)
($2.75/sf/Mo.)

13,860 square feet
Industrial
Warehouse


More Info


1324 CYPRESS AVE, GLASS

Los Angeles, CA
$ 25,774.00/mo

($11.76/sf/Yr.)
($0.98/sf/Mo.)

26,300 square feet
Industrial



More Info


2430-2430 E. 11TH ST.,

Los Angeles, CA
$ 20,260.60/mo

($10.20/sf/Yr.)
($0.85/sf/Mo.)

23,836 square feet
Industrial
Warehouse


More Info


811-817 SAN JULIAN ST.,

Los Angeles, CA
$ 36,510.47/mo

($10.68/sf/Yr.)
($0.89/sf/Mo.)

41,023 square feet
Industrial
Warehouse


More Info


6721 ROMAINE ST,LOS ANG

Los Angeles, CA
$ 159,518.00/mo

($47.00/sf/Yr.)
($3.92/sf/Mo.)

40,728 square feet
flex
Warehouse


More Info





12575 BEATRICE ST,LOS A

Los Angeles, CA
$ 92,151.50/mo

($42.00/sf/Yr.)
($3.50/sf/Mo.)

26,329 square feet
flex
Warehouse


More Info


1800 COLORADO BLVD,LOS

Los Angeles, CA
$ 40,378.42/mo

($23.00/sf/Yr.)
($1.92/sf/Mo.)

21,067 square feet
office
Warehouse


More Info


5853-5863 COMPTON AVE,L

Los Angeles, CA
$ 20,253.33/mo

($16.00/sf/Yr.)
($1.33/sf/Mo.)

15,190 square feet
flex
Warehouse


More Info


608 MATEO ST, LOS ANGEL

Los Angeles, CA
$ 31,050.00/mo

($27.00/sf/Yr.)
($2.25/sf/Mo.)

13,800 square feet
Industrial
Warehouse


More Info


5200 W JEFFERSON BLVD,

Los Angeles, CA
$ 15,833.33/mo

($19.00/sf/Yr.)
($1.58/sf/Mo.)

10,000 square feet
Industrial
Warehouse


More Info


2037 GRANVILLE AVE, LOS

Los Angeles, CA
$ 44,083.33/mo

($46.00/sf/Yr.)
($3.83/sf/Mo.)

11,500 square feet
Industrial
Warehouse


More Info


11161 W PICO BLVD, LOS

Los Angeles, CA
$ 38,171.67/mo

($37.00/sf/Yr.)
($3.08/sf/Mo.)

12,380 square feet
Industrial
Warehouse


More Info


13200 ESTRELLA AVE, LOS

Los Angeles, CA
$ 10,018.00/mo

($12.00/sf/Yr.)
($1.00/sf/Mo.)

10,018 square feet
Industrial
Warehouse


More Info


718 E 59TH ST, LOS ANGE

Los Angeles, CA
$ 12,916.67/mo

($10.00/sf/Yr.)
($0.83/sf/Mo.)

15,500 square feet
Industrial
Warehouse


More Info
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10
 * 11
 * 12
 * 13
 * 14
 * 15
 * 16
 * 17
 * 18
 * 19
 * 20
 * 21
 * 22
 * 23
 * 24
 * 25
 * 26
 * 27
 * 28
 * 29
 * 30
 * 31
 * 32
 * 33
 * 34
 * 35
 * 36
 * 37
 * 38
 * Next

 




FREE PROPERTY REPORT

 * See all lease/purchase options in 24 hours
 * Get 1-2+ months of free rent on most leases
 * We can negotiate 15-20% off list price
 * Our tenant rep service is 100% free to clients

We can answer questions, send you a short list of options and schedule tours.








Get Property Report

BY CLICKING SUBMIT, YOU AGREE TO OUR TERMS OF USER AND PRIVACY POLICY. YOUR
MESSAGE WILL BE SENT TO LOCAL BROKER AND NOT MADE PUBLIC.

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

YOU WILL RECEIVE:

 * Free Availability Report based on your search criteria
 * Details on Landlord incentives and special offers
 * No obligation advice from local broker specialist

 



 


LOS ANGELES WAREHOUSE MARKET

Los Angeles currently features warehouses with (506) for rent. Browse through
all of the available listings for industrial space and our agents will be happy
to send detailed property reports on any building you would like to review. Our
Los Angeles commercial real estate office handles both lease and purchase
transactions with complimentary advisory services to review agreements, leverage
opportunities and schedule tours of available properties.



LOS ANGELES WAREHOUSE STATS

Total available listings: 506
Total square footage: 16,528,935 SF

Total for rent : 506
Average asking rate: $1.07 sf/mo
Average size available: 32,666 SF
Price range: Negotiable to $2.50 sf/mo




AVAILABLE LAYOUTS

: 4 Listings
Distribution Warehouse: 5 Listings
Flex Space: 9 Listings
Manufacturing: 6 Listings
Warehouse: 577 Listings

 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10
 * 11
 * 12
 * 13
 * 14
 * 15
 * 16
 * 17
 * 18
 * 19
 * 20
 * 21
 * 22
 * 23
 * 24
 * 25
 * 26
 * 27
 * 28
 * 29
 * 30
 * 31
 * 32
 * 33
 * 34
 * 35
 * 36
 * 37
 * 38
 * Next


Cities Covered
States Covered



FEATURED CLIENTS



Terms & Conditions | Privacy Policy | Listings Disclaimer | Submit Listing |
Sitemap
© warehousespaces.com 2022. All rights reserved.