Realtor.com Scraper avatar

Realtor.com Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Realtor.com Scraper

Realtor.com Scraper

Scrape Realtor.com for property listings with prices, MLS data, agent info, school ratings, neighborhood data and 25+ fields.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Dominique

Dominique

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

6

Monthly active users

8 days ago

Last modified

Categories

Share

๐Ÿ  Realtor.com Scraper

The most comprehensive Realtor.com data extraction tool on Apify โ€” scrape property listings with 25+ data fields including price history, school ratings, mortgage estimates, and agent info. Just $2 per 1,000 results.

๐Ÿ† Why This Actor?

FeatureThis ActorCompetitor ACompetitor B
Price$2/1K results$5/1K results$8/1K results
Data Fields25+ fields10-12 fields8-15 fields
Price Historyโœ… Full historyโŒ Not includedโœ… Limited
School Ratingsโœ… With distanceโŒ Not includedโŒ Not included
Mortgage Estimatesโœ… Monthly paymentโŒ Not includedโŒ Not included
Tax Historyโœ… Multi-yearโŒ Not includedโŒ Not included
Agent/Broker Infoโœ… Name + phoneโš ๏ธ Name onlyโŒ Not included
Anti-Bot Bypassโœ… Camoufox stealthโš ๏ธ Basicโš ๏ธ Frequent blocks
Search Modes3 (location/zip/URL)1 (URL only)2 (location/URL)
Geo Coordinatesโœ… Lat/LonโŒโš ๏ธ Sometimes
Photo URLsโœ… All photos (HD)โš ๏ธ Primary onlyโœ… All photos
Open Housesโœ… Dates & timesโŒโŒ

โœจ Key Features

  • ๐Ÿ  25+ Data Fields โ€” Address, price, beds/baths, sqft, lot size, year built, MLS#, and much more
  • ๐Ÿ’ฐ Price History โ€” Complete price change timeline with dates, prices, and events
  • ๐Ÿซ School Ratings โ€” Nearby schools with GreatSchools ratings, distance, and grade levels
  • ๐Ÿ“Š Mortgage Estimates โ€” Estimated monthly payment from Realtor.com's calculator
  • ๐Ÿ” 3 Search Modes โ€” Search by city/state, zip code, or paste direct URLs
  • ๐Ÿ›ก๏ธ Kasada Anti-Bot Bypass โ€” Camoufox stealth browser with residential proxies
  • ๐Ÿ“ธ HD Photo URLs โ€” All property photos in high resolution (1024ร—768)
  • ๐Ÿท๏ธ Smart Filters โ€” Filter by property type, price range, bedrooms, and listing status
  • โšก Pagination โ€” Automatically crawls all search result pages
  • ๐Ÿ“‹ Tax History โ€” Multi-year property tax and assessment records

๐Ÿ“ฅ Input Parameters

ParameterTypeDefaultDescription
searchLocationString-City and state (e.g., "San Francisco, CA")
zipCodeString-US zip code (e.g., "90210")
startUrlsArray-Direct Realtor.com search or property URLs
propertyTypeSelectanyFilter: single-family, condo, townhouse, land, etc.
listingStatusSelectfor-saleFilter: for-sale, for-rent, recently-sold, pending
minPriceInteger-Minimum listing price (USD)
maxPriceInteger-Maximum listing price (USD)
minBedsInteger-Minimum bedrooms
maxItemsInteger100Maximum properties to scrape
scrapeDetailsBooleantrueVisit each property for full details
maxConcurrencyInteger3Parallel page processing (1-5)
proxyConfigurationObjectResidentialProxy settings (residential recommended)

Input Examples

Search by location:

{
"searchLocation": "San Francisco, CA",
"propertyType": "single-family-home",
"maxPrice": 1500000,
"maxItems": 50
}

Search by zip code:

{
"zipCode": "90210",
"listingStatus": "for-sale",
"minBeds": 3,
"maxItems": 100
}

Direct URLs:

{
"startUrls": [
{ "url": "https://www.realtor.com/realestateandhomes-search/San-Francisco_CA" },
{ "url": "https://www.realtor.com/realestateandhomes-detail/16-Sea-Cliff-Ave_San-Francisco_CA_94121_M21813-49460" }
],
"maxItems": 200
}

๐Ÿ“ค Sample Output

