Realtor.com Scraper avatar
Realtor.com Scraper
Try for free

3 days trial then $25.00/month - No credit card required now

View all Actors
Realtor.com Scraper

Realtor.com Scraper

epctex/realtor-scraper
Try for free

3 days trial then $25.00/month - No credit card required now

Uncover valuable insights from realtor.com's extensive property listings. Extract descriptions, images, features, property details, pricing, neighborhood details, nearby schools, and more for millions of properties. Customize your searches and filters to find the perfect real estate data.

Actor - Realtor Scraper

Realtor scraper

Since Realtor doesn't provide an API, this actor should help you to retrieve data from it.

The Realtor data scraper supports the following features:

  • Scrape property details - You can scrape attributes like property images, price, features, neighborhood, nearby schools, and many more. You can find details below.

  • Scrape sold properties - You can scrape sold properties through a search list.

  • Scrape for sale properties - If you are looking for a property that is for sale, you can directly target them.

  • Scrape rental properties - Rental properties can be directly targeted.

  • Scrape by keyword - You can use location-wise keywords to search specific search lists. Also, you can directly point out rental, for sale, or sold properties on this feature.

  • Scrape properties by filter - Auto detection of URLs helps you to directly copy/paste the URLs into the scraper to apply any filtering you like.

  • Scrape listings of agents - Directly fetch any listing of agent profiles with ease!

Realtor specific

Don't worry when you get a little bit different properties than you saw on the browser page. Realtor is ordering properties differently for each user.

Bugs, fixes, updates, and changelog

This scraper is under active development. If you have any feature requests you can create an issue from here.

Setup & Usage

You can see how this actor works in this video:

Input Parameters

The input of this scraper should be JSON containing the list of pages on Realtor that should be visited. Possible fields are:

  • search: (Optional) (String) Keyword that can be searched in the Realtor search engine. When it is present, mode must be used as well.

  • startUrls: (Optional) (Array) List of Realtor URLs. You should only provide property detail or search URLs.

  • mode: (Optional) (String) Mode of the actor. It gets the keyword from search parameter and initiates the search according to the mode. Can be BUY, RENT or SOLD. When present, search must be provided as well.

  • endPage: (Optional) (Number) Final number of page that you want to scrape. The default is Infinite. This applies to all search requests and startUrls individually.

  • maxItems: (Optional) (Number) You can limit scraped items. This should be useful when you search through the big lists or search results.

  • includeFloorplans: (Optional) (Boolean) Can be set to true if floorplans of property units are required.

  • proxy: (Required) (Proxy Object) Proxy configuration.

  • extendOutputFunction: (Optional) (String) Function that takes a JQuery handle ($) as an argument and returns an object with data.

This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.

Tip

When you want to have filtering over a search URL; go to Realtor, create filters over the search list, and copy and paste the link as one of the startUrl.

If you would like to scrape only the first page of a search list or search 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 search 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 many properties as possible. Therefore, it forefronts all property detail requests. If the actor doesn't block very often it'll scrape 50 properties in 2 minutes with ~0.05-0.07 compute units.

Realtor Scraper Input example

1{
2    "startUrls": [
3        "https://www.realtor.com/realestateandhomes-detail/9325-W-Desert-Inn-Rd-Apt-116_Las-Vegas_NV_89117_M25429-00790",
4        "https://www.realtor.com/realestateandhomes-detail/6655-S-Fort-Apache-Rd_Las-Vegas_NV_89148_M14497-02317",
5        "https://www.realtor.com/realestateandhomes-detail/2700-Las-Vegas-Blvd-S-Unit-3604_Las-Vegas_NV_89109_M12056-23357",
6        "https://www.realtor.com/realestateagents/5a28883df695ab0010dfe28b"
7    ],
8    "search": "Las Vegas",
9    "mode": "BUY",
10    "proxy": {
11        "useApifyProxy": true
12    },
13    "maxItems": 5,
14    "includeFloorplans": true
15}

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.

Realtor 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 Realtor actor.

Scraped Realtor Properties

The structure of each item in Realtor products looks like this:

Properties

1{
2  "url": "https://www.realtor.com/realestateandhomes-detail/4368-Seville-St_Las-Vegas_NV_89121_M14226-64517",
3  "status": "sold",
4  "id": "1422664517",
5  "soldOn": "2022-06-08",
6  "lastSoldPrice": 485000,
7  "listPrice": null,
8  "baths": 3,
9  "baths_3qtr": null,
10  "baths_full": 2,
11  "baths_full_calc": 2,
12  "baths_half": 1,
13  "baths_max": null,
14  "baths_min": null,
15  "baths_partial_calc": 1,
16  "baths_total": 3,
17  "beds": 4,
18  "beds_max": null,
19  "beds_min": null,
20  "construction": null,
21  "cooling": "Central",
22  "exterior": "Frame/Stucco",
23  "fireplace": "Yes",
24  "garage": null,
25  "garage_max": null,
26  "garage_min": null,
27  "garage_type": "Built In",
28  "heating": "Forced Air",
29  "logo": null,
30  "lot_sqft": 9148,
31  "name": null,
32  "pool": null,
33  "roofing": "Composition Shingle",
34  "rooms": 9,
35  "sqft": 2752,
36  "sqft_max": null,
37  "sqft_min": null,
38  "stories": 2,
39  "styles": null,
40  "sub_type": null,
41  "text": null,
42  "type": "single_family",
43  "units": null,
44  "year_built": 1975,
45  "year_renovated": 1975,
46  "zoning": "R-1",
47  "coordinates": {
48    "latitude": 36.110005,
49    "longitude": -115.077626
50  },
51  "address": {
52    "street": "4368 Seville St",
53    "locality": "Las Vegas",
54    "region": "NV",
55    "postalCode": "89121"
56  },
57  "photos": null,
58  "nearbySchools": {
59    "schools": [
60      {
61        "coordinate": {
62          "lat": 36.11256,
63          "lon": -115.072924
64        },
65        "distance_in_miles": 0.3,
66        "district": {
67          "id": "06188571441",
68          "name": "Clark County School District"
69        },
70        "education_levels": [
71          "elementary"
72        ],
73        "funding_type": "public",
74        "grades": [
75          "PK",
76          "K",
77          "1",
78          "2",
79          "3",
80          "4",
81          "5"
82        ],
83        "greatschools_id": "3200120",
84        "id": "0745716001",
85        "name": "William E  Ferron Elementary School",
86        "nces_code": "320006000118",
87        "parent_rating": 4,
88        "rating": 5,
89        "review_count": 7,
90        "slug_id": "William-E-Ferron-Elementary-School-0745716001",
91        "student_count": 647
92      },
93      {
94        "coordinate": {
95          "lat": 36.106733,
96          "lon": -115.090665
97        },
98        "distance_in_miles": 0.8,
99        "district": {
100          "id": "06188571441",
101          "name": "Clark County School District"
102        },
103        "education_levels": [
104          "middle"
105        ],
106        "funding_type": "public",
107        "grades": [
108          "6",
109          "7",
110          "8"
111        ],
112        "greatschools_id": "3200020",
113        "id": "0745714551",
114        "name": "C W Woodbury Middle School",
115        "nces_code": "320006000017",
116        "parent_rating": 4,
117        "rating": 2,
118        "review_count": 9,
119        "slug_id": "C-W-Woodbury-Middle-School-0745714551",
120        "student_count": 904
121      },
122      {
123        "coordinate": {
124          "lat": 36.119938,
125          "lon": -115.087966
126        },
127        "distance_in_miles": 0.9,
128        "district": {
129          "id": "06188571441",
130          "name": "Clark County School District"
131        },
132        "education_levels": [
133          "high"
134        ],
135        "funding_type": "public",
136        "grades": [
137          "9",
138          "10",
139          "11",
140          "12"
141        ],
142        "greatschools_id": "3200021",
143        "id": "0745714561",
144        "name": "Chaparral High School",
145        "nces_code": "320006000018",
146        "parent_rating": 4,
147        "rating": 3,
148        "review_count": 7,
149        "slug_id": "Chaparral-High-School-0745714561",
150        "student_count": 2384
151      },
152      {
153        "coordinate": {
154          "lat": 36.117541,
155          "lon": -115.092576
156        },
157        "distance_in_miles": 1,
158        "district": {
159          "id": "06188571421",
160          "name": null
161        },
162        "education_levels": [
163          "elementary",
164          "middle"
165        ],
166        "funding_type": "private",
167        "grades": [
168          "K",
169          "1",
170          "2",
171          "3",
172          "4",
173          "5",
174          "6",
175          "7",
176          "8"
177        ],
178        "greatschools_id": "3200710",
179        "id": "0745724421",
180        "name": "Mt Olive Luteran School",
181        "nces_code": "A0106133",
182        "parent_rating": 5,
183        "rating": null,
184        "review_count": 4,
185        "slug_id": "Mt-Olive-Luteran-School-0745724421",
186        "student_count": 59
187      }
188    ]
189  },
190  "neighborhood": null,
191  "local": {
192    "flood": {
193      "firststreet_url": "https://riskfactor.com/property/4368-seville-st-las-vegas-nevada-89121/321219289_fsid/flood?utm_source=realtor",
194      "fsid": "321219289",
195      "flood_factor_score": 1,
196      "flood_factor_severity": "minimal",
197      "environmental_risk": 1,
198      "trend_direction": 0,
199      "fema_zone": [
200        "X"
201      ],
202      "insurance_requirement": "recommended",
203      "flood_trend": "This property’s flood risk is not changing.",
204      "flood_trend_paragraph": "This property’s risk of flood is <b>not changing</b>.",
205      "flood_insurance_text": "As this property is located in FEMA Zone X, flood insurance is not federally required to obtain a mortgage. You may want to purchase flood insurance to protect your home. Explore quotes from <b>5 providers</b> that offer flood insurance from <b>$435</b> to <b>$905</b> per year.",
206      "insurance_rates": [
207        {
208          "provider_url": "https://1str.ee/t/hippo/flood/321219289?source=realtor",
209          "provider_name": "Hippo Insurance Agency, LLC",
210          "provider_logo": "https://assets.floodfactor.com/insurance/hippo.png",
211          "expires": null,
212          "price": null,
213          "home_coverage": 250000,
214          "contents_coverage": 100000,
215          "disclaimer": null
216        }
217      ]
218    },
219    "noise": {
220      "score": 73,
221      "noise_categories": [
222        {
223          "text": "Low",
224          "type": "airport"
225        },
226        {
227          "text": "High",
228          "type": "traffic"
229        },
230        {
231          "text": "Low",
232          "type": "local"
233        },
234        {
235          "text": "Medium",
236          "type": "score"
237        }
238      ]
239    },
240    "wildfire": {
241      "fsid": "321219289",
242      "fire_factor_score": 1,
243      "fire_factor_severity": "Minimal",
244      "fire_cumulative_30": null,
245      "fire_trend": "This property’s wildfire risk is not changing.",
246      "fire_trend_paragraph": "This property's risk of wildfire is <b>not changing</b>.",
247      "usfs_relative_risk": "This property is located in a county with an average wildfire risk greater than 85% counties in the US.",
248      "firststreet_url": "https://riskfactor.com/property/4368-seville-st-las-vegas-nevada-89121/321219289_fsid/fire?utm_source=realtor",
249      "fire_insurance_text": "Invest in insurance that covers hazards including wildfire to reduce your financial risk and recover more quickly after a fire. To protect your home, explore quotes from <b>7 providers</b> that offer insurance with wildfire coverage.",
250      "insurance_rates": [
251        {
252          "provider_logo": "https://assets.floodfactor.com/insurance/hippo.png",
253          "provider_url": "https://1str.ee/t/hippo/fire/321219289?source=realtor"
254        }
255      ]
256    }
257  },
258  "history": [
259    {
260      "date": "2022-06-08",
261      "event_name": "Sold",
262      "price": 485000,
263      "price_sqft": 176.23546511627907,
264      "source_listing_id": null,
265      "source_name": "Public Record",
266      "listing": null
267    },
268    {
269      "date": "2022-05-13",
270      "event_name": "Listing removed",
271      "price": 0,
272      "price_sqft": null,
273      "source_listing_id": "2393319",
274      "source_name": "LasVegas",
275      "listing": {
276        "list_price": 475000,
277        "last_status_change_date": "2022-05-13T03:08:06Z",
278        "last_update_date": "2022-05-05T08:24:18Z",
279        "status": "off_market",
280        "list_date": "2022-05-05T08:04:46Z",
281        "listing_id": "2942756233",
282        "suppression_flags": {
283          "has_suppress_sold_info": true
284        },
285        "photos": [
286          {
287            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3082072648s.jpg"
288          },
289          {
290            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1827141646s.jpg"
291          },
292          {
293            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m4254921847s.jpg"
294          },
295          {
296            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1151405011s.jpg"
297          },
298          {
299            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3806640650s.jpg"
300          },
301          {
302            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3942876455s.jpg"
303          },
304          {
305            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1661349441s.jpg"
306          },
307          {
308            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m4047814041s.jpg"
309          },
310          {
311            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2160077492s.jpg"
312          },
313          {
314            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1263782816s.jpg"
315          },
316          {
317            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2746061833s.jpg"
318          },
319          {
320            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m4107406175s.jpg"
321          },
322          {
323            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2910718438s.jpg"
324          },
325          {
326            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3028123988s.jpg"
327          },
328          {
329            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3813972027s.jpg"
330          },
331          {
332            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1421957916s.jpg"
333          },
334          {
335            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3431148020s.jpg"
336          },
337          {
338            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3856479392s.jpg"
339          },
340          {
341            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1411435325s.jpg"
342          },
343          {
344            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m491581803s.jpg"
345          },
346          {
347            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2268681331s.jpg"
348          },
349          {
350            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2922686144s.jpg"
351          },
352          {
353            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2301519764s.jpg"
354          },
355          {
356            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m793117848s.jpg"
357          },
358          {
359            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m40245287s.jpg"
360          },
361          {
362            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1936417894s.jpg"
363          },
364          {
365            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3072168545s.jpg"
366          },
367          {
368            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m4212323395s.jpg"
369          },
370          {
371            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m202704110s.jpg"
372          },
373          {
374            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m563546097s.jpg"
375          },
376          {
377            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1683360307s.jpg"
378          },
379          {
380            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2833466280s.jpg"
381          },
382          {
383            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m341779919s.jpg"
384          },
385          {
386            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2434645635s.jpg"
387          },
388          {
389            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m320319668s.jpg"
390          },
391          {
392            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3619621644s.jpg"
393          },
394          {
395            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m690698608s.jpg"
396          },
397          {
398            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m593262984s.jpg"
399          },
400          {
401            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2669032613s.jpg"
402          }
403        ],
404        "description": {
405          "text": "Spacious 2 Story, 4 Bed, 3 Bath, 2 car. Separate Dining, Family, and Living Room. RV Parking, 4 Car Spot Drive Way, Oversized 4th Bedroom Gym/Loft. Hard Wood Floor Upstairs, Tile Downstairs, Downstairs Laundry. Master Balcony, Above Ground Jacuzzi, Custom Shed, 9k Sqft lot Real Green Grass, Immaculate Landscaping. All Appliances to included."
406        },
407        "advertisers": [
408          {
409            "fulfillment_id": "2931320",
410            "nrds_id": "629045097",
411            "name": "Daron Rice",
412            "email": "agentdrice@gmail.com",
413            "href": "www.LvHouseListings.com",
414            "slogan": "with the Jacobs Group",
415            "office": {
416              "fulfillment_id": "1211952",
417              "name": "Simply Vegas",
418              "email": "simplyvegasrealestate@gmail.com",
419              "href": "",
420              "slogan": "",
421              "out_of_community": null,
422              "application_url": null,
423              "mls_set": "O-LVNV-SVRE"
424            },
425            "broker": {
426              "fulfillment_id": "2931292",
427              "name": "Simply Vegas",
428              "accent_color": "#fc7b03",
429              "logo": "https://ap.rdcpix.com/1974843881/951d73b0132029aff5898118d6e9729ak-c0s.jpg"
430            },
431            "type": "seller",
432            "mls_set": "A-LVNV-226276"
433          }
434        ],
435        "buyers": null,
436        "source": {
437          "id": "LVNV",
438          "agents": [
439            {
440              "agent_id": "226276",
441              "agent_name": "Daron Rice",
442              "office_id": "SVRE",
443              "office_name": null,
444              "office_phone": null,
445              "type": "seller"
446            }
447          ]
448        }
449      }
450    },
451    {
452      "date": "2022-05-05",
453      "event_name": "Listed",
454      "price": 475000,
455      "price_sqft": 172.60174418604652,
456      "source_listing_id": "2393319",
457      "source_name": "LasVegas",
458      "listing": {
459        "list_price": 475000,
460        "last_status_change_date": "2022-05-13T03:08:06Z",
461        "last_update_date": "2022-05-05T08:24:18Z",
462        "status": "off_market",
463        "list_date": "2022-05-05T08:04:46Z",
464        "listing_id": "2942756233",
465        "suppression_flags": {
466          "has_suppress_sold_info": true
467        },
468        "photos": [
469          {
470            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3082072648s.jpg"
471          },
472          {
473            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1827141646s.jpg"
474          },
475          {
476            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m4254921847s.jpg"
477          },
478          {
479            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1151405011s.jpg"
480          },
481          {
482            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3806640650s.jpg"
483          },
484          {
485            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3942876455s.jpg"
486          },
487          {
488            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1661349441s.jpg"
489          },
490          {
491            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m4047814041s.jpg"
492          },
493          {
494            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2160077492s.jpg"
495          },
496          {
497            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1263782816s.jpg"
498          },
499          {
500            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2746061833s.jpg"
501          },
502          {
503            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m4107406175s.jpg"
504          },
505          {
506            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2910718438s.jpg"
507          },
508          {
509            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3028123988s.jpg"
510          },
511          {
512            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3813972027s.jpg"
513          },
514          {
515            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1421957916s.jpg"
516          },
517          {
518            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3431148020s.jpg"
519          },
520          {
521            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3856479392s.jpg"
522          },
523          {
524            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1411435325s.jpg"
525          },
526          {
527            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m491581803s.jpg"
528          },
529          {
530            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2268681331s.jpg"
531          },
532          {
533            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2922686144s.jpg"
534          },
535          {
536            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2301519764s.jpg"
537          },
538          {
539            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m793117848s.jpg"
540          },
541          {
542            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m40245287s.jpg"
543          },
544          {
545            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1936417894s.jpg"
546          },
547          {
548            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3072168545s.jpg"
549          },
550          {
551            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m4212323395s.jpg"
552          },
553          {
554            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m202704110s.jpg"
555          },
556          {
557            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m563546097s.jpg"
558          },
559          {
560            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m1683360307s.jpg"
561          },
562          {
563            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2833466280s.jpg"
564          },
565          {
566            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m341779919s.jpg"
567          },
568          {
569            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2434645635s.jpg"
570          },
571          {
572            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m320319668s.jpg"
573          },
574          {
575            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m3619621644s.jpg"
576          },
577          {
578            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m690698608s.jpg"
579          },
580          {
581            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m593262984s.jpg"
582          },
583          {
584            "href": "http://ap.rdcpix.com/804a9d1ab2622363f784ffddb59bdb93l-m2669032613s.jpg"
585          }
586        ],
587        "description": {
588          "text": "Spacious 2 Story, 4 Bed, 3 Bath, 2 car. Separate Dining, Family, and Living Room. RV Parking, 4 Car Spot Drive Way, Oversized 4th Bedroom Gym/Loft. Hard Wood Floor Upstairs, Tile Downstairs, Downstairs Laundry. Master Balcony, Above Ground Jacuzzi, Custom Shed, 9k Sqft lot Real Green Grass, Immaculate Landscaping. All Appliances to included."
589        },
590        "advertisers": [
591          {
592            "fulfillment_id": "2931320",
593            "nrds_id": "629045097",
594            "name": "Daron Rice",
595            "email": "agentdrice@gmail.com",
596            "href": "www.LvHouseListings.com",
597            "slogan": "with the Jacobs Group",
598            "office": {
599              "fulfillment_id": "1211952",
600              "name": "Simply Vegas",
601              "email": "simplyvegasrealestate@gmail.com",
602              "href": "",
603              "slogan": "",
604              "out_of_community": null,
605              "application_url": null,
606              "mls_set": "O-LVNV-SVRE"
607            },
608            "broker": {
609              "fulfillment_id": "2931292",
610              "name": "Simply Vegas",
611              "accent_color": "#fc7b03",
612              "logo": "https://ap.rdcpix.com/1974843881/951d73b0132029aff5898118d6e9729ak-c0s.jpg"
613            },
614            "type": "seller",
615            "mls_set": "A-LVNV-226276"
616          }
617        ],
618        "buyers": null,
619        "source": {
620          "id": "LVNV",
621          "agents": [
622            {
623              "agent_id": "226276",
624              "agent_name": "Daron Rice",
625              "office_id": "SVRE",
626              "office_name": null,
627              "office_phone": null,
628              "type": "seller"
629            }
630          ]
631        }
632      }
633    }
634  ],
635  "taxHistory": [
636    {
637      "assessment": {
638        "building": 32839,
639        "land": 25900,
640        "total": 58739
641      },
642      "market": {
643        "building": 93826,
644        "land": 74000,
645        "total": 167826
646      },
647      "tax": 1176,
648      "year": 2021
649    },
650    {
651      "assessment": {
652        "building": 33385,
653        "land": 25200,
654        "total": 58585
655      },
656      "market": {
657        "building": 95386,
658        "land": 72000,
659        "total": 167386
660      },
661      "tax": 1089,
662      "year": 2020
663    },
664    {
665      "assessment": {
666        "building": 33808,
667        "land": 23100,
668        "total": 56908
669      },
670      "market": {
671        "building": 96594,
672        "land": 66000,
673        "total": 162594
674      },
675      "tax": 1057,
676      "year": 2019
677    },
678    {
679      "assessment": {
680        "building": 32970,
681        "land": 21700,
682        "total": 54670
683      },
684      "market": {
685        "building": 94200,
686        "land": 62000,
687        "total": 156200
688      },
689      "tax": 1026,
690      "year": 2018
691    },
692    {
693      "assessment": {
694        "building": 34118,
695        "land": 18200,
696        "total": 52318
697      },
698      "market": {
699        "building": 97480,
700        "land": 52000,
701        "total": 149480
702      },
703      "tax": 1534,
704      "year": 2017
705    },
706    {
707      "assessment": {
708        "building": 35281,
709        "land": 17500,
710        "total": 52781
711      },
712      "market": {
713        "building": 100803,
714        "land": 50000,
715        "total": 150803
716      },
717      "tax": 973,
718      "year": 2016
719    },
720    {
721      "assessment": {
722        "building": 35502,
723        "land": 12250,
724        "total": 47752
725      },
726      "market": {
727        "building": 101434,
728        "land": 35000,
729        "total": 136434
730      },
731      "tax": 970,
732      "year": 2015
733    },
734    {
735      "assessment": {
736        "building": 34968,
737        "land": 10500,
738        "total": 45468
739      },
740      "market": {
741        "building": 99909,
742        "land": 30000,
743        "total": 129909
744      },
745      "tax": 942,
746      "year": 2014
747    },
748    {
749      "assessment": {
750        "building": 34850,
751        "land": 6300,
752        "total": 41150
753      },
754      "market": {
755        "building": 99571,
756        "land": 18000,
757        "total": 117571
758      },
759      "tax": 992,
760      "year": 2013
761    },
762    {
763      "assessment": {
764        "building": 23954,
765        "land": 6300,
766        "total": 30254
767      },
768      "market": {
769        "building": 68440,
770        "land": 18000,
771        "total": 86440
772      },
773      "tax": 887,
774      "year": 2012
775    },
776    {
777      "assessment": {
778        "building": 35179,
779        "land": 7000,
780        "total": 42179
781      },
782      "market": {
783        "building": 100511,
784        "land": 20000,
785        "total": 120511
786      },
787      "tax": 1237,
788      "year": 2011
789    },
790    {
791      "assessment": {
792        "building": 37267,
793        "land": 7000,
794        "total": 44267
795      },
796      "market": {
797        "building": 106477,
798        "land": 20000,
799        "total": 126477
800      },
801      "tax": 1301,
802      "year": 2010
803    },
804    {
805      "assessment": {
806        "building": 37189,
807        "land": 36400,
808        "total": 73589
809      },
810      "market": {
811        "building": 106254,
812        "land": 104000,
813        "total": 210254
814      },
815      "tax": 1478,
816      "year": 2008
817    },
818    {
819      "assessment": {
820        "building": 35597,
821        "land": 41300,
822        "total": 76897
823      },
824      "market": {
825        "building": 101706,
826        "land": 118000,
827        "total": 219706
828      },
829      "tax": 1435,
830      "year": 2007
831    }
832  ],
833  "advertisers": null,
834  "details": null,
835  "floorplans": [
836		{
837			"availability": {
838				"available": null,
839				"date": "2023-11-15",
840				"href": null,
841				"text": null,
842				"status": null
843			},
844			"floorplan_description": {
845				"beds": 0,
846				"name": "Studio",
847				"sqft": 410,
848				"text": null,
849				"type": null,
850				"baths": 1
851			},
852			"list_price": 1975,
853			"photos": [
854				{
855					"href": "http://ar.rdcpix.com/94e69a78c43766a34b00832fda74590cp-f448269519o.jpg"
856				}
857			],
858			"floorplan_units": [
859				{
860					"availability": {
861						"available": null,
862						"date": "2023-11-15",
863						"text": null,
864						"status": null
865					},
866					"unit_description": {
867						"baths": 0,
868						"baths_half": 0,
869						"beds": 0,
870						"name": null,
871						"sqft": null,
872						"text": null,
873						"type": null,
874						"unit_number": "2317",
875						"vacancy_class": "available",
876						"floor_number": null,
877						"price": 1975
878					},
879					"unit_id": "6262208"
880				}
881      ]
882    }
883  ]
884}

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.

Developer
Maintained by Community
Actor metrics
  • 38 monthly users
  • 99.9% runs succeeded
  • 1.4 days response time
  • Created in Mar 2021
  • Modified about 13 hours ago