Realtor.com Scraper - Property Listings & Prices
Pricing
Pay per usage
Go to Apify Store

Realtor.com Scraper - Property Listings & Prices
Extract data from realtor. Get prices, reviews, ratings, and detailed information. Export to JSON, CSV, Excel. Fast and reliable web scraping tool.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Fatih Dağüstü
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
21 minutes ago
Last modified
Categories
Share
Realtor.com Scraper - Property Listings, Prices & Agent Info
Extract real estate listings from Realtor.com with full property details, agent contacts, price history, tax history, and nearby schools.
Features
- Search properties for sale, for rent, or recently sold
- Filter by price range, bedrooms, bathrooms
- Scrape detail pages for complete data:
- Full address, price, beds, baths, sqft, lot size
- Agent name, phone, and broker info
- Year built, property type, heating, cooling, parking
- Photos count
- Price history and tax history
- Nearby schools with ratings
- Latitude / longitude
- MLS ID and days on market
- Accepts direct listing URLs to scrape specific properties
- Pay-per-result pricing — only pay for what you get
Input
| Field | Type | Description |
|---|---|---|
location | String | City/state or zip (e.g. San-Francisco_CA, Austin_TX, 90210) |
propertyType | Select | buy (for sale), rent (for rent), sold (recently sold) |
minPrice | Integer | Minimum price filter |
maxPrice | Integer | Maximum price filter |
beds | Integer | Minimum bedrooms |
baths | Integer | Minimum bathrooms |
maxResults | Integer | Max listings to return (default: 50) |
urls | Array | Direct Realtor.com listing URLs to scrape |
scrapeDetails | Boolean | Visit detail pages for full info (default: true) |
Output
Each result contains:
{"url": "https://www.realtor.com/realestateandhomes-detail/...","address": "123 Main St, San Francisco, CA 94105","price": "$1,250,000","beds": "3","baths": "2","sqft": "1850","lotSize": "0.12 acres","status": "For Sale","daysOnMarket": "14","mlsId": "ML81234567","thumbnail": "https://...","description": "Stunning 3-bed home...","photosCount": 42,"yearBuilt": "1998","propertyType": "Single Family","heating": "Central","cooling": "Central Air","parking": "Attached Garage, 2 spaces","hoaFee": "$350/mo","agentName": "Jane Smith","agentPhone": "+1-415-555-1234","broker": "SF Realty Group","latitude": 37.7749,"longitude": -122.4194,"priceHistory": [{ "date": "2024-01-15", "event": "Listed", "price": "$1,250,000" }],"taxHistory": [{ "year": "2023", "taxes": "$12,450", "assessment": "$980,000" }],"nearbySchools": [{ "name": "Lincoln Elementary", "rating": "8/10" }],"scrapedAt": "2026-03-04T10:00:00.000Z"}
Example Inputs
Search for homes in Austin TX under $800K
{"location": "Austin_TX","propertyType": "buy","maxPrice": 800000,"beds": 3,"maxResults": 100}
Search rentals in Miami FL
{"location": "Miami_FL","propertyType": "rent","minPrice": 2000,"maxPrice": 5000,"maxResults": 50}
Scrape specific listings
{"urls": ["https://www.realtor.com/realestateandhomes-detail/123-Main-St_San-Francisco_CA_94105_M12345-67890"]}
Pricing
- $0.005 per result (Pay-per-event)
- 1,000 results = $5.00
- No wasted spend — only pay for successfully scraped listings
Notes
- Realtor.com uses JavaScript rendering — this actor uses Playwright for full compatibility
- Rate limiting is handled automatically with polite delays
- For large scrapes (500+), consider splitting by zip code or price range
- Agent phone numbers are only shown on detail pages (
scrapeDetails: true)
Use Cases
- Real estate market research and price analysis
- Lead generation for agents and brokers
- Investment property discovery
- Rental market analysis
- Competitor analysis for real estate platforms
- Automated property alerts and monitoring