Realtor Scraper (Property Details) avatar
Realtor Scraper (Property Details)

Pricing

$9.99/month + usage

Go to Store
Realtor Scraper (Property Details)

Realtor Scraper (Property Details)

Developed by

Luffy

Maintained by Community

This fast and affordable API/scraper provides real-time access to Realtor.com listings, including property details, pricing, location, and agent emails and phone numbers. Ideal for real estate analysis, lead generation, and data-driven projects.

5.0 (1)

Pricing

$9.99/month + usage

2

Monthly users

3

Response time

0.016 hours

Last modified

3 days ago

Realtor.com Property Details Scraper by Coder Luffy

logo of Realtor.com Scraper

Actor URL: coder_luffy/realtor-scraper

Your complete solution for accurate, detailed real estate data — without the complexity.
This API delivers everything you need from Realtor.com: listing prices, mortgage estimates, neighborhood trends, agent contacts, and more — just by using a property ID or address.


Why Use This API?

When you’re building real estate tools, sourcing leads, or analyzing market trends, you need complete, structured, and up-to-date property data — without overpaying or fighting through rate limits.

Here’s what makes this API different:

  • Search By Address or property_id – Input either Realtor property IDs or full addresses (a rare feature).
  • Affordability First – Built for scale without high costs. Pay only for what you use.
  • Rich & Clean Data – Everything from listing info to mortgage breakdowns to agent emails.
  • Built for Developers – Simple JSON output. No guessing. No scraping. Just results.

Input

Search Query (Property IDs or Addresses: Provide a list of either Realtor.com Property IDs or addresses to extract detailed property listing information, including agent contact details.)

1{
2    "search_query": [
3        "3291777140",
4        "3808 Warm Meadows St, Las Vegas",
5        "13018 Lumberjack Rd NW Unit 1"
6    ]
7}

What You Can Access

CategoryWhat You Get
🏠 Property BasicsStatus, Price, Description, Type, Year Built
📍 Address & LocationFull address, coordinates, neighborhood stats
💵 FinancialsMortgage estimates, HOA fees, loan breakdown
🧑‍ Agent InfoNames, emails, phone numbers, agency details
🖼 PhotosTagged image links (living room, kitchen, etc.)
📈 Neighborhood DataMedian price, time on market, trends
🔄 Price HistoryLast price changes, list date, sold date

Ideal For

  • Real estate SaaS tools
  • Investment dashboards
  • Lead generation platforms
  • Automated CRM enrichment
  • Property analytics and comparisons
  • Market research & competitive tracking

🧾 Sample Output

You get a structured JSON object like this:

1[
2    {
3        "search_query": "3291777140",
4        "data": {
5            "property_id": "3291777140",
6            "last_update_date": "2025-03-06T20:02:12Z",
7            "last_price_change_date": "2025-03-06T20:02:12.699Z",
8            "last_price_change_amount": -11000,
9            "listing_id": "2978501942",
10            "status": "for_sale",
11            "href": "https://www.realtor.com/realestateandhomes-detail/339-E-58th-St-Apt-9F_New-York_NY_10022_M32917-77140",
12            "list_date": "2025-02-20T18:02:33Z",
13            "mortgage": {
14                "is_listing_price_eligible_for_fha": true,
15                "is_dpa_eligible": true,
16                "county_fha_loan_limit": 1209750,
17                "property_tax_rate": null,
18                "rates_url": "https://www.realtor.com/mortgage/rates/?from=mobile#zip=10022&property_price=339000&mlid=3291777140",
19                "estimate": {
20                    "loan_amount": 271200,
21                    "monthly_payment": 3535,
22                    "total_payment": 634733,
23                    "down_payment": 67800,
24                    "average_rate": {
25                        "rate": 0.06773,
26                        "loan_type": {
27                            "term": 30
28                        }
29                    },
30                    "monthly_payment_details": [
31                        {
32                            "type": "principal_and_interest",
33                            "amount": 1763,
34                            "display_name": "Principal & Interest"
35                        },
36                        {
37                            "type": "home_insurance",
38                            "amount": 118,
39                            "display_name": "Home Insurance"
40                        },
41                        {
42                            "type": "hoa_fees",
43                            "amount": 1654,
44                            "display_name": "Maintenance Fee"
45                        },
46                        {
47                            "type": "mortgage_insurance",
48                            "amount": 0,
49                            "display_name": "Mortgage Insurance"
50                        }
51                    ]
52                },
53                "average_rates": [
54                    {
55                        "loan_type": {
56                            "loan_id": "thirty_year_fix"
57                        },
58                        "rate": 0.06773
59                    },
60                    {
61                        "loan_type": {
62                            "loan_id": "twenty_year_fix"
63                        },
64                        "rate": 0.06571
65                    },
66                    {
67                        "loan_type": {
68                            "loan_id": "fifteen_year_fix"
69                        },
70                        "rate": 0.05843
71                    },
72                    {
73                        "loan_type": {
74                            "loan_id": "ten_year_fix"
75                        },
76                        "rate": 0.05663
77                    },
78                    {
79                        "loan_type": {
80                            "loan_id": "thirty_year_fha"
81                        },
82                        "rate": 0.06252
83                    },
84                    {
85                        "loan_type": {
86                            "loan_id": "thirty_year_va"
87                        },
88                        "rate": 0.06369
89                    },
90                    {
91                        "loan_type": {
92                            "loan_id": "five_one_arm"
93                        },
94                        "rate": 0.06726
95                    },
96                    {
97                        "loan_type": {
98                            "loan_id": "seven_one_arm"
99                        },
100                        "rate": 0.06685
101                    }
102                ]
103            },
104            "hoa": {
105                "fee": 1654
106            },
107            "buyers": null,
108            "description": {
109                "baths_consolidated": "1",
110                "baths": 1,
111                "baths_min": null,
112                "baths_max": null,
113                "heating": null,
114                "cooling": null,
115                "beds": 0,
116                "beds_min": null,
117                "beds_max": null,
118                "garage": null,
119                "garage_min": null,
120                "garage_max": null,
121                "pool": null,
122                "sqft": null,
123                "sqft_min": null,
124                "sqft_max": null,
125                "styles": null,
126                "lot_sqft": null,
127                "units": null,
128                "stories": null,
129                "type": "coop",
130                "text": "-Available Fully Furnished -Open Views North -Doorman Co-op w/ Storage -Unlimited Subletting After Two Years Ownership (with Board Approval) Enjoy stunning skyline views and the Roosevelt Island Tram gliding by from this high-floor, bright, and spacious studio. Featuring new appliances, a dramatic entry hallway, and classic pre-war details, this home is set in a full-service elevator building with a doorman. With rich wood floors, the studio offers an open, windowed kitchen with stainless steel appliances, including a dishwasher. Additional highlights include a removable built-in closet, custom lights with dimmers, a ceiling fan, beamed ceilings, an open north-facing view, and a large windowed bathroom with a classic soaking tub. The building offers a beautifully landscaped and furnished courtyard, a laundry room, and bike storage. Conveniently located near Trader Joe's just a block away and Whole Foods on 57th St., Sutton Place parks, the East River Greenway, Citi Bike stations, top-tier restaurants, and world-class shopping along 5th Ave., including Bergdorf Goodman. Easy access to multiple transportation options, the 59th St. Bridge, Roosevelt Island via the tram, and the FDR.",
131                "year_built": 1930,
132                "name": null
133            },
134            "pet_policy": null,
135            "nearby_schools": {
136                "schools": [
137                    {
138                        "__typename": "School",
139                        "coordinate": {
140                            "lat": 40.763844,
141                            "lon": -73.96377
142                        },
143                        "distance_in_miles": 0.3,
144                        "district": {
145                            "id": "06194297221",
146                            "name": "New York City Geographic District # 2"
147                        },
148                        "education_levels": [
149                            "elementary"
150                        ],
151                        "funding_type": "public",
152                        "grades": [
153                            "K",
154                            "1",
155                            "2",
156                            "3",
157                            "4",
158                            "5"
159                        ],
160                        "id": "0751621431",
161                        "name": "East Side Elementary School, PS 267",
162                        "rating": 9,
163                        "student_count": 362
164                    },
165                    {
166                        "__typename": "School",
167                        "coordinate": {
168                            "lat": 40.735844,
169                            "lon": -73.980887
170                        },
171                        "distance_in_miles": 1.9,
172                        "district": {
173                            "id": "06194297221",
174                            "name": "New York City Geographic District # 2"
175                        },
176                        "education_levels": [
177                            "middle"
178                        ],
179                        "funding_type": "public",
180                        "grades": [
181                            "6",
182                            "7",
183                            "8"
184                        ],
185                        "id": "0751469851",
186                        "name": "Jhs 104 Simon Baruch",
187                        "rating": 8,
188                        "student_count": 891
189                    },
190                    {
191                        "__typename": "School",
192                        "coordinate": {
193                            "lat": 40.736128,
194                            "lon": -73.992257
195                        },
196                        "distance_in_miles": 2.2,
197                        "district": {
198                            "id": "06194297221",
199                            "name": "New York City Geographic District # 2"
200                        },
201                        "education_levels": [
202                            "middle",
203                            "high"
204                        ],
205                        "funding_type": "public",
206                        "grades": [
207                            "6",
208                            "7",
209                            "8",
210                            "9",
211                            "10",
212                            "11",
213                            "12"
214                        ],
215                        "id": "0751520251",
216                        "name": "The Clinton School",
217                        "rating": 8,
218                        "student_count": 786
219                    },
220                    {
221                        "__typename": "School",
222                        "coordinate": {
223                            "lat": 40.742492,
224                            "lon": -74.002566
225                        },
226                        "distance_in_miles": 2.4,
227                        "district": {
228                            "id": "06194297221",
229                            "name": "New York City Geographic District # 2"
230                        },
231                        "education_levels": [
232                            "middle"
233                        ],
234                        "funding_type": "public",
235                        "grades": [
236                            "6",
237                            "7",
238                            "8"
239                        ],
240                        "id": "0751538341",
241                        "name": "Nyc Lab Ms For Collaborative Studies",
242                        "rating": 9,
243                        "student_count": 519
244                    },
245                    {
246                        "__typename": "School",
247                        "coordinate": {
248                            "lat": 40.757727,
249                            "lon": -73.964258
250                        },
251                        "distance_in_miles": 0.1,
252                        "district": {
253                            "id": "06194285711",
254                            "name": null
255                        },
256                        "education_levels": [
257                            "high"
258                        ],
259                        "funding_type": "private",
260                        "grades": [
261                            "9",
262                            "10",
263                            "11",
264                            "12"
265                        ],
266                        "id": "0751490521",
267                        "name": "Cathedral High School",
268                        "rating": null,
269                        "student_count": 556
270                    },
271                    {
272                        "__typename": "School",
273                        "coordinate": {
274                            "lat": 40.757648,
275                            "lon": -73.96402
276                        },
277                        "distance_in_miles": 0.1,
278                        "district": {
279                            "id": "06194285711",
280                            "name": null
281                        },
282                        "education_levels": [
283                            "high"
284                        ],
285                        "funding_type": "private",
286                        "grades": [
287                            "9",
288                            "10",
289                            "11",
290                            "12"
291                        ],
292                        "id": "0751695851",
293                        "name": "Cathedral High School",
294                        "rating": null,
295                        "student_count": 465
296                    },
297                    {
298                        "__typename": "School",
299                        "coordinate": {
300                            "lat": 40.759096,
301                            "lon": -73.965881
302                        },
303                        "distance_in_miles": 0.1,
304                        "district": {
305                            "id": "06194297221",
306                            "name": "New York City Geographic District # 2"
307                        },
308                        "education_levels": [
309                            "high"
310                        ],
311                        "funding_type": "public",
312                        "grades": [
313                            "9",
314                            "10",
315                            "11",
316                            "12"
317                        ],
318                        "id": "0751456141",
319                        "name": "Art and Design High School",
320                        "rating": 8,
321                        "student_count": 1469
322                    },
323                    {
324                        "__typename": "School",
325                        "coordinate": {
326                            "lat": 40.757442,
327                            "lon": -73.964394
328                        },
329                        "distance_in_miles": 0.2,
330                        "district": {
331                            "id": "06194285711",
332                            "name": null
333                        },
334                        "education_levels": [
335                            "elementary"
336                        ],
337                        "funding_type": "private",
338                        "grades": [
339                            "PK",
340                            "K",
341                            "1",
342                            "2",
343                            "3",
344                            "4",
345                            "5",
346                            "6"
347                        ],
348                        "id": "0751693731",
349                        "name": "Montessori School of Ny",
350                        "rating": null,
351                        "student_count": 70
352                    },
353                    {
354                        "__typename": "School",
355                        "coordinate": {
356                            "lat": 40.759123,
357                            "lon": -73.966312
358                        },
359                        "distance_in_miles": 0.2,
360                        "district": {
361                            "id": "06194297221",
362                            "name": "New York City Geographic District # 2"
363                        },
364                        "education_levels": [
365                            "elementary"
366                        ],
367                        "funding_type": "public",
368                        "grades": [
369                            "K",
370                            "1",
371                            "2",
372                            "3",
373                            "4",
374                            "5"
375                        ],
376                        "id": "0751460361",
377                        "name": "Ps 59 Beekman Hill International",
378                        "rating": 8,
379                        "student_count": 523
380                    },
381                    {
382                        "__typename": "School",
383                        "coordinate": {
384                            "lat": 40.763737,
385                            "lon": -73.957755
386                        },
387                        "distance_in_miles": 0.4,
388                        "district": {
389                            "id": "06194297221",
390                            "name": "New York City Geographic District # 2"
391                        },
392                        "education_levels": [
393                            "elementary"
394                        ],
395                        "funding_type": "public",
396                        "grades": [
397                            "K",
398                            "1",
399                            "2",
400                            "3",
401                            "4",
402                            "5"
403                        ],
404                        "id": "0751465451",
405                        "name": "Ps 183 Robert L Stevenson",
406                        "rating": 8,
407                        "student_count": 498
408                    },
409                    {
410                        "__typename": "School",
411                        "coordinate": {
412                            "lat": 40.765435,
413                            "lon": -73.959638
414                        },
415                        "distance_in_miles": 0.4,
416                        "district": {
417                            "id": "06194297221",
418                            "name": "New York City Geographic District # 2"
419                        },
420                        "education_levels": [
421                            "high"
422                        ],
423                        "funding_type": "public",
424                        "grades": [
425                            "9",
426                            "10",
427                            "11",
428                            "12"
429                        ],
430                        "id": "0751518051",
431                        "name": "Urban Academy Laboratory High School",
432                        "rating": 1,
433                        "student_count": 135
434                    }
435                ]
436            },
437            "schools": {
438                "schools": [
439                    {
440                        "__typename": "School",
441                        "coordinate": {
442                            "lat": 40.763844,
443                            "lon": -73.96377
444                        },
445                        "distance_in_miles": 0.3,
446                        "district": {
447                            "id": "06194297221",
448                            "name": "New York City Geographic District # 2"
449                        },
450                        "education_levels": [
451                            "elementary"
452                        ],
453                        "funding_type": "public",
454                        "grades": [
455                            "K",
456                            "1",
457                            "2",
458                            "3",
459                            "4",
460                            "5"
461                        ],
462                        "id": "0751621431",
463                        "name": "East Side Elementary School, PS 267",
464                        "rating": 9,
465                        "student_count": 362
466                    },
467                    {
468                        "__typename": "School",
469                        "coordinate": {
470                            "lat": 40.735844,
471                            "lon": -73.980887
472                        },
473                        "distance_in_miles": 1.9,
474                        "district": {
475                            "id": "06194297221",
476                            "name": "New York City Geographic District # 2"
477                        },
478                        "education_levels": [
479                            "middle"
480                        ],
481                        "funding_type": "public",
482                        "grades": [
483                            "6",
484                            "7",
485                            "8"
486                        ],
487                        "id": "0751469851",
488                        "name": "Jhs 104 Simon Baruch",
489                        "rating": 8,
490                        "student_count": 891
491                    },
492                    {
493                        "__typename": "School",
494                        "coordinate": {
495                            "lat": 40.736128,
496                            "lon": -73.992257
497                        },
498                        "distance_in_miles": 2.2,
499                        "district": {
500                            "id": "06194297221",
501                            "name": "New York City Geographic District # 2"
502                        },
503                        "education_levels": [
504                            "middle",
505                            "high"
506                        ],
507                        "funding_type": "public",
508                        "grades": [
509                            "6",
510                            "7",
511                            "8",
512                            "9",
513                            "10",
514                            "11",
515                            "12"
516                        ],
517                        "id": "0751520251",
518                        "name": "The Clinton School",
519                        "rating": 8,
520                        "student_count": 786
521                    },
522                    {
523                        "__typename": "School",
524                        "coordinate": {
525                            "lat": 40.757727,
526                            "lon": -73.964258
527                        },
528                        "distance_in_miles": 0.1,
529                        "district": {
530                            "id": "06194285711",
531                            "name": null
532                        },
533                        "education_levels": [
534                            "high"
535                        ],
536                        "funding_type": "private",
537                        "grades": [
538                            "9",
539                            "10",
540                            "11",
541                            "12"
542                        ],
543                        "id": "0751490521",
544                        "name": "Cathedral High School",
545                        "rating": null,
546                        "student_count": 556
547                    }
548                ]
549            },
550            "products": {
551                "products": [
552                    "core.agent",
553                    "core.broker",
554                    "co_broke"
555                ]
556            },
557            "list_price": 339000,
558            "list_price_min": null,
559            "list_price_max": null,
560            "price_per_sqft": null,
561            "community": null,
562            "lead_attributes": null,
563            "flags": {
564                "is_contingent": null,
565                "is_new_construction": null,
566                "is_pending": null,
567                "is_foreclosure": null,
568                "is_deal_available": null,
569                "is_subdivision": null,
570                "is_plan": null,
571                "is_price_reduced": false,
572                "is_new_listing": false,
573                "is_coming_soon": null,
574                "is_usda_eligible": false
575            },
576            "provider_url": {
577                "href": "https://www.compass.com/listing/339-east-58th-street-manhattan-ny-10022/1774850017611222745?origin=synd"
578            },
579            "source": {
580                "id": "UCNY",
581                "disclaimer": null,
582                "listing_id": "1774850017611222745",
583                "plan_id": null,
584                "spec_id": null,
585                "community_id": null,
586                "name": "Compass",
587                "type": "mls",
588                "feed_type": null,
589                "agents": [
590                    {
591                        "agent_name": "Dylan Dylan Hoffman"
592                    }
593                ]
594            },
595            "details": [
596                {
597                    "category": "Bedrooms",
598                    "text": [
599                        "Bedrooms: 0"
600                    ]
601                },
602                {
603                    "category": "Other Rooms",
604                    "text": [
605                        "Total Rooms: 2"
606                    ]
607                },
608                {
609                    "category": "Bathrooms",
610                    "text": [
611                        "Total Bathrooms: 1",
612                        "Full Bathrooms: 1"
613                    ]
614                },
615                {
616                    "category": "Interior Features",
617                    "text": [
618                        "Doorman",
619                        "Elevator",
620                        "Total Floors in Building: 11"
621                    ]
622                },
623                {
624                    "category": "Homeowners Association",
625                    "text": [
626                        "Association: Yes",
627                        "Association Fee: 1654",
628                        "Calculated Total Monthly Association Fees: 1654"
629                    ]
630                },
631                {
632                    "category": "Amenities and Community Features",
633                    "text": [
634                        "Doorman: Yes"
635                    ]
636                },
637                {
638                    "category": "Other Property Info",
639                    "text": [
640                        "Source Listing Status: for sale",
641                        "Availability Date: 2025-02-12",
642                        "Source Property Type: resale",
643                        "Inclusions: Dishwasher",
644                        "Property Subtype: co-op",
645                        "Source Neighborhood: Midtown East",
646                        "Property Subtype: coop",
647                        "Source System Name: C2C"
648                    ]
649                },
650                {
651                    "category": "Building and Construction",
652                    "text": [
653                        "Year Built: 1930",
654                        "Property Age: 95",
655                        "Prewar: Yes",
656                        "Elevator: Yes"
657                    ]
658                }
659            ],
660            "open_houses": [
661                {
662                    "start_date": "2025-04-27T17:00:00Z",
663                    "end_date": "2025-04-27T18:00:00Z",
664                    "time_zone": "EST",
665                    "methods": [
666                        "in_person"
667                    ]
668                }
669            ],
670            "tax_history": null,
671            "location": {
672                "address": {
673                    "line": "339 E 58th St Apt 9F",
674                    "city": "Manhattan",
675                    "state_code": "NY",
676                    "postal_code": "10022",
677                    "state": "New York",
678                    "coordinate": {
679                        "lat": 40.759534,
680                        "lon": -73.963146
681                    }
682                },
683                "county": {
684                    "fips_code": "36061",
685                    "name": "New York",
686                    "state_code": "NY"
687                },
688                "street_view_url": "https://maps.googleapis.com/maps/api/streetview?channel=rdc-streetview&client=gme-movesalesinc&location=339%20E%2058th%20St%20Apt%209F%2C%20Manhattan%2C%20NY%2010022&size=640x480&source=outdoor&signature=uzKrvkMht5LYky2QSJlRzaJJyFE=",
689                "neighborhoods": [
690                    {
691                        "name": "Midtown East",
692                        "geo_statistics": {
693                            "housing_market": {
694                                "median_price_per_sqft": 1375,
695                                "median_sold_price": 1052500,
696                                "median_listing_price": 1350000,
697                                "median_days_on_market": 73
698                            }
699                        }
700                    },
701                    {
702                        "name": "Midtown Manhattan",
703                        "geo_statistics": {
704                            "housing_market": {
705                                "median_price_per_sqft": 1552,
706                                "median_sold_price": 1118750,
707                                "median_listing_price": 1495000,
708                                "median_days_on_market": 63
709                            }
710                        }
711                    },
712                    {
713                        "name": "Sutton Place",
714                        "geo_statistics": {
715                            "housing_market": {
716                                "median_price_per_sqft": 1021,
717                                "median_sold_price": 872000,
718                                "median_listing_price": 1125000,
719                                "median_days_on_market": 74
720                            }
721                        }
722                    }
723                ]
724            },
725            "consumer_advertisers": [
726                {
727                    "advertiser_id": "2930336",
728                    "office_id": "2930336",
729                    "agent_id": "3320072",
730                    "name": "Dylan Hoffman",
731                    "phone": null,
732                    "type": "Agent",
733                    "href": "/realestateagents/Dylan-Hoffman_Manhattan_NY_3320072",
734                    "photo": {
735                        "href": null
736                    },
737                    "show_realtor_logo": false,
738                    "hours": null
739                },
740                {
741                    "advertiser_id": "2930336",
742                    "office_id": "2930336",
743                    "agent_id": "3320072",
744                    "name": "Compass",
745                    "phone": "(212) 913-9058",
746                    "type": "Office",
747                    "href": "https://www.compass.com/listing/339-east-58th-street-manhattan-ny-10022/1774850017611222745?origin=synd",
748                    "photo": {
749                        "href": "https://ap.rdcpix.com/3d4487bc2a822ef4894eb9f45c6e137fg-c3724393093s.jpg"
750                    },
751                    "show_realtor_logo": false,
752                    "hours": null
753                }
754            ],
755            "specials": null,
756            "advertisers": [
757                {
758                    "fulfillment_id": "3320072",
759                    "nrds_id": null,
760                    "name": "Dylan Hoffman",
761                    "type": "seller",
762                    "email": "dhoffman@compass.com",
763                    "href": "https://www.compass.com/agents/nyc/dylan-hoffman",
764                    "state_license": "",
765                    "phones": [
766                        {
767                            "number": "6464312260",
768                            "type": "Mobile",
769                            "ext": "",
770                            "trackable": null,
771                            "primary": true
772                        },
773                        {
774                            "number": "2129139058",
775                            "type": "Office",
776                            "ext": "",
777                            "trackable": null,
778                            "primary": true
779                        }
780                    ],
781                    "builder": null,
782                    "office": {
783                        "fulfillment_id": "2930336",
784                        "name": "Compass",
785                        "href": "",
786                        "photo": {
787                            "href": "https://ap.rdcpix.com/3d4487bc2a822ef4894eb9f45c6e137fg-c3724393093l.jpg"
788                        },
789                        "email": "agentexperience@compass.com",
790                        "phones": [
791                            {
792                                "number": "2129139058",
793                                "type": "Office",
794                                "ext": "",
795                                "trackable": null,
796                                "primary": true
797                            },
798                            {
799                                "number": "4046686621",
800                                "type": "Mobile",
801                                "ext": "",
802                                "trackable": null,
803                                "primary": true
804                            }
805                        ],
806                        "address": {
807                            "city": "New York",
808                            "state_code": "NY"
809                        }
810                    },
811                    "broker": {
812                        "fulfillment_id": "2107942",
813                        "name": "Compass"
814                    },
815                    "photo": null,
816                    "rental_management": null
817                }
818            ],
819            "photo_count": 10,
820            "photos": [
821                {
822                    "href": "https://ap.rdcpix.com/35f88d3fcf8401da247168e355f6a887l-m440050944s.jpg",
823                    "type": "realtordotcom_mls_listing_image",
824                    "tags": [
825                        {
826                            "label": "living_room",
827                            "probability": 0.9999940395355225
828                        }
829                    ]
830                },
831            ],
832            "property_history": null,
833            "last_sold_price": 300000,
834            "last_sold_date": "2021-12-02",
835            "estimates": null
836        },
837        "virtual_tours": null,
838        "home_tours": {
839            "virtual_tours": []
840        },
841        "matterport": null,
842        "terms": null,
843        "monthly_fees": null,
844        "one_time_fees": null,
845        "units": null,
846        "community_rental_floorplans": null
847    }
848]

🔗 Get Started Now

Run the API on Apify →
🎯 Start free. Scale anytime. No scraping knowledge needed.


Made with ❤️ by Coder Luffy

Realtor.com scraper, Realtor API alternative, Realtor.com property data extractor, Property ID to JSON, scrape listing details, real estate data parser, no API key real estate scraper, mortgage & HOA data from Realtor, real estate agent contact scraper, housing market stats API, neighborhood pricing insights, home listing details API, Realtor.com metadata extractor, real estate analytics tool, fetch listing by property ID

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

2 hours

Price

$9.99