Apartment List Scraper
3 days trial then $30.00/month - No credit card required now
Apartment List Scraper
3 days trial then $30.00/month - No credit card required now
A powerful web scraper that is designed to extract data from ApartmentList.com
Actor - Apartment List Scraper
Apartment List scraper
ApartmentList.com is a popular online platform that connects renters with apartments across the United States. It offers a wide range of rental listings, helping individuals find their ideal living space based on their preferences and requirements. From spacious studios to luxurious penthouses, ApartmentList.com features listings from various property owners and management companies.
With its extensive database, ApartmentList.com provides detailed information about each apartment, including rental prices, amenities, location, and more. However, accessing this data programmatically can be challenging, as the platform does not offer a dedicated API for developers to retrieve information efficiently.
That's where our ApartmentList.com scraper comes in. This powerful tool is designed to extract data from ApartmentList.com, enabling you to gather the information you need for your specific purposes. Whether you're a real estate professional, a researcher, or someone searching for an apartment, this scraper simplifies the process of accessing and organizing apartment listings from ApartmentList.com.
The Apartment List data scraper supports the following features:
-
Scrape lists - Scrape any list that you'd like to get from Apartments List
-
Scrape property details - Scrape very detailed information for each of the properties that you'd like to get.
Bugs, fixes, updates, and changelog
This scraper is under active development. If you have any feature requests you can create an issue from here.
Input Parameters
The input of this scraper should be JSON containing the list of pages on Apartment List that should be visited. Required fields are:
-
startUrls
: (Optional) (Array) List of Apartment List URLs. You should only provide a news list, jobs list, or detailed URLs. -
endPage
: (Optional) (Number) Final number of page that you want to scrape. The default isInfinite
. This applies to allsearch
requests andstartUrls
individually. -
maxItems
: (Optional) (Number) You can limit scraped items. This should be useful when you search through the big lists or search results. -
proxy
: (Required) (Proxy Object) Proxy configuration. -
extendOutputFunction
: (Optional) (String) Function that takes a JQuery handle ($) as an argument and returns an object with data. -
customMapFunction
: (Optional) (String) Function that takes each object's handle as an argument and returns the object with executing the function.
This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.
Tip
When you want to scrape over a specific list URL, just copy and paste the link as one of the startUrl.
If you would like to scrape only the first page of a list then put the link for the page and have the endPage
as 1.
With the last approach that is explained above you can also fetch any interval of pages. If you provide the 5th page of a list and define the endPage
parameter as 6 then you'll have the 5th and 6th pages only.
Compute Unit Consumption
The actor is optimized to run blazing fast and scrape as many items as possible. Therefore, it forefronts all the detailed requests. If the actor doesn't block very often it'll scrape 100 listings in 4 minutes with ~0.01-0.03 compute units.
Apartment List Scraper Input example
1{ 2 "startUrls": [ 3 "https://www.apartmentlist.com/tx/frisco/the-commons-of-chapel-creek", 4 "https://www.apartmentlist.com/tx/frisco/villas-of-chapel-creek", 5 "https://www.apartmentlist.com/tx/frisco/legends-at-legacy--1", 6 "https://www.apartmentlist.com/tx/frisco/the-kathryn", 7 "https://www.apartmentlist.com/tx/frisco/jefferson-at-the-grove", 8 "https://www.apartmentlist.com/tx/frisco/sorrel-phillips-creek-ranch", 9 "https://www.apartmentlist.com/tx/frisco" 10 ], 11 "proxy": { 12 "useApifyProxy": true 13 }, 14 "endPage": 5, 15 "maxItems": 20 16}
During the Run
During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified. When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.
If you provide incorrect input to the actor, it will immediately stop with a failure state and output an explanation of what is wrong.
Apartment List Export
During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.
You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this Apartment List actor.
Scraped Apartment List Properties
The structure of each item in Apartment List looks like this:
Property Detail
1{ 2 "url": "https://www.apartmentlist.com/co/denver/zia-sunnyside", 3 "type": "Property", 4 "photos": [ 5 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/3366a2ab65c44b698cdc59313fd80c65.jpg", 6 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/3b913b788940e3b75240d394402b773a.jpg", 7 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/633b39d601c3da70e595d153d6cfd1d9.jpg", 8 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/6d72f699f51db2dbb9375b5c6ee463dc.jpg", 9 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/aa5f03b5012ce89ebb42ee00cc425f0d.jpg", 10 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/7a2b4f1a98f869eb2191e9be5734034d.jpg", 11 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/e0463c236069d1a6bb4501f3da0a1a87.jpg", 12 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/1dfc17f52f35099934b348479a319205.jpg", 13 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/9d982e406bbd2c48c936254d585bf9b6.jpg", 14 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/f927e853a46bbed00ae370eebd534eec.jpg", 15 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/01bc696248f0aba4842dd0e4030a65f6.jpg", 16 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/419725ccbcee9845157d1cc52f7608af.jpg", 17 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/cf45cc4dd15830f91b4af9e735a5e4c4.jpg", 18 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/539c4fd2aeed6eb4ea367debd7147efe.jpg", 19 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/f8da18d6bab29d21b47a147b6a970dab.jpg", 20 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/f9f1ccc7b121dd4b06c6b2c60489da1f.jpg", 21 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/9b9fec2e5cec24177f81f1c7b95dd4a8.jpg", 22 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/b8a1ffa08359f3aa79dd1493bf0f078b.jpg", 23 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/a6c5874038819246844384df6735e56c.jpg", 24 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/7b920d1220556698041fa1e529532d92.jpg", 25 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/a2bcf9859558c27daff79477383f8a28.jpg", 26 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/08ccc8640beaad69279e988b2494c312.jpg", 27 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/dc5040aaf64b00582ece10694a689d68.jpg", 28 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/18e4153787234ba01020dd59fceff4ee.jpg", 29 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/4c76022fc8d7764fcf1033cc4d6f6e6b.jpg", 30 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/9f3cd004a578d1fe1f04778b7f0c3821.jpg", 31 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/20105cbc8daffae866bd67f0c9f79052.jpg", 32 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/e0c42d4161e2de6756b78c53d08e41e8.jpg", 33 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/746433859cc98b0374848f1ae3d317ca.jpg", 34 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/59654d48293640625f31a7ddea016421.jpg", 35 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/b9b2ee7a70cd602cb98ec6aff18aff77.jpg", 36 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/1f20e50e9b3d3c6f18a782e9fabcccec.jpg", 37 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/76ac7fe125cc1627bddb93e4db400ff8.jpg", 38 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/40f1de20c896345215905be7dd7a7de3.jpg", 39 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/1f481e4d83e0923b53b7cd704cf8c30e.jpg", 40 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/935c2634af9319d944ae5dd355cf78ca.jpg", 41 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/ab10c7838858af8622b08767d258eb45.jpg", 42 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/bfff57ba2705574961cdf17d7d76ec9f.jpg", 43 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/2a945b951951f70e87a752ecfa45fe50.jpg", 44 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/e18414fde189dd49f077c3ee4b8e81bb.jpg", 45 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/2dce7e854dc38704105ac095a9d4a32d.jpg", 46 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/66378c423d523ae97c8b8e1570509706.jpg", 47 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/1d4afe832b352a5909162948275c1578.jpg", 48 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/f62994210964eb3b2538f8efcbd5db0d.jpg", 49 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/3ec19ba57c2e0e9120a9c2819846102c.jpg", 50 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/6c29a254c1e4da9d8b01320476d69241.jpg", 51 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/a05a059dcfd0c2897178ad357413750e.jpg", 52 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/3c4fe810869e96a4954fc0f87cf1d65d.jpg", 53 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/23ca70c38429b31a429556d292e97022.jpg", 54 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/2cf7a54c24184b9d53f071252eab3c7b.jpg", 55 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/af99c72f93a4574d9408b657895df12c.jpg" 56 ], 57 "scrapedAt": "2023-06-20T22:35:51.036Z", 58 "updatedAt": "2023-06-20T22:34:09.698Z", 59 "coordinates": { 60 "latitude": 39.772577, 61 "longitude": -104.9984979 62 }, 63 "propertyName": "Zia Sunnyside", 64 "description": "Where being home can feel like being on vacation. Zia Sunnyside is an urban dweller's paradise. From co-working spaces to a spa, from fitness classes to a firepit. Everything you need right outside your front door. Conveniently located steps from the 41st & Fox commuter rail station, residents will be one stop away from Union Staion and all of Denver. At Zia Sunnyside, life is brighter!", 65 "depositFee": "No deposit required with approved credit.", 66 "isActive": true, 67 "additionalFees": "$10 Pest Control; $15 Trash Removal; $50 Basic Internet", 68 "applicationFee": "$19.45 per applicant", 69 "isAdvertisable": true, 70 "leaseTerms": "6-15 months", 71 "moveInFees": null, 72 "parkingDetails": null, 73 "id": "p37540959", 74 "rentalType": "apartment", 75 "storageDetails": null, 76 "availabilityLastChecked": "2023-06-20T22:22:18.176Z", 77 "location": { 78 "fullAddress": "4055 Inca Street, Denver, CO 80211", 79 "state": "CO", 80 "city": "Denver", 81 "postalCode": "80211", 82 "streedAddress": "4055 Inca Street", 83 "streetAddress": "4055 Inca Street" 84 }, 85 "amenities": [ 86 "Dogs allowed", 87 "Pet friendly", 88 "Clubhouse", 89 "Courtyard", 90 "Elevator", 91 "Fire pit", 92 "24hr gym", 93 "Green community", 94 "Parking", 95 "Pool", 96 "Bbq/grill", 97 "Bike storage", 98 "Garage", 99 "Guest suite", 100 "Hot tub", 101 "Package receiving", 102 "Cats allowed", 103 "Accessible", 104 "24hr maintenance", 105 "Business center", 106 "Car charging", 107 "CC payments", 108 "Conference room", 109 "E-payments", 110 "Game room", 111 "Guest parking", 112 "Internet cafe", 113 "Key fob access", 114 "Lobby", 115 "Media room", 116 "Online portal", 117 "Smoke-free community", 118 "Trash valet", 119 "Yoga", 120 "Air conditioning", 121 "Carpet", 122 "Dishwasher", 123 "Extra storage", 124 "Garbage disposal", 125 "In unit laundry", 126 "Microwave", 127 "Patio / balcony", 128 "Refrigerator", 129 "Stainless steel", 130 "Furnished", 131 "Hardwood floors", 132 "Bathtub", 133 "Ice maker", 134 "Oven", 135 "Range", 136 "Smoke-free units", 137 "Walk in closets" 138 ], 139 "schools": [ 140 { 141 "type": "public", 142 "name": "Trevista Ece-8 At Horace Mann", 143 "grades": "PK-5", 144 "numberOfStudents": 351, 145 "rating": "3/10", 146 "distance": 0.261754974268955 147 }, 148 { 149 "type": "public", 150 "name": "Bryant Webster K-8 School", 151 "grades": "PK-8", 152 "numberOfStudents": 425, 153 "rating": "5/10", 154 "distance": 0.6358336137360657 155 }, 156 { 157 "type": "public", 158 "name": "Garden Place Elementary School", 159 "grades": "PK-6", 160 "numberOfStudents": 376, 161 "rating": "5/10", 162 "distance": 0.7194944774565972 163 }, 164 { 165 "type": "charter", 166 "name": "STRIVE Prep - Sunnyside Campus", 167 "grades": "6-8", 168 "numberOfStudents": 264, 169 "rating": "3/10", 170 "distance": 0.7958826199560068 171 }, 172 { 173 "type": "public", 174 "name": "Academia Ana Marie Sandoval", 175 "grades": "PK-6", 176 "numberOfStudents": 420, 177 "rating": "5/10", 178 "distance": 0.9512246862254092 179 }, 180 { 181 "type": "public", 182 "name": "Columbian Elementary School", 183 "grades": "PK-5", 184 "numberOfStudents": 268, 185 "rating": "2/10", 186 "distance": 1.3284801057141438 187 }, 188 { 189 "type": "charter", 190 "name": "University Preparatory School", 191 "grades": "K-5", 192 "numberOfStudents": 346, 193 "rating": "6/10", 194 "distance": 1.3351755417189657 195 }, 196 { 197 "type": "charter", 198 "name": "Academy Of Urban Learning", 199 "grades": "9-12", 200 "numberOfStudents": 108, 201 "rating": "1/10", 202 "distance": 1.3716209207004113 203 }, 204 { 205 "type": "public", 206 "name": "Beach Court Elementary School", 207 "grades": "PK-5", 208 "numberOfStudents": 263, 209 "rating": "4/10", 210 "distance": 1.392346653000609 211 }, 212 { 213 "type": "public", 214 "name": "Valdez Elementary School", 215 "grades": "PK-5", 216 "numberOfStudents": 406, 217 "rating": "6/10", 218 "distance": 1.404318796357513 219 }, 220 { 221 "type": "charter", 222 "name": "Strive Prep - Excel", 223 "grades": "9-12", 224 "numberOfStudents": 317, 225 "rating": "4/10", 226 "distance": 1.5173125059713921 227 }, 228 { 229 "type": "public", 230 "name": "North High School", 231 "grades": "9-12", 232 "numberOfStudents": 1115, 233 "rating": "3/10", 234 "distance": 1.5173125059713921 235 }, 236 { 237 "type": "charter", 238 "name": "Wyatt Academy", 239 "grades": "K-5", 240 "numberOfStudents": 260, 241 "rating": "7/10", 242 "distance": 1.6711236558837785 243 }, 244 { 245 "type": "charter", 246 "name": "Dsst: Cole High School", 247 "grades": "9-12", 248 "numberOfStudents": 397, 249 "rating": "5/10", 250 "distance": 1.6963235744155991 251 }, 252 { 253 "type": "public", 254 "name": "Cole Arts And Science Academy", 255 "grades": "PK-5", 256 "numberOfStudents": 477, 257 "rating": "2/10", 258 "distance": 1.6963235744155991 259 }, 260 { 261 "type": "public", 262 "name": "Fred N Thomas Career Education Center", 263 "grades": "9-12", 264 "numberOfStudents": 472, 265 "rating": "4/10", 266 "distance": 1.7339383194787927 267 }, 268 { 269 "type": "public", 270 "name": "Skinner Middle School", 271 "grades": "6-8", 272 "numberOfStudents": 608, 273 "rating": "6/10", 274 "distance": 1.7494654318851206 275 }, 276 { 277 "type": "charter", 278 "name": "The Boys School Of Denver", 279 "grades": "6", 280 "numberOfStudents": 87, 281 "rating": "4/10", 282 "distance": 1.776143431630358 283 }, 284 { 285 "type": "public", 286 "name": "Polaris at Ebert Elementary School", 287 "grades": "1-5", 288 "numberOfStudents": 334, 289 "rating": "9/10", 290 "distance": 1.7947729056942598 291 }, 292 { 293 "type": "public", 294 "name": "Whittier K-8 School", 295 "grades": "PK-8", 296 "numberOfStudents": 288, 297 "rating": "4/10", 298 "distance": 1.9270033921856167 299 }, 300 { 301 "type": "public", 302 "name": "Manual High School", 303 "grades": "9-12", 304 "numberOfStudents": 309, 305 "rating": "2/10", 306 "distance": 1.968919592466477 307 }, 308 { 309 "type": "charter", 310 "name": "Downtown Denver Expeditionary School", 311 "grades": "K-5", 312 "numberOfStudents": 405, 313 "rating": "5/10", 314 "distance": 1.9732649557582613 315 }, 316 { 317 "type": "public", 318 "name": "Harrington Elementary School", 319 "grades": "PK-5", 320 "numberOfStudents": 289, 321 "rating": "4/10", 322 "distance": 2.1408492397069607 323 }, 324 { 325 "type": "public", 326 "name": "Brown Elementary School", 327 "grades": "PK-5", 328 "numberOfStudents": 627, 329 "rating": "5/10", 330 "distance": 2.2599420503187644 331 }, 332 { 333 "type": "public", 334 "name": "Edison Elementary School", 335 "grades": "PK-5", 336 "numberOfStudents": 576, 337 "rating": "5/10", 338 "distance": 2.266654798140853 339 }, 340 { 341 "type": "public", 342 "name": "Swansea Elementary School", 343 "grades": "PK-5", 344 "numberOfStudents": 486, 345 "rating": "2/10", 346 "distance": 2.3013202370723405 347 }, 348 { 349 "type": "public", 350 "name": "Centennial A School for Expeditionary Learning", 351 "grades": "PK-5", 352 "numberOfStudents": 495, 353 "rating": "3/10", 354 "distance": 2.3843745448009743 355 }, 356 { 357 "type": "charter", 358 "name": "Cesar Chavez Academy Denver", 359 "grades": "K-8", 360 "numberOfStudents": 247, 361 "rating": "5/10", 362 "distance": 2.4182306621472156 363 }, 364 { 365 "type": "charter", 366 "name": "Ricardo Flores Magon Academy", 367 "grades": "K-8", 368 "numberOfStudents": 280, 369 "rating": "2/10", 370 "distance": 2.4187853329128712 371 }, 372 { 373 "type": "public", 374 "name": "Columbine Elementary School", 375 "grades": "PK-5", 376 "numberOfStudents": 260, 377 "rating": "3/10", 378 "distance": 2.4552840275703085 379 }, 380 { 381 "type": "public", 382 "name": "Bruce Randolph School", 383 "grades": "6-12", 384 "numberOfStudents": 739, 385 "rating": "3/10", 386 "distance": 2.5812571921284504 387 }, 388 { 389 "type": "public", 390 "name": "Greenlee Elementary School", 391 "grades": "PK-5", 392 "numberOfStudents": 303, 393 "rating": "5/10", 394 "distance": 2.633490831148173 395 }, 396 { 397 "type": "charter", 398 "name": "Pioneer Charter School", 399 "grades": "PK-5", 400 "numberOfStudents": 238, 401 "rating": "5/10", 402 "distance": 2.639881399946562 403 }, 404 { 405 "type": "charter", 406 "name": "Strive Prep - Lake Campus", 407 "grades": "6-8", 408 "numberOfStudents": 333, 409 "rating": "3/10", 410 "distance": 2.6464914601700076 411 }, 412 { 413 "type": "public", 414 "name": "Lake International School", 415 "grades": "6-8", 416 "numberOfStudents": 342, 417 "rating": "2/10", 418 "distance": 2.6464914601700076 419 }, 420 { 421 "type": "public", 422 "name": "Morey Middle School", 423 "grades": "6-8", 424 "numberOfStudents": 280, 425 "rating": "7/10", 426 "distance": 2.667372766892018 427 }, 428 { 429 "type": "public", 430 "name": "Cheltenham Elementary School", 431 "grades": "PK-5", 432 "numberOfStudents": 397, 433 "rating": "4/10", 434 "distance": 2.7388448341866853 435 }, 436 { 437 "type": "public", 438 "name": "Compassion Road Academy", 439 "grades": "9-12", 440 "numberOfStudents": 197, 441 "rating": "1/10", 442 "distance": 2.8129278197708376 443 }, 444 { 445 "type": "public", 446 "name": "Fairview Elementary School", 447 "grades": "PK-5", 448 "numberOfStudents": 226, 449 "rating": "3/10", 450 "distance": 2.9001004794698453 451 }, 452 { 453 "type": "charter", 454 "name": "Girls Athletic Leadership School Middle School", 455 "grades": "6-8", 456 "numberOfStudents": 327, 457 "rating": "5/10", 458 "distance": 3.0556656532864404 459 }, 460 { 461 "type": "charter", 462 "name": "Girls Athletic Leadership School High School", 463 "grades": "9-12", 464 "numberOfStudents": 136, 465 "rating": "3/10", 466 "distance": 3.0556656532864404 467 }, 468 { 469 "type": "public", 470 "name": "East High School", 471 "grades": "9-12", 472 "numberOfStudents": 2659, 473 "rating": "7/10", 474 "distance": 3.1119655232952645 475 }, 476 { 477 "type": "charter", 478 "name": "Venture Prep", 479 "grades": "9-12", 480 "numberOfStudents": 133, 481 "rating": "1/10", 482 "distance": 3.117405737451378 483 }, 484 { 485 "type": "public", 486 "name": "Dora Moore ECE - 8th Grade School", 487 "grades": "PK-8", 488 "numberOfStudents": 343, 489 "rating": "6/10", 490 "distance": 3.225528097599016 491 }, 492 { 493 "type": "public", 494 "name": "Colfax Elementary School", 495 "grades": "PK-5", 496 "numberOfStudents": 302, 497 "rating": "3/10", 498 "distance": 3.2379241309791595 499 }, 500 { 501 "type": "public", 502 "name": "Denver Center For International Studies", 503 "grades": "6-12", 504 "numberOfStudents": 730, 505 "rating": "5/10", 506 "distance": 3.278627505499149 507 }, 508 { 509 "type": "public", 510 "name": "Eagleton Elementary School", 511 "grades": "PK-5", 512 "numberOfStudents": 399, 513 "rating": "4/10", 514 "distance": 3.292705171194403 515 }, 516 { 517 "type": "public", 518 "name": "Valley View K-8", 519 "grades": "K-8", 520 "numberOfStudents": 428, 521 "rating": "4/10", 522 "distance": 3.449567645556564 523 }, 524 { 525 "type": "public", 526 "name": "Edgewater Elementary School", 527 "grades": "PK-6", 528 "numberOfStudents": 458, 529 "rating": "2/10", 530 "distance": 3.482512989952403 531 }, 532 { 533 "type": "public", 534 "name": "Francis M. Day Elementary School", 535 "grades": "PK-5", 536 "numberOfStudents": 386, 537 "rating": "4/10", 538 "distance": 3.583744890427132 539 } 540 ], 541 "units": [ 542 { 543 "bath": 2, 544 "bed": 2, 545 "photos": [ 546 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/8d897fe5862853c8728577425edbd826.jpg" 547 ], 548 "availability": "available", 549 "availableOn": "2023-08-17", 550 "id": 33184919, 551 "name": "1119", 552 "price": 2785, 553 "priceMax": 0, 554 "remoteListingId": "C-2A.1-1119", 555 "sqft": 920, 556 "unitRentalId": "p37540959-C-2A.1-1119", 557 "updatedAt": "2023-06-15T13:52:39Z", 558 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=26176441&myOlePropertyId=1231141&floorPlans=3451845&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 559 }, 560 { 561 "bath": 2, 562 "bed": 2, 563 "photos": [ 564 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/86be46cda853ac491291b78c664f22d4.jpg" 565 ], 566 "availability": "available", 567 "availableOn": "2023-09-02", 568 "id": 33291902, 569 "name": "1715", 570 "price": 3005, 571 "priceMax": 0, 572 "remoteListingId": "C-2A.2-1715", 573 "sqft": 938, 574 "unitRentalId": "p37540959-C-2A.2-1715", 575 "updatedAt": "2023-06-20T13:32:06Z", 576 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=26176533&myOlePropertyId=1231141&floorPlans=3451854&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 577 }, 578 { 579 "bath": 2, 580 "bed": 2, 581 "photos": [ 582 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/86be46cda853ac491291b78c664f22d4.jpg" 583 ], 584 "availability": "available", 585 "availableOn": "2023-08-11", 586 "id": 28257497, 587 "name": "1619", 588 "price": 2945, 589 "priceMax": 0, 590 "remoteListingId": "C-2A.2-1619", 591 "sqft": 938, 592 "unitRentalId": "p37540959-C-2A.2-1619", 593 "updatedAt": "2023-06-07T13:36:40Z", 594 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=26176520&myOlePropertyId=1231141&floorPlans=3451854&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 595 }, 596 { 597 "bath": 2, 598 "bed": 2, 599 "photos": [ 600 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/1bf3d421bacee950998796914d192339.jpg" 601 ], 602 "availability": "available", 603 "availableOn": "2023-08-26", 604 "id": 33303421, 605 "name": "1101", 606 "price": 3788, 607 "priceMax": 0, 608 "remoteListingId": "C-2G-1101", 609 "sqft": 1092, 610 "unitRentalId": "p37540959-C-2G-1101", 611 "updatedAt": "2023-06-20T13:32:06Z", 612 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=26176433&myOlePropertyId=1231141&floorPlans=3451843&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 613 }, 614 { 615 "bath": 1, 616 "bed": 0, 617 "photos": [ 618 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/14bd826d8e84c70288d3bb86a0e8e3f6.jpg" 619 ], 620 "availability": "available", 621 "availableOn": "2023-08-16", 622 "id": 33226685, 623 "name": "374", 624 "price": 1952, 625 "priceMax": 0, 626 "remoteListingId": "A-0E-374", 627 "sqft": 599, 628 "unitRentalId": "p37540959-A-0E-374", 629 "updatedAt": "2023-06-20T13:32:07Z", 630 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24128972&myOlePropertyId=1231141&floorPlans=3413537&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 631 }, 632 { 633 "bath": 2, 634 "bed": 2, 635 "photos": [ 636 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/f6a267196aa30b9134d327390fcc4f75.jpg" 637 ], 638 "availability": "available", 639 "availableOn": "2023-08-05", 640 "id": 33024035, 641 "name": "33", 642 "price": 3538, 643 "priceMax": 0, 644 "remoteListingId": "ZiaA-2G-33", 645 "sqft": 1330, 646 "unitRentalId": "p37540959-ZiaA-2G-33", 647 "updatedAt": "2023-06-01T13:20:44Z", 648 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24102860&myOlePropertyId=1231141&floorPlans=3413553&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 649 }, 650 { 651 "bath": 1, 652 "bed": 0, 653 "photos": [ 654 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/40a4afabf8e652c60ef5d8a857774368.jpg" 655 ], 656 "availability": "available", 657 "availableOn": "2023-08-05", 658 "id": 28676576, 659 "name": "569", 660 "price": 1839, 661 "priceMax": 0, 662 "remoteListingId": "A-0A-569", 663 "sqft": 486, 664 "unitRentalId": "p37540959-A-0A-569", 665 "updatedAt": "2023-06-15T13:52:40Z", 666 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24168966&myOlePropertyId=1231141&floorPlans=3413533&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 667 }, 668 { 669 "bath": 1, 670 "bed": 1, 671 "photos": [ 672 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/7e882ec7b8921aab5295d6463bf83f65.jpg" 673 ], 674 "availability": "available", 675 "availableOn": "2023-08-18", 676 "id": 33124657, 677 "name": "367", 678 "price": 1930, 679 "priceMax": 0, 680 "remoteListingId": "ZiaA-1A-367", 681 "sqft": 598, 682 "unitRentalId": "p37540959-ZiaA-1A-367", 683 "updatedAt": "2023-06-19T13:49:07Z", 684 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24128967&myOlePropertyId=1231141&floorPlans=3413539&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 685 }, 686 { 687 "bath": 1, 688 "bed": 1, 689 "photos": [ 690 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/7e882ec7b8921aab5295d6463bf83f65.jpg" 691 ], 692 "availability": "available", 693 "availableOn": "2023-08-08", 694 "id": 32630974, 695 "name": "413", 696 "price": 1930, 697 "priceMax": 0, 698 "remoteListingId": "ZiaA-1A-413", 699 "sqft": 598, 700 "unitRentalId": "p37540959-ZiaA-1A-413", 701 "updatedAt": "2023-06-19T13:49:08Z", 702 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24128978&myOlePropertyId=1231141&floorPlans=3413539&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 703 }, 704 { 705 "bath": 2, 706 "bed": 2, 707 "photos": [ 708 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/65b16c3869729ed86b01007a613523be.jpg" 709 ], 710 "availability": "available", 711 "availableOn": "2023-07-27", 712 "id": 32729605, 713 "name": "639", 714 "price": 3310, 715 "priceMax": 0, 716 "remoteListingId": "ziaA-2F-639", 717 "sqft": 885, 718 "unitRentalId": "p37540959-ziaA-2F-639", 719 "updatedAt": "2023-05-31T01:36:42Z", 720 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24168999&myOlePropertyId=1231141&floorPlans=3413551&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 721 }, 722 { 723 "bath": 1, 724 "bed": 1, 725 "photos": [ 726 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/c26bf9cdf5787ad52bbf9de199243ef1.jpg" 727 ], 728 "availability": "available", 729 "availableOn": "2023-08-08", 730 "id": 30459982, 731 "name": "548", 732 "price": 1780, 733 "priceMax": 0, 734 "remoteListingId": "ZiaA-1C-548", 735 "sqft": 561, 736 "unitRentalId": "p37540959-ZiaA-1C-548", 737 "updatedAt": "2023-06-15T13:52:39Z", 738 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24168950&myOlePropertyId=1231141&floorPlans=3413541&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 739 }, 740 { 741 "bath": 1, 742 "bed": 1, 743 "photos": [ 744 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/c26bf9cdf5787ad52bbf9de199243ef1.jpg" 745 ], 746 "availability": "available", 747 "availableOn": "2023-09-09", 748 "id": 33081744, 749 "name": "247", 750 "price": 1792, 751 "priceMax": 0, 752 "remoteListingId": "ZiaA-1C-247", 753 "sqft": 561, 754 "unitRentalId": "p37540959-ZiaA-1C-247", 755 "updatedAt": "2023-06-19T13:49:07Z", 756 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24102894&myOlePropertyId=1231141&floorPlans=3413541&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 757 }, 758 { 759 "bath": 1, 760 "bed": 1, 761 "photos": [ 762 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/c26bf9cdf5787ad52bbf9de199243ef1.jpg" 763 ], 764 "availability": "available", 765 "availableOn": "2023-09-02", 766 "id": 26981686, 767 "name": "249", 768 "price": 1792, 769 "priceMax": 0, 770 "remoteListingId": "ZiaA-1C-249", 771 "sqft": 561, 772 "unitRentalId": "p37540959-ZiaA-1C-249", 773 "updatedAt": "2023-06-19T13:49:07Z", 774 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24102895&myOlePropertyId=1231141&floorPlans=3413541&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 775 }, 776 { 777 "bath": 1, 778 "bed": 1, 779 "photos": [ 780 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/19272fc5f88ba3fa2188c0817d832907.jpg" 781 ], 782 "availability": "available", 783 "availableOn": "2023-09-02", 784 "id": 33291903, 785 "name": "316", 786 "price": 2144, 787 "priceMax": 0, 788 "remoteListingId": "ZiaA-1B-316", 789 "sqft": 660, 790 "unitRentalId": "p37540959-ZiaA-1B-316", 791 "updatedAt": "2023-06-20T13:32:07Z", 792 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24102916&myOlePropertyId=1231141&floorPlans=3413540&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 793 }, 794 { 795 "bath": 1, 796 "bed": 0, 797 "photos": [ 798 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/6a1da2951f04c6c872bcda85db2c095d.jpg" 799 ], 800 "availability": "available", 801 "availableOn": "2023-03-07", 802 "id": 31186028, 803 "name": "236", 804 "price": 1712, 805 "priceMax": 0, 806 "remoteListingId": "A-0G-236", 807 "sqft": 564, 808 "unitRentalId": "p37540959-A-0G-236", 809 "updatedAt": "2023-05-31T01:36:41Z", 810 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24102890&myOlePropertyId=1231141&floorPlans=3413538&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 811 }, 812 { 813 "bath": 1, 814 "bed": 0, 815 "photos": [ 816 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/6a1da2951f04c6c872bcda85db2c095d.jpg" 817 ], 818 "availability": "available", 819 "availableOn": "2022-12-17", 820 "id": 26934947, 821 "name": "270", 822 "price": 1712, 823 "priceMax": 0, 824 "remoteListingId": "A-0G-270", 825 "sqft": 564, 826 "unitRentalId": "p37540959-A-0G-270", 827 "updatedAt": "2023-05-31T01:36:41Z", 828 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24102905&myOlePropertyId=1231141&floorPlans=3413538&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 829 }, 830 { 831 "bath": 2, 832 "bed": 2, 833 "photos": [ 834 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/4d922adceb017cd4e34253bf846b1128.jpg" 835 ], 836 "availability": "available", 837 "availableOn": "2023-07-01", 838 "id": 26905233, 839 "name": "439", 840 "price": 2875, 841 "priceMax": 0, 842 "remoteListingId": "ZiaA-2D-439", 843 "sqft": 1020, 844 "unitRentalId": "p37540959-ZiaA-2D-439", 845 "updatedAt": "2023-06-08T13:56:49Z", 846 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24128997&myOlePropertyId=1231141&floorPlans=3413549&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 847 }, 848 { 849 "bath": 2, 850 "bed": 2, 851 "photos": [ 852 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/95337488b0b74e24b55879ab686c976e.jpg" 853 ], 854 "availability": "available", 855 "availableOn": "2023-08-22", 856 "id": 33213068, 857 "name": "31", 858 "price": 2892, 859 "priceMax": 0, 860 "remoteListingId": "ZiaA-2H-31", 861 "sqft": 1047, 862 "unitRentalId": "p37540959-ZiaA-2H-31", 863 "updatedAt": "2023-06-15T13:52:39Z", 864 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24102859&myOlePropertyId=1231141&floorPlans=3413552&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 865 }, 866 { 867 "bath": 1, 868 "bed": 0, 869 "photos": [ 870 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/366bc1cdae02552733fda4df2eb84826.jpg" 871 ], 872 "availability": "available", 873 "availableOn": "2023-08-19", 874 "id": 27061047, 875 "name": "621", 876 "price": 1907, 877 "priceMax": 0, 878 "remoteListingId": "A-0H-621", 879 "sqft": 604, 880 "unitRentalId": "p37540959-A-0H-621", 881 "updatedAt": "2023-06-15T13:52:40Z", 882 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=24168987&myOlePropertyId=1231141&floorPlans=3413536&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 883 }, 884 { 885 "bath": 1, 886 "bed": 0, 887 "photos": [ 888 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/902223536cbe2e59fa0ba22553cacacd.jpg" 889 ], 890 "availability": "available", 891 "availableOn": "2023-05-13", 892 "id": 31979815, 893 "name": "1121", 894 "price": 1755, 895 "priceMax": 0, 896 "remoteListingId": "C-0A-1121", 897 "sqft": 582, 898 "unitRentalId": "p37540959-C-0A-1121", 899 "updatedAt": "2023-06-19T13:49:07Z", 900 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=26176442&myOlePropertyId=1231141&floorPlans=3451853&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 901 }, 902 { 903 "bath": 2, 904 "bed": 2, 905 "photos": [ 906 "https://res.cloudinary.com/apartmentlist/image/upload/c_fill,dpr_auto,f_auto,g_center,h_830,q_auto,w_1280/2f6dd2ebebee45809e8b373ddfa39327.jpg" 907 ], 908 "availability": "available", 909 "availableOn": "2023-08-23", 910 "id": 27495105, 911 "name": "1701", 912 "price": 3030, 913 "priceMax": 0, 914 "remoteListingId": "C-2F-1701", 915 "sqft": 997, 916 "unitRentalId": "p37540959-C-2F-1701", 917 "updatedAt": "2023-06-20T13:32:07Z", 918 "applyOnlineUrl": "http://liveziadenver.securecafe.com/onlineleasing/zia/oleapplication.aspx?stepname=RentalOptions&UnitID=26176523&myOlePropertyId=1231141&floorPlans=3451861&src=21&rcstdid=MTQ%3d-pGJGpRzZiM8%3d" 919 } 920 ] 921}
Contact
Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? devops@epctex.com is at your service.
Actor Metrics
4 monthly users
-
1 star
>99% runs succeeded
Created in Jun 2023
Modified 4 hours ago