rentjuicer 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. data/.document +5 -0
  2. data/.gitignore +22 -0
  3. data/LICENSE +20 -0
  4. data/README.rdoc +17 -0
  5. data/Rakefile +50 -0
  6. data/VERSION +1 -0
  7. data/lib/rentjuicer/client.rb +15 -0
  8. data/lib/rentjuicer/error.rb +17 -0
  9. data/lib/rentjuicer/lead.rb +21 -0
  10. data/lib/rentjuicer/listing.rb +57 -0
  11. data/lib/rentjuicer/listings.rb +86 -0
  12. data/lib/rentjuicer/neighborhoods.rb +16 -0
  13. data/lib/rentjuicer/response.rb +35 -0
  14. data/lib/rentjuicer.rb +13 -0
  15. data/spec/rentjuicer/client_spec.rb +17 -0
  16. data/spec/rentjuicer/error_spec.rb +17 -0
  17. data/spec/rentjuicer/lead_spec.rb +55 -0
  18. data/spec/rentjuicer/listing_spec.rb +97 -0
  19. data/spec/rentjuicer/listings_spec.rb +124 -0
  20. data/spec/rentjuicer/neighborhoods_spec.rb +30 -0
  21. data/spec/rentjuicer/response_spec.rb +51 -0
  22. data/spec/rentjuicer_api_key.yml.example +1 -0
  23. data/spec/responses/error.json +6 -0
  24. data/spec/responses/featured.json +431 -0
  25. data/spec/responses/find_all_1.json +1211 -0
  26. data/spec/responses/find_all_2.json +1294 -0
  27. data/spec/responses/find_all_3.json +808 -0
  28. data/spec/responses/find_all_by_ids.json +1249 -0
  29. data/spec/responses/find_all_by_ids_2.json +186 -0
  30. data/spec/responses/find_by_id.json +128 -0
  31. data/spec/responses/lead.json +8 -0
  32. data/spec/responses/lead_error.json +6 -0
  33. data/spec/responses/listings.json +1301 -0
  34. data/spec/responses/neighborhoods.json +227 -0
  35. data/spec/spec.opts +1 -0
  36. data/spec/spec_helper.rb +12 -0
  37. data/spec/support/listing_helper.rb +126 -0
  38. data/spec/support/webmock_helper.rb +24 -0
  39. metadata +161 -0
@@ -0,0 +1,1294 @@
1
+ {
2
+ "status": "ok",
3
+ "page": 2,
4
+ "count": 20,
5
+ "total_count": 52,
6
+ "listings": [
7
+ {
8
+ "rentjuice_id": 96106,
9
+ "title": null,
10
+ "description": "Renovated two bedroom ideal for roommates - Unit features hardwood floors, high ceilings and renovated kitchens & baths. Laundry in the unit and Heat & Hot Water Included in the rent! Perfectly situated close to the Boston Common and Financail District lcose to all city conveniences.",
11
+ "agent_name": null,
12
+ "agent_email": null,
13
+ "agent_phone": null,
14
+ "featured": 0,
15
+ "address": "90 Warrenton St, Unit 17",
16
+ "street_number": 90,
17
+ "street": "Warrenton St",
18
+ "unit_number": 17,
19
+ "cross_street": null,
20
+ "latitude": 42.3504999,
21
+ "longitude": -71.0662,
22
+ "neighborhoods": [
23
+ "Bay Village",
24
+ "Midtown"
25
+ ],
26
+ "floor_number": null,
27
+ "property_type": null,
28
+ "rent": 2000,
29
+ "fee": 1,
30
+ "bedrooms": 2,
31
+ "bathrooms": 1,
32
+ "square_footage": 850,
33
+ "features": [
34
+ "Hardwood floors",
35
+ "Laundry in building"
36
+ ],
37
+ "rental_terms": [
38
+ "Cats Accepted",
39
+ "Dogs Accepted",
40
+ "Graduate Student Friendly",
41
+ "Heat Included",
42
+ "Student Friendly"
43
+ ],
44
+ "date_available": "2010-09-01",
45
+ "last_updated": "2010-05-17 14:10:50",
46
+ "photos": null,
47
+ "custom_fields": [
48
+ {
49
+ "name": "Virtual Tour",
50
+ "type": "text",
51
+ "value": null
52
+ }
53
+ ],
54
+ "url": "http:\/\/app.rentjuice.com\/listings\/96106"
55
+ },
56
+ {
57
+ "rentjuice_id": 96105,
58
+ "title": null,
59
+ "description": "Renovated two bedroom ideal for roommates - Unit features hardwood floors, high ceilings and renovated kitchens & baths. Laundry in the unit and Heat & Hot Water Included in the rent! Perfectly situated close to the Boston Common and Financail District lcose to all city conveniences.",
60
+ "agent_name": null,
61
+ "agent_email": null,
62
+ "agent_phone": null,
63
+ "featured": 0,
64
+ "address": "90 Warrenton St, Unit 14",
65
+ "street_number": 90,
66
+ "street": "Warrenton St",
67
+ "unit_number": 14,
68
+ "cross_street": null,
69
+ "latitude": 42.3504999,
70
+ "longitude": -71.0662,
71
+ "neighborhoods": [
72
+ "Bay Village",
73
+ "Midtown"
74
+ ],
75
+ "floor_number": null,
76
+ "property_type": null,
77
+ "rent": 2000,
78
+ "fee": 1,
79
+ "bedrooms": 2,
80
+ "bathrooms": 1,
81
+ "square_footage": 850,
82
+ "features": [
83
+ "Hardwood floors",
84
+ "Laundry in building"
85
+ ],
86
+ "rental_terms": [
87
+ "Cats Accepted",
88
+ "Dogs Accepted",
89
+ "Graduate Student Friendly",
90
+ "Heat Included",
91
+ "Student Friendly"
92
+ ],
93
+ "date_available": "2010-08-01",
94
+ "last_updated": "2010-06-11 08:58:55",
95
+ "photos": null,
96
+ "custom_fields": [
97
+ {
98
+ "name": "Virtual Tour",
99
+ "type": "text",
100
+ "value": null
101
+ }
102
+ ],
103
+ "url": "http:\/\/app.rentjuice.com\/listings\/96105"
104
+ },
105
+ {
106
+ "rentjuice_id": 96104,
107
+ "title": null,
108
+ "description": "Renovated two bedroom ideal for roommates - Unit features hardwood floors, high ceilings and renovated kitchens & baths. Laundry in the unit and Heat & Hot Water Included in the rent! Perfectly situated close to the Boston Common and Financail District lcose to all city conveniences.",
109
+ "agent_name": null,
110
+ "agent_email": null,
111
+ "agent_phone": null,
112
+ "featured": 0,
113
+ "address": "90 Warrenton St, Unit 10",
114
+ "street_number": 90,
115
+ "street": "Warrenton St",
116
+ "unit_number": 10,
117
+ "cross_street": null,
118
+ "latitude": 42.3504999,
119
+ "longitude": -71.0662,
120
+ "neighborhoods": [
121
+ "Bay Village",
122
+ "Midtown"
123
+ ],
124
+ "floor_number": null,
125
+ "property_type": null,
126
+ "rent": 2000,
127
+ "fee": 1,
128
+ "bedrooms": 2,
129
+ "bathrooms": 1,
130
+ "square_footage": 850,
131
+ "features": [
132
+ "Hardwood floors",
133
+ "Laundry in building"
134
+ ],
135
+ "rental_terms": [
136
+ "Cats Accepted",
137
+ "Dogs Accepted",
138
+ "Graduate Student Friendly",
139
+ "Heat Included",
140
+ "Student Friendly"
141
+ ],
142
+ "date_available": "2010-09-01",
143
+ "last_updated": "2010-05-17 14:10:37",
144
+ "photos": null,
145
+ "custom_fields": [
146
+ {
147
+ "name": "Virtual Tour",
148
+ "type": "text",
149
+ "value": null
150
+ }
151
+ ],
152
+ "url": "http:\/\/app.rentjuice.com\/listings\/96104"
153
+ },
154
+ {
155
+ "rentjuice_id": 96103,
156
+ "title": null,
157
+ "description": "Renovated two bedroom ideal for roommates - Unit features hardwood floors, high ceilings and renovated kitchens & baths. Laundry in the unit and Heat & Hot Water Included in the rent! Perfectly situated close to the Boston Common and Financail District lcose to all city conveniences.",
158
+ "agent_name": null,
159
+ "agent_email": null,
160
+ "agent_phone": null,
161
+ "featured": 0,
162
+ "address": "90 Warrenton St, Unit 7",
163
+ "street_number": 90,
164
+ "street": "Warrenton St",
165
+ "unit_number": 7,
166
+ "cross_street": null,
167
+ "latitude": 42.3504999,
168
+ "longitude": -71.0662,
169
+ "neighborhoods": [
170
+ "Bay Village",
171
+ "Midtown"
172
+ ],
173
+ "floor_number": null,
174
+ "property_type": null,
175
+ "rent": 2000,
176
+ "fee": 1,
177
+ "bedrooms": 2,
178
+ "bathrooms": 1,
179
+ "square_footage": 850,
180
+ "features": [
181
+ "Hardwood floors",
182
+ "Laundry in building"
183
+ ],
184
+ "rental_terms": [
185
+ "Cats Accepted",
186
+ "Dogs Accepted",
187
+ "Graduate Student Friendly",
188
+ "Heat Included",
189
+ "Student Friendly"
190
+ ],
191
+ "date_available": "2010-09-01",
192
+ "last_updated": "2010-05-17 14:10:31",
193
+ "photos": null,
194
+ "custom_fields": [
195
+ {
196
+ "name": "Virtual Tour",
197
+ "type": "text",
198
+ "value": null
199
+ }
200
+ ],
201
+ "url": "http:\/\/app.rentjuice.com\/listings\/96103"
202
+ },
203
+ {
204
+ "rentjuice_id": 95160,
205
+ "title": "Beautiful 2 BR",
206
+ "description": "Spacious 2 BR with gorgeous view to park, with hardwood floors, modern kitchen and bathroom, living room with high ceilings, lots of light and closet space, heat and hot water included. Laundry in building.",
207
+ "agent_name": "Lucie Monroe",
208
+ "agent_email": "lmonroe@bradvisors.com",
209
+ "agent_phone": null,
210
+ "featured": 0,
211
+ "address": "55 Park Dr, Unit 17",
212
+ "street_number": 55,
213
+ "street": "Park Dr",
214
+ "unit_number": 17,
215
+ "cross_street": null,
216
+ "latitude": 42.343017,
217
+ "longitude": -71.095109,
218
+ "neighborhoods": [
219
+ "Boston",
220
+ "Fenway"
221
+ ],
222
+ "floor_number": null,
223
+ "property_type": "Brownstone",
224
+ "rent": 1895,
225
+ "fee": 0,
226
+ "bedrooms": 2,
227
+ "bathrooms": 1,
228
+ "square_footage": null,
229
+ "features": [
230
+ "Hardwood floors",
231
+ "On Site Laundry"
232
+ ],
233
+ "rental_terms": [
234
+ "First Month's Rent Required",
235
+ "Heat Included",
236
+ "Hot Water Included",
237
+ "Last Month's Rent Required",
238
+ "Security Deposit Required"
239
+ ],
240
+ "date_available": "2010-09-01",
241
+ "last_updated": "2010-08-05 14:22:30",
242
+ "photos": [
243
+ {
244
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/05\/14\/961230.jpg",
245
+ "sort_order": 0,
246
+ "main_photo": true,
247
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/05\/14\/961233.jpg"
248
+ }
249
+ ],
250
+ "custom_fields": [
251
+ {
252
+ "name": "Virtual Tour",
253
+ "type": "text",
254
+ "value": null
255
+ }
256
+ ],
257
+ "url": "http:\/\/app.rentjuice.com\/listings\/95160"
258
+ },
259
+ {
260
+ "rentjuice_id": 95158,
261
+ "title": "Beautiful 2 BR",
262
+ "description": "Spacious 2 BR with gorgeous view to park, with hardwood floors, modern kitchen and bathroom, living room with high ceilings, lots of light and closet space, heat and hot water included. Laundry in building.",
263
+ "agent_name": "Lucie Monroe",
264
+ "agent_email": "lmonroe@bradvisors.com",
265
+ "agent_phone": null,
266
+ "featured": 0,
267
+ "address": "55 Park Dr, Unit 10",
268
+ "street_number": 55,
269
+ "street": "Park Dr",
270
+ "unit_number": 10,
271
+ "cross_street": null,
272
+ "latitude": 42.343017,
273
+ "longitude": -71.095109,
274
+ "neighborhoods": [
275
+ "Boston",
276
+ "Fenway"
277
+ ],
278
+ "floor_number": null,
279
+ "property_type": "Brownstone",
280
+ "rent": 1895,
281
+ "fee": 0,
282
+ "bedrooms": 2,
283
+ "bathrooms": 1,
284
+ "square_footage": null,
285
+ "features": [
286
+ "Hardwood floors",
287
+ "On Site Laundry"
288
+ ],
289
+ "rental_terms": [
290
+ "First Month's Rent Required",
291
+ "Heat Included",
292
+ "Hot Water Included",
293
+ "Last Month's Rent Required",
294
+ "Security Deposit Required"
295
+ ],
296
+ "date_available": "2010-09-01",
297
+ "last_updated": "2010-08-05 14:22:16",
298
+ "photos": [
299
+ {
300
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/05\/14\/961236.jpg",
301
+ "sort_order": 0,
302
+ "main_photo": true,
303
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/05\/14\/961238.jpg"
304
+ }
305
+ ],
306
+ "custom_fields": [
307
+ {
308
+ "name": "Virtual Tour",
309
+ "type": "text",
310
+ "value": null
311
+ }
312
+ ],
313
+ "url": "http:\/\/app.rentjuice.com\/listings\/95158"
314
+ },
315
+ {
316
+ "rentjuice_id": 92733,
317
+ "title": "Two Bed on S. Russell Street in Beacon Hill - 1\/2 FEE",
318
+ "description": "Recently renovated two bedroom apartment in the heart of Beacon Hill. New Kitchen & Bathroom, all new windows and freshly painted. Close to Charles Street shopping, Cambridge Street restaurants and public transportation. Heat & Hot Water Included in the rent. Laundry in the building! 1\/2 Broker Fee!!",
319
+ "agent_name": null,
320
+ "agent_email": null,
321
+ "agent_phone": null,
322
+ "featured": 0,
323
+ "address": "17 S Russell St, Unit 2",
324
+ "street_number": 17,
325
+ "street": "S Russell St",
326
+ "unit_number": 2,
327
+ "cross_street": null,
328
+ "latitude": 42.3606,
329
+ "longitude": -71.0661,
330
+ "neighborhoods": [
331
+ "Beacon Hill"
332
+ ],
333
+ "floor_number": null,
334
+ "property_type": "Brownstone",
335
+ "rent": 2000,
336
+ "fee": 3,
337
+ "bedrooms": 2,
338
+ "bathrooms": 1,
339
+ "square_footage": null,
340
+ "features": [
341
+ "Dishwasher",
342
+ "Disposal",
343
+ "Hardwood floors",
344
+ "Laundry in building",
345
+ "Modern bathrooms",
346
+ "Updated\/renovated kitchen"
347
+ ],
348
+ "rental_terms": [
349
+ "First Month's Rent Required",
350
+ "Graduate Student Friendly",
351
+ "Heat Included",
352
+ "Hot Water Included",
353
+ "Last Month's Rent Required"
354
+ ],
355
+ "date_available": "2010-09-01",
356
+ "last_updated": "2010-08-02 10:54:29",
357
+ "photos": [
358
+ {
359
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/06\/16\/1631388.jpg",
360
+ "sort_order": 0,
361
+ "main_photo": false,
362
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/06\/16\/1631389.jpg"
363
+ },
364
+ {
365
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/06\/16\/1631366.jpg",
366
+ "sort_order": 0,
367
+ "main_photo": false,
368
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/06\/16\/1631363.jpg"
369
+ },
370
+ {
371
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/06\/16\/1631358.jpg",
372
+ "sort_order": 0,
373
+ "main_photo": false,
374
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/06\/16\/1631365.jpg"
375
+ },
376
+ {
377
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/06\/16\/1631371.jpg",
378
+ "sort_order": 0,
379
+ "main_photo": true,
380
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/06\/16\/1631384.jpg"
381
+ },
382
+ {
383
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/05\/11\/912830.jpg",
384
+ "sort_order": 0,
385
+ "main_photo": false,
386
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/05\/11\/930575.jpg"
387
+ }
388
+ ],
389
+ "custom_fields": [
390
+ {
391
+ "name": "Virtual Tour",
392
+ "type": "text",
393
+ "value": null
394
+ }
395
+ ],
396
+ "url": "http:\/\/app.rentjuice.com\/listings\/92733"
397
+ },
398
+ {
399
+ "rentjuice_id": 74944,
400
+ "title": "Spacious 2BR in Fenway at a Great Price! Available 9\/1- 1\/2 FEE",
401
+ "description": "Renovated 2BR in a great location for a great price. Hardwood Floors, updated kitchen and bathroom. Building is professionally maintained. Permit street parking. Walking distance to Fenway Park, Boylston St., Back Bay, Movie Theater, Museum of Fine Arts, Shaws, Game On, Baseball Tavern,Landsdowne St. area. Available 9\/1!\nEmail Bill at bmacgregor@bradvisors.com",
402
+ "agent_name": "Bill Macgregor",
403
+ "agent_email": "bmacgregor@bradvisors.com",
404
+ "agent_phone": "617-850-9663",
405
+ "featured": 0,
406
+ "address": "106 Queensberry St., Unit 5",
407
+ "street_number": 106,
408
+ "street": "Queensberry St.",
409
+ "unit_number": 5,
410
+ "cross_street": null,
411
+ "latitude": 42.3418,
412
+ "longitude": -71.1,
413
+ "neighborhoods": [
414
+ "Boston",
415
+ "Fenway",
416
+ "Kenmore",
417
+ "Longwood",
418
+ "Symphony"
419
+ ],
420
+ "floor_number": 1,
421
+ "property_type": "Apartment Building",
422
+ "rent": 1875,
423
+ "fee": 1,
424
+ "bedrooms": 2,
425
+ "bathrooms": 1,
426
+ "square_footage": null,
427
+ "features": [
428
+ "Dishwasher",
429
+ "Hardwood floors",
430
+ "Microwave",
431
+ "Refrigerator",
432
+ "Stove",
433
+ "Updated\/renovated kitchen"
434
+ ],
435
+ "rental_terms": [
436
+ "Heat Included",
437
+ "Hot Water Included"
438
+ ],
439
+ "date_available": "2010-09-01",
440
+ "last_updated": "2010-04-09 18:11:25",
441
+ "photos": [
442
+ {
443
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509710.jpg",
444
+ "sort_order": 0,
445
+ "main_photo": false,
446
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509770.jpg"
447
+ },
448
+ {
449
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509711.jpg",
450
+ "sort_order": 0,
451
+ "main_photo": false,
452
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509766.jpg"
453
+ },
454
+ {
455
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509712.jpg",
456
+ "sort_order": 0,
457
+ "main_photo": true,
458
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509767.jpg"
459
+ },
460
+ {
461
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509713.jpg",
462
+ "sort_order": 0,
463
+ "main_photo": false,
464
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509768.jpg"
465
+ },
466
+ {
467
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509714.jpg",
468
+ "sort_order": 0,
469
+ "main_photo": false,
470
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509776.jpg"
471
+ },
472
+ {
473
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509715.jpg",
474
+ "sort_order": 0,
475
+ "main_photo": false,
476
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/02\/509775.jpg"
477
+ }
478
+ ],
479
+ "custom_fields": [
480
+ {
481
+ "name": "Virtual Tour",
482
+ "type": "text",
483
+ "value": null
484
+ }
485
+ ],
486
+ "url": "http:\/\/app.rentjuice.com\/listings\/74944"
487
+ },
488
+ {
489
+ "rentjuice_id": 62527,
490
+ "title": null,
491
+ "description": null,
492
+ "agent_name": null,
493
+ "agent_email": null,
494
+ "agent_phone": null,
495
+ "featured": 0,
496
+ "address": "929 Massachusetts Ave, Unit ",
497
+ "street_number": 929,
498
+ "street": "Massachusetts Ave",
499
+ "unit_number": null,
500
+ "cross_street": null,
501
+ "latitude": 42.3302987,
502
+ "longitude": -71.069851,
503
+ "neighborhoods": [
504
+ "Cambridge"
505
+ ],
506
+ "floor_number": null,
507
+ "property_type": null,
508
+ "rent": 2000,
509
+ "fee": null,
510
+ "bedrooms": 2,
511
+ "bathrooms": 1,
512
+ "square_footage": null,
513
+ "features": null,
514
+ "rental_terms": null,
515
+ "date_available": "2009-11-01",
516
+ "last_updated": "2010-03-26 19:51:50",
517
+ "photos": null,
518
+ "custom_fields": [
519
+ {
520
+ "name": "Virtual Tour",
521
+ "type": "text",
522
+ "value": null
523
+ }
524
+ ],
525
+ "url": "http:\/\/app.rentjuice.com\/listings\/62527"
526
+ },
527
+ {
528
+ "rentjuice_id": 62482,
529
+ "title": null,
530
+ "description": null,
531
+ "agent_name": null,
532
+ "agent_email": null,
533
+ "agent_phone": null,
534
+ "featured": 0,
535
+ "address": "0 Queensberry St, Unit ",
536
+ "street_number": 0,
537
+ "street": "Queensberry St",
538
+ "unit_number": null,
539
+ "cross_street": null,
540
+ "latitude": 42.3434634,
541
+ "longitude": -71.0946486,
542
+ "neighborhoods": [
543
+ "Fenway"
544
+ ],
545
+ "floor_number": null,
546
+ "property_type": null,
547
+ "rent": 1950,
548
+ "fee": null,
549
+ "bedrooms": 2,
550
+ "bathrooms": 1,
551
+ "square_footage": null,
552
+ "features": null,
553
+ "rental_terms": null,
554
+ "date_available": "2009-01-01",
555
+ "last_updated": "2010-03-26 19:50:37",
556
+ "photos": null,
557
+ "custom_fields": [
558
+ {
559
+ "name": "Virtual Tour",
560
+ "type": "text",
561
+ "value": null
562
+ }
563
+ ],
564
+ "url": "http:\/\/app.rentjuice.com\/listings\/62482"
565
+ },
566
+ {
567
+ "rentjuice_id": 62481,
568
+ "title": null,
569
+ "description": null,
570
+ "agent_name": null,
571
+ "agent_email": null,
572
+ "agent_phone": null,
573
+ "featured": 0,
574
+ "address": "0 Queensberry St, Unit ",
575
+ "street_number": 0,
576
+ "street": "Queensberry St",
577
+ "unit_number": null,
578
+ "cross_street": null,
579
+ "latitude": 42.3434634,
580
+ "longitude": -71.0946486,
581
+ "neighborhoods": [
582
+ "Fenway"
583
+ ],
584
+ "floor_number": null,
585
+ "property_type": null,
586
+ "rent": 1900,
587
+ "fee": null,
588
+ "bedrooms": 2,
589
+ "bathrooms": 1,
590
+ "square_footage": null,
591
+ "features": null,
592
+ "rental_terms": null,
593
+ "date_available": "2009-01-01",
594
+ "last_updated": "2010-03-26 19:50:37",
595
+ "photos": null,
596
+ "custom_fields": [
597
+ {
598
+ "name": "Virtual Tour",
599
+ "type": "text",
600
+ "value": null
601
+ }
602
+ ],
603
+ "url": "http:\/\/app.rentjuice.com\/listings\/62481"
604
+ },
605
+ {
606
+ "rentjuice_id": 62480,
607
+ "title": null,
608
+ "description": null,
609
+ "agent_name": null,
610
+ "agent_email": null,
611
+ "agent_phone": null,
612
+ "featured": 0,
613
+ "address": "0 Queensberry St, Unit ",
614
+ "street_number": 0,
615
+ "street": "Queensberry St",
616
+ "unit_number": null,
617
+ "cross_street": null,
618
+ "latitude": 42.3434634,
619
+ "longitude": -71.0946486,
620
+ "neighborhoods": [
621
+ "Fenway"
622
+ ],
623
+ "floor_number": null,
624
+ "property_type": null,
625
+ "rent": 1850,
626
+ "fee": null,
627
+ "bedrooms": 2,
628
+ "bathrooms": 1,
629
+ "square_footage": null,
630
+ "features": null,
631
+ "rental_terms": null,
632
+ "date_available": "2009-07-01",
633
+ "last_updated": "2010-03-26 19:50:37",
634
+ "photos": null,
635
+ "custom_fields": [
636
+ {
637
+ "name": "Virtual Tour",
638
+ "type": "text",
639
+ "value": null
640
+ }
641
+ ],
642
+ "url": "http:\/\/app.rentjuice.com\/listings\/62480"
643
+ },
644
+ {
645
+ "rentjuice_id": 61681,
646
+ "title": "Fenway 2BR unit- NO FEE!!!-",
647
+ "description": "Gutted 2BR in a great location. Carpets, new kitchen and bathroom. Building is professionally maintained. Permit street parking. Walking distance to Fenway Park, Movie Theater, Museum of Fine Arts, Shaws, Game On, Baseball Tavern, Landsdowne St. area. Available now!",
648
+ "agent_name": "Bill Macgregor",
649
+ "agent_email": "bmacgregor@bradvisors.com",
650
+ "agent_phone": "617-850-9663",
651
+ "featured": 0,
652
+ "address": "120 Peterborough St., Unit BASE-4",
653
+ "street_number": 120,
654
+ "street": "Peterborough St.",
655
+ "unit_number": "BASE-4",
656
+ "cross_street": null,
657
+ "latitude": 42.3427,
658
+ "longitude": -71.1001,
659
+ "neighborhoods": [
660
+ "Fenway"
661
+ ],
662
+ "floor_number": null,
663
+ "property_type": "Apartment Building",
664
+ "rent": 1875,
665
+ "fee": 0,
666
+ "bedrooms": 2,
667
+ "bathrooms": 1,
668
+ "square_footage": null,
669
+ "features": [
670
+ "Carpet",
671
+ "Granite countertops",
672
+ "Laundry in building",
673
+ "Microwave",
674
+ "On Site Laundry",
675
+ "Refrigerator",
676
+ "Stove",
677
+ "Updated\/renovated kitchen"
678
+ ],
679
+ "rental_terms": null,
680
+ "date_available": "2010-04-01",
681
+ "last_updated": "2010-04-28 13:23:56",
682
+ "photos": [
683
+ {
684
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375126.jpg",
685
+ "sort_order": 0,
686
+ "main_photo": true,
687
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/376576.jpg"
688
+ },
689
+ {
690
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375141.jpg",
691
+ "sort_order": 0,
692
+ "main_photo": false,
693
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/376548.jpg"
694
+ },
695
+ {
696
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375142.jpg",
697
+ "sort_order": 0,
698
+ "main_photo": false,
699
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/376516.jpg"
700
+ },
701
+ {
702
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375145.jpg",
703
+ "sort_order": 0,
704
+ "main_photo": false,
705
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/376567.jpg"
706
+ }
707
+ ],
708
+ "custom_fields": [
709
+ {
710
+ "name": "Virtual Tour",
711
+ "type": "text",
712
+ "value": null
713
+ }
714
+ ],
715
+ "url": "http:\/\/app.rentjuice.com\/listings\/61681"
716
+ },
717
+ {
718
+ "rentjuice_id": 61680,
719
+ "title": "Spacious 2BR in Historic FENWAY- Available 5\/1- 1\/2 FEE",
720
+ "description": "Renovated 2BR in a great location for a great price. Hardwood Floors, updated kitchen and bathroom. Building is professionally managed & maintained. Permit street parking. Walking distance to Fenway Park, Boylston St., Regal Cinemas Movie Theater, Museum of Fine Arts, Shaws, Game On!, Baseball Tavern, Landsdowne St. area. Available now!\nCall Bill: 617-293-5297\nEmail: bmacgregor@bradvisors.com",
721
+ "agent_name": "Bill Macgregor",
722
+ "agent_email": "bmacgregor@bradvisors.com",
723
+ "agent_phone": "617-850-9663",
724
+ "featured": 0,
725
+ "address": "112 Jersey St., Unit 10",
726
+ "street_number": 112,
727
+ "street": "Jersey St.",
728
+ "unit_number": 10,
729
+ "cross_street": null,
730
+ "latitude": 42.3431,
731
+ "longitude": -71.0969,
732
+ "neighborhoods": [
733
+ "Boston",
734
+ "Fenway",
735
+ "Kenmore",
736
+ "Symphony"
737
+ ],
738
+ "floor_number": 3,
739
+ "property_type": "Apartment Building",
740
+ "rent": 1950,
741
+ "fee": 3,
742
+ "bedrooms": 2,
743
+ "bathrooms": 1,
744
+ "square_footage": null,
745
+ "features": [
746
+ "Dishwasher",
747
+ "Granite countertops",
748
+ "Hardwood floors",
749
+ "Laundry in building",
750
+ "Microwave",
751
+ "On Site Laundry",
752
+ "Refrigerator",
753
+ "Stove",
754
+ "Updated\/renovated kitchen"
755
+ ],
756
+ "rental_terms": [
757
+ "Heat Included",
758
+ "Hot Water Included"
759
+ ],
760
+ "date_available": "2010-05-01",
761
+ "last_updated": "2010-04-28 00:26:18",
762
+ "photos": [
763
+ {
764
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375068.jpg",
765
+ "sort_order": 0,
766
+ "main_photo": false,
767
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375363.jpg"
768
+ },
769
+ {
770
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375067.jpg",
771
+ "sort_order": 0,
772
+ "main_photo": false,
773
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375361.jpg"
774
+ },
775
+ {
776
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375066.jpg",
777
+ "sort_order": 0,
778
+ "main_photo": false,
779
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375365.jpg"
780
+ },
781
+ {
782
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375065.jpg",
783
+ "sort_order": 0,
784
+ "main_photo": false,
785
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375373.jpg"
786
+ },
787
+ {
788
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375305.jpg",
789
+ "sort_order": 0,
790
+ "main_photo": false,
791
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375367.jpg"
792
+ },
793
+ {
794
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375062.jpg",
795
+ "sort_order": 0,
796
+ "main_photo": true,
797
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375359.jpg"
798
+ },
799
+ {
800
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375059.jpg",
801
+ "sort_order": 0,
802
+ "main_photo": false,
803
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375371.jpg"
804
+ }
805
+ ],
806
+ "custom_fields": [
807
+ {
808
+ "name": "Virtual Tour",
809
+ "type": "text",
810
+ "value": null
811
+ }
812
+ ],
813
+ "url": "http:\/\/app.rentjuice.com\/listings\/61680"
814
+ },
815
+ {
816
+ "rentjuice_id": 61679,
817
+ "title": "Fenway 2BR w Granite Counters in Kit & Bathroom- Available NOW!!!",
818
+ "description": "A 2BR available NOW. 1\/2 Fee! Hardwood Floors, granite countertops in the kitchen and bathroom. Building is professionally maintained. Great closet space & spacious bathroom. Permit street parking. Walking distance to Fenway Park, Boylston St., Back Bay, Movie Theater, Museum of Fine Arts, Shaws, Game On, Baseball Tavern, Kenmore Sq., Landsdowne St. area. Available now!\nCall Bill at 617-293-5297\n",
819
+ "agent_name": "Bill Macgregor",
820
+ "agent_email": "bmacgregor@bradvisors.com",
821
+ "agent_phone": "617-850-9663",
822
+ "featured": 0,
823
+ "address": "55 Queensberry St., Unit 7",
824
+ "street_number": 55,
825
+ "street": "Queensberry St.",
826
+ "unit_number": 7,
827
+ "cross_street": null,
828
+ "latitude": 42.342753,
829
+ "longitude": -71.097612,
830
+ "neighborhoods": [
831
+ "Boston",
832
+ "Fenway",
833
+ "Kenmore",
834
+ "Longwood",
835
+ "Symphony"
836
+ ],
837
+ "floor_number": 2,
838
+ "property_type": "Apartment Building",
839
+ "rent": 1875,
840
+ "fee": 1,
841
+ "bedrooms": 2,
842
+ "bathrooms": 1,
843
+ "square_footage": null,
844
+ "features": [
845
+ "Dishwasher",
846
+ "Granite countertops",
847
+ "Hardwood floors",
848
+ "Microwave",
849
+ "Refrigerator",
850
+ "Updated\/renovated kitchen"
851
+ ],
852
+ "rental_terms": [
853
+ "Heat Included",
854
+ "Hot Water Included"
855
+ ],
856
+ "date_available": "2010-09-01",
857
+ "last_updated": "2010-07-13 21:28:13",
858
+ "photos": [
859
+ {
860
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375051.jpg",
861
+ "sort_order": 0,
862
+ "main_photo": false,
863
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375339.jpg"
864
+ },
865
+ {
866
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375049.jpg",
867
+ "sort_order": 0,
868
+ "main_photo": false,
869
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375351.jpg"
870
+ },
871
+ {
872
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375047.jpg",
873
+ "sort_order": 0,
874
+ "main_photo": false,
875
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375353.jpg"
876
+ },
877
+ {
878
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375045.jpg",
879
+ "sort_order": 0,
880
+ "main_photo": true,
881
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375355.jpg"
882
+ },
883
+ {
884
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375043.jpg",
885
+ "sort_order": 0,
886
+ "main_photo": false,
887
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375357.jpg"
888
+ }
889
+ ],
890
+ "custom_fields": [
891
+ {
892
+ "name": "Virtual Tour",
893
+ "type": "text",
894
+ "value": null
895
+ }
896
+ ],
897
+ "url": "http:\/\/app.rentjuice.com\/listings\/61679"
898
+ },
899
+ {
900
+ "rentjuice_id": 61678,
901
+ "title": "Charming 2BR Apt in Fenway $1,925- HW Floors with updated Kit & Bath",
902
+ "description": "Renovated 2BR in a great location and a great value! Hardwood Floors, updated kitchen and bathroom. Building is professionally maintained. Unit facing the street. Permit street parking. Walking distance to Fenway Park, Movie Theater, Museum of Fine Arts, Shaws, Game On, Baseball Tavern, Landsdowne St. area. Available now!\nCall Bill: 617-293-5297\nEmail: bmacgregor@bradvisors.com",
903
+ "agent_name": "Bill Macgregor",
904
+ "agent_email": "bmacgregor@bradvisors.com",
905
+ "agent_phone": "617-850-9663",
906
+ "featured": 0,
907
+ "address": "102 Queensberry St., Unit 6",
908
+ "street_number": 102,
909
+ "street": "Queensberry St.",
910
+ "unit_number": 6,
911
+ "cross_street": null,
912
+ "latitude": 42.3418,
913
+ "longitude": -71.0997,
914
+ "neighborhoods": [
915
+ "Boston",
916
+ "Fenway",
917
+ "Kenmore",
918
+ "Symphony"
919
+ ],
920
+ "floor_number": 2,
921
+ "property_type": "Apartment Building",
922
+ "rent": 1925,
923
+ "fee": 0,
924
+ "bedrooms": 2,
925
+ "bathrooms": 1,
926
+ "square_footage": null,
927
+ "features": [
928
+ "Dishwasher",
929
+ "Hardwood floors",
930
+ "Microwave",
931
+ "Refrigerator",
932
+ "Updated\/renovated kitchen"
933
+ ],
934
+ "rental_terms": [
935
+ "Heat Included",
936
+ "Hot Water Included"
937
+ ],
938
+ "date_available": "2010-04-01",
939
+ "last_updated": "2010-04-09 17:30:21",
940
+ "photos": [
941
+ {
942
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375034.jpg",
943
+ "sort_order": 0,
944
+ "main_photo": false,
945
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375325.jpg"
946
+ },
947
+ {
948
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375033.jpg",
949
+ "sort_order": 0,
950
+ "main_photo": false,
951
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375323.jpg"
952
+ },
953
+ {
954
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375032.jpg",
955
+ "sort_order": 0,
956
+ "main_photo": false,
957
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375327.jpg"
958
+ },
959
+ {
960
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375031.jpg",
961
+ "sort_order": 0,
962
+ "main_photo": true,
963
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375329.jpg"
964
+ },
965
+ {
966
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375029.jpg",
967
+ "sort_order": 0,
968
+ "main_photo": false,
969
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375331.jpg"
970
+ },
971
+ {
972
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375028.jpg",
973
+ "sort_order": 0,
974
+ "main_photo": false,
975
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/03\/22\/375335.jpg"
976
+ }
977
+ ],
978
+ "custom_fields": [
979
+ {
980
+ "name": "Virtual Tour",
981
+ "type": "text",
982
+ "value": null
983
+ }
984
+ ],
985
+ "url": "http:\/\/app.rentjuice.com\/listings\/61678"
986
+ },
987
+ {
988
+ "rentjuice_id": 61201,
989
+ "title": null,
990
+ "description": null,
991
+ "agent_name": "Kate Robinson",
992
+ "agent_email": "krobinson@bradvisors.com",
993
+ "agent_phone": "617-850-9664",
994
+ "featured": 0,
995
+ "address": "52 Clearway Street, Unit 6",
996
+ "street_number": 52,
997
+ "street": "Clearway Street",
998
+ "unit_number": 6,
999
+ "cross_street": "Massachusetts Avenue",
1000
+ "latitude": 42.3451856,
1001
+ "longitude": -71.0848272,
1002
+ "neighborhoods": [
1003
+ "Back Bay"
1004
+ ],
1005
+ "floor_number": 3,
1006
+ "property_type": "Apartment Complex",
1007
+ "rent": 1995,
1008
+ "fee": 0,
1009
+ "bedrooms": 2,
1010
+ "bathrooms": 1,
1011
+ "square_footage": 500,
1012
+ "features": [
1013
+ "Central heat",
1014
+ "Eat-in Kitchen",
1015
+ "Hardwood floors",
1016
+ "Patio or deck",
1017
+ "Satellite television"
1018
+ ],
1019
+ "rental_terms": [
1020
+ "First Month's Rent Required",
1021
+ "Heat Included",
1022
+ "Hot Water Included",
1023
+ "Student Friendly"
1024
+ ],
1025
+ "date_available": "2010-05-01",
1026
+ "last_updated": "2010-04-08 19:40:14",
1027
+ "photos": null,
1028
+ "custom_fields": [
1029
+ {
1030
+ "name": "Virtual Tour",
1031
+ "type": "text",
1032
+ "value": null
1033
+ }
1034
+ ],
1035
+ "url": "http:\/\/app.rentjuice.com\/listings\/61201"
1036
+ },
1037
+ {
1038
+ "rentjuice_id": 39478,
1039
+ "title": "OCTOBER RENTAL - EASTSIDE SOUTHIE 2BR PLUS OFFICE",
1040
+ "description": "Southie 2BR plus office avail oct 1st or nov 1st. new washer\/dryer in unit, storage area, common yard, on a quiet street on the east side of southie. \n2nd flr (separate entrance) in a two family \nhardwood throughout\nSq footage is approx 1000 sq ft \ndeeded, secure and dry storage unit in basement \nsmall pet okay \neasy on street parking with overnite parking in school lot at top of street \navailable to rent 10\/1 or 11\/1\ncontact lguittarr@bradvisors.com to see!",
1041
+ "agent_name": "Lindsay Guittarr",
1042
+ "agent_email": "lguittarr@bradvisors.com",
1043
+ "agent_phone": "603-512-3263",
1044
+ "featured": 0,
1045
+ "address": "52 Story St",
1046
+ "street_number": 52,
1047
+ "street": "Story St",
1048
+ "unit_number": null,
1049
+ "cross_street": "H",
1050
+ "latitude": 42.333428,
1051
+ "longitude": -71.0418977,
1052
+ "neighborhoods": [
1053
+ "South Boston"
1054
+ ],
1055
+ "floor_number": 2,
1056
+ "property_type": null,
1057
+ "rent": 1600,
1058
+ "fee": 1,
1059
+ "bedrooms": 2,
1060
+ "bathrooms": 1,
1061
+ "square_footage": null,
1062
+ "features": [
1063
+ "Disposal",
1064
+ "Hardwood floors",
1065
+ "Microwave",
1066
+ "On Site Laundry",
1067
+ "Refrigerator",
1068
+ "Storage unit",
1069
+ "Washer\/dryer in unit",
1070
+ "Yard"
1071
+ ],
1072
+ "rental_terms": [
1073
+ "Cats and Dogs Accepted"
1074
+ ],
1075
+ "date_available": "2010-10-01",
1076
+ "last_updated": "2010-08-27 11:45:12",
1077
+ "photos": [
1078
+ {
1079
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/01\/04\/78748.jpg",
1080
+ "sort_order": 0,
1081
+ "main_photo": false,
1082
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/23\/614490.jpg"
1083
+ },
1084
+ {
1085
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/01\/04\/78749.jpg",
1086
+ "sort_order": 0,
1087
+ "main_photo": false,
1088
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/23\/614481.jpg"
1089
+ },
1090
+ {
1091
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/01\/04\/78750.jpg",
1092
+ "sort_order": 0,
1093
+ "main_photo": false,
1094
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/23\/704454.jpg"
1095
+ },
1096
+ {
1097
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/01\/04\/78751.jpg",
1098
+ "sort_order": 0,
1099
+ "main_photo": false,
1100
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/23\/614497.jpg"
1101
+ },
1102
+ {
1103
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/01\/04\/78752.jpg",
1104
+ "sort_order": 0,
1105
+ "main_photo": false,
1106
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/23\/614529.jpg"
1107
+ },
1108
+ {
1109
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/01\/04\/78753.jpg",
1110
+ "sort_order": 0,
1111
+ "main_photo": false,
1112
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/23\/614496.jpg"
1113
+ },
1114
+ {
1115
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/01\/04\/78754.jpg",
1116
+ "sort_order": 0,
1117
+ "main_photo": true,
1118
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/23\/614492.jpg"
1119
+ },
1120
+ {
1121
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2010\/01\/04\/78755.jpg",
1122
+ "sort_order": 0,
1123
+ "main_photo": false,
1124
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2010\/04\/23\/614514.jpg"
1125
+ }
1126
+ ],
1127
+ "custom_fields": [
1128
+ {
1129
+ "name": "Virtual Tour",
1130
+ "type": "text",
1131
+ "value": null
1132
+ }
1133
+ ],
1134
+ "url": "http:\/\/app.rentjuice.com\/listings\/39478"
1135
+ },
1136
+ {
1137
+ "rentjuice_id": 38469,
1138
+ "title": null,
1139
+ "description": "An extraordinary new neighborhood and new construction. Just 10 minutes from downtown Boston and steps from the Oak Grove subway station on the MBTA's Orange Line. These units combine the nearby conveniences and elegant streetscapes you'd expect from the city, but with the familiar feel and affordability of a quaint New England town.",
1140
+ "agent_name": null,
1141
+ "agent_email": null,
1142
+ "agent_phone": null,
1143
+ "featured": 0,
1144
+ "address": "2 Main St, Unit 201",
1145
+ "street_number": 2,
1146
+ "street": "Main St",
1147
+ "unit_number": 201,
1148
+ "cross_street": null,
1149
+ "latitude": 42.3722252,
1150
+ "longitude": -71.0619417,
1151
+ "neighborhoods": [
1152
+ "Malden"
1153
+ ],
1154
+ "floor_number": null,
1155
+ "property_type": null,
1156
+ "rent": 1920,
1157
+ "fee": 0,
1158
+ "bedrooms": 2,
1159
+ "bathrooms": 2,
1160
+ "square_footage": 1100,
1161
+ "features": [
1162
+ "Cable television",
1163
+ "Carpet",
1164
+ "Central Air Conditioning",
1165
+ "Dining room",
1166
+ "Dishwasher",
1167
+ "Disposal",
1168
+ "Elevator",
1169
+ "Microwave",
1170
+ "Pool",
1171
+ "Washer\/dryer in unit"
1172
+ ],
1173
+ "rental_terms": [
1174
+ "Cats Accepted",
1175
+ "First Month's Rent Required",
1176
+ "Heat Included"
1177
+ ],
1178
+ "date_available": "2010-09-01",
1179
+ "last_updated": "2010-08-06 21:47:35",
1180
+ "photos": [
1181
+ {
1182
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/09\/55486.jpg",
1183
+ "sort_order": 0,
1184
+ "main_photo": false,
1185
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/17\/63520.jpg"
1186
+ },
1187
+ {
1188
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/09\/55485.jpg",
1189
+ "sort_order": 0,
1190
+ "main_photo": true,
1191
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/17\/63762.jpg"
1192
+ },
1193
+ {
1194
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/09\/55484.jpg",
1195
+ "sort_order": 0,
1196
+ "main_photo": false,
1197
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/17\/61605.jpg"
1198
+ },
1199
+ {
1200
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/09\/55483.jpg",
1201
+ "sort_order": 0,
1202
+ "main_photo": false,
1203
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/17\/72024.jpg"
1204
+ },
1205
+ {
1206
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/09\/55482.jpg",
1207
+ "sort_order": 0,
1208
+ "main_photo": false,
1209
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/17\/63187.jpg"
1210
+ },
1211
+ {
1212
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/09\/55481.jpg",
1213
+ "sort_order": 0,
1214
+ "main_photo": true,
1215
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/17\/69651.jpg"
1216
+ }
1217
+ ],
1218
+ "custom_fields": [
1219
+ {
1220
+ "name": "Virtual Tour",
1221
+ "type": "text",
1222
+ "value": null
1223
+ }
1224
+ ],
1225
+ "url": "http:\/\/app.rentjuice.com\/listings\/38469"
1226
+ },
1227
+ {
1228
+ "rentjuice_id": 38420,
1229
+ "title": null,
1230
+ "description": "A contemporary high-rise apartment building with brand new interiors conveniently located between Harvard and Central Squares in Cambridge. Units feature hardwood floors, Walk in closets, Air Conditioning, a renovated kitchen & bath. Building features security, laundry facilities, on-site management, elevator and parking garages. Cats allowed!",
1231
+ "agent_name": null,
1232
+ "agent_email": null,
1233
+ "agent_phone": null,
1234
+ "featured": 0,
1235
+ "address": "929 Massachusetts Ave, Unit ",
1236
+ "street_number": 929,
1237
+ "street": "Massachusetts Ave",
1238
+ "unit_number": null,
1239
+ "cross_street": null,
1240
+ "latitude": 42.3300189,
1241
+ "longitude": -71.069608,
1242
+ "neighborhoods": null,
1243
+ "floor_number": null,
1244
+ "property_type": null,
1245
+ "rent": 2000,
1246
+ "fee": null,
1247
+ "bedrooms": 2,
1248
+ "bathrooms": 1,
1249
+ "square_footage": 950,
1250
+ "features": [
1251
+ "Central Air Conditioning",
1252
+ "Dishwasher",
1253
+ "Elevator",
1254
+ "Hardwood floors"
1255
+ ],
1256
+ "rental_terms": [
1257
+ "Cats Accepted",
1258
+ "Heat Included",
1259
+ "Student Friendly"
1260
+ ],
1261
+ "date_available": null,
1262
+ "last_updated": null,
1263
+ "photos": [
1264
+ {
1265
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/09\/55950.jpg",
1266
+ "sort_order": 0,
1267
+ "main_photo": false,
1268
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/17\/62481.jpg"
1269
+ },
1270
+ {
1271
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/09\/55949.jpg",
1272
+ "sort_order": 0,
1273
+ "main_photo": false,
1274
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/17\/66059.jpg"
1275
+ },
1276
+ {
1277
+ "thumbnail": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/09\/55948.jpg",
1278
+ "sort_order": 0,
1279
+ "main_photo": true,
1280
+ "fullsize": "http:\/\/static.rentjuice.com\/frames\/2009\/12\/17\/69598.jpg"
1281
+ }
1282
+ ],
1283
+ "custom_fields": [
1284
+ {
1285
+ "name": "Virtual Tour",
1286
+ "type": "text",
1287
+ "value": null
1288
+ }
1289
+ ],
1290
+ "url": "http:\/\/app.rentjuice.com\/listings\/38420"
1291
+ }
1292
+ ],
1293
+ "runtime": 2.60015
1294
+ }