{
"url": "https://www.realtor.com/realestateandhomes-detail/16-Sea-Cliff-Ave_San-Francisco_CA_94121_M21813-49460",
"address": "16 Sea Cliff Ave",
"city": "San Francisco",
"state": "CA",
"zipCode": "94121",
"price": 6800000,
"pricePerSqft": 1580.23,
"beds": 5,
"baths": 4.5,
"sqft": 4303,
"lotSize": "0.18 acres",
"propertyType": "single_family",
"yearBuilt": 1925,
"mlsNumber": "424067890",
"listingStatus": "for_sale",
"daysOnMarket": 45,
"description": "Spectacular Sea Cliff residence with breathtaking panoramic views of the Golden Gate Bridge, Marin Headlands and the Pacific Ocean...",
"agentName": "Jane Smith",
"brokerName": "Compass Real Estate",
"agentPhone": "(415) 555-0123",
"openHouses": [
{
"start": "2026-04-05T13:00:00",
"end": "2026-04-05T16:00:00",
"description": "Open House Saturday 1-4 PM"
}
],
"priceHistory": [
{ "date": "2026-02-15", "price": 6800000, "event": "Listed", "source": "SFAR MLS" },
{ "date": "2022-06-10", "price": 5950000, "event": "Sold", "source": "SFAR MLS" },
{ "date": "2022-03-20", "price": 6200000, "event": "Listed", "source": "SFAR MLS" }
],
"schools": [
{ "name": "Sutro Elementary", "rating": 8, "distance": 0.3, "grades": "K-5", "type": "elementary", "fundingType": "public" },
{ "name": "Roosevelt Middle", "rating": 7, "distance": 0.8, "grades": "6-8", "type": "middle", "fundingType": "public" },
{ "name": "Washington High", "rating": 7, "distance": 1.2, "grades": "9-12", "type": "high", "fundingType": "public" }
],
"neighborhood": {
"name": "Sea Cliff",
"noiseScore": 2,
"floodRisk": 1
},
"mortgageEstimate": 38500,
"photoUrls": [
"https://ap.rdcpix.com/abc123/od-w1024_h768.jpg",
"https://ap.rdcpix.com/def456/od-w1024_h768.jpg"
],
"photoCount": 42,
"latitude": 37.7872,
"longitude": -122.4893,
"features": [
"Interior: Hardwood floors throughout",
"Interior: Gourmet chef's kitchen",
"Exterior: Ocean-view deck",
"Exterior: Landscaped garden",
"Parking: 2-car garage"
],
"hoaFee": null,
"taxHistory": [
{ "year": 2025, "tax": 72000, "assessment": 5800000 },
{ "year": 2024, "tax": 68000, "assessment": 5500000 }
],
"garage": "2",
"propertyId": "M21813-49460",
"scrapedAt": "2026-03-30T23:00:00+00:00"
}

๐Ÿ’ก Use Cases

  • ๐Ÿก Real Estate Investment Analysis โ€” Compare property prices, price per sqft, and price history across neighborhoods to identify undervalued properties
  • ๐Ÿ“Š Market Research โ€” Track listing inventory, days on market, and pricing trends by zip code or city
  • ๐Ÿซ School District Analysis โ€” Find properties near top-rated schools for families or investors targeting family-friendly areas
  • ๐Ÿค– Property Data Aggregation โ€” Feed listings into your own real estate platform, CRM, or analysis pipeline
  • ๐Ÿ’ต Mortgage & Tax Research โ€” Analyze mortgage estimates and tax history for investment ROI calculations
  • ๐Ÿ“ธ Listing Photography โ€” Collect high-res property photos for market analysis or presentation decks
  • ๐Ÿ˜๏ธ Neighborhood Comparison โ€” Compare noise scores, flood risk, and amenities across different areas

๐Ÿ’ฒ Pricing

  • $2 per 1,000 results โ€” the most affordable Realtor.com scraper on Apify
  • Search results (basic data): ~$0.002 per property
  • Detail pages (full 25+ fields): ~$0.002 per property
  • Free tier available for testing

Build your complete real estate data pipeline:

โš™๏ธ Technical Details

  • Runtime: Python 3.12 on Apify platform
  • Browser: Camoufox stealth browser (Playwright-based Firefox with anti-fingerprinting)
  • Anti-Bot: Bypasses Kasada protection with residential proxies and human-like behavior
  • Extraction: Primary: __NEXT_DATA__ JSON extraction | Fallback: HTML CSS selectors
  • Rate Limiting: Built-in delays, retry logic with exponential backoff
  • Memory: Recommended 4-8 GB for optimal performance

๐Ÿ“ Notes

  • Realtor.com uses Kasada anti-bot protection โ€” residential proxies are required for reliable operation
  • Detail page scraping provides significantly more data (price history, schools, mortgage) but is slower
  • Set scrapeDetails: false for faster scraping with basic data only
  • The actor respects rate limits to avoid IP blocks โ€” expect ~2-3 seconds per page
  • Maximum ~42 results per search page, pagination is automatic