Scrape real estate listings from Realtor.com. Extract detailed property information including prices, location details, property features, and more. Perfect for real estate market analysis and property research.
This actor allows you to extract detailed real estate listings from Realtor.com. It's perfect for real estate professionals, researchers, and anyone interested in gathering property market data.
searchUrl
: URL of the Realtor.com search results page (e.g., "https://www.realtor.com/realestateandhomes-search/Mahopac_NY/")maxItems
: Maximum number of items to scrapeThe actor stores results in a dataset, with each property containing detailed information including:
A full explanation of an input example in JSON.
1{ 2 "searchUrl": "https://www.realtor.com/realestateandhomes-search/Mahopac_NY/", 3 "maxItems": 60 4}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "property_id": "4785287743", 4 "list_price": 650000, 5 "search_promotions": null, 6 "primary_photo": { 7 "href": "https://ap.rdcpix.com/569032be48b60d351eaaa5300b71336fl-m3253677755s.jpg" 8 }, 9 "listing_id": "2975856327", 10 "matterport": true, 11 "virtual_tours": null, 12 "status": "for_sale", 13 "products": { 14 "products": [ 15 "core.agent", 16 "core.broker", 17 "co_broke" 18 ], 19 "brand_name": "essentials" 20 }, 21 "source": { 22 "id": "LINY", 23 "name": "OneKeyMLS", 24 "type": "mls", 25 "spec_id": null, 26 "plan_id": null, 27 "agents": [ 28 { 29 "office_name": null 30 } 31 ] 32 }, 33 "lead_attributes": { 34 "show_contact_an_agent": true, 35 "market_type": "choice", 36 "opcity_lead_attributes": { 37 "cashback_enabled": false, 38 "flip_the_market_enabled": false 39 }, 40 "lead_type": "co_broke", 41 "ready_connect_mortgage": { 42 "show_contact_a_lender": false, 43 "show_veterans_united": false 44 } 45 }, 46 "community": null, 47 "permalink": "62-Fairmont-Rd_Mahopac_NY_10541_M47852-87743", 48 "price_reduced_amount": null, 49 "description": { 50 "name": null, 51 "beds": 4, 52 "baths_consolidated": "2", 53 "sqft": 2548, 54 "lot_sqft": 20800, 55 "baths_max": null, 56 "baths_min": null, 57 "beds_min": null, 58 "beds_max": null, 59 "sqft_min": null, 60 "sqft_max": null, 61 "type": "single_family", 62 "sub_type": null, 63 "sold_price": 570000, 64 "sold_date": "2022-09-13" 65 }, 66 "location": { 67 "street_view_url": "https://maps.googleapis.com/maps/api/streetview?channel=rdc-streetview&client=gme-movesalesinc&location=62%20Fairmont%20Rd%2C%20Mahopac%2C%20NY%2010541&size=640x480&source=outdoor&signature=XFFNpFY-vfXajf-V2xRk7cwq5Zk=", 68 "address": { 69 "line": "62 Fairmont Rd", 70 "postal_code": "10541", 71 "state": "New York", 72 "state_code": "NY", 73 "city": "Mahopac", 74 "coordinate": { 75 "lat": 41.384793, 76 "lon": -73.716765 77 } 78 }, 79 "county": { 80 "name": "Putnam", 81 "fips_code": "36079" 82 } 83 }, 84 "open_houses": null, 85 "branding": [ 86 { 87 "type": "Office", 88 "name": "Redfin Real Estate", 89 "photo": null 90 } 91 ], 92 "flags": { 93 "is_coming_soon": null, 94 "is_new_listing": true, 95 "is_price_reduced": null, 96 "is_foreclosure": null, 97 "is_new_construction": null, 98 "is_pending": null, 99 "is_contingent": null 100 }, 101 "list_date": "2024-12-05T23:32:01.000000Z", 102 "photos": [ 103 { 104 "href": "https://ap.rdcpix.com/569032be48b60d351eaaa5300b71336fl-m3253677755s.jpg" 105 }, 106 { 107 "href": "https://ap.rdcpix.com/569032be48b60d351eaaa5300b71336fl-m3093967040s.jpg" 108 }, 109 { 110 "href": "https://ap.rdcpix.com/569032be48b60d351eaaa5300b71336fl-m2486510616s.jpg" 111 }, 112 { 113 "href": "https://ap.rdcpix.com/569032be48b60d351eaaa5300b71336fl-m1693320552s.jpg" 114 }, 115 { 116 "href": "https://ap.rdcpix.com/569032be48b60d351eaaa5300b71336fl-m3259326960s.jpg" 117 } 118 ], 119 "advertisers": [ 120 { 121 "type": "seller", 122 "builder": null 123 } 124 ] 125 }, 126 ... 127]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!