Introduction
Accessing accurate, real-time real estate data is notoriously difficult. Official APIs are expensive and restrictive, while building your own scraper is a maintenance nightmare.
The Realtor.com Property Details Scraper by Coder Luffy on Apify changes the game. It provides a fast, affordable, and reliable way to extract deep property details—including agent contacts, mortgage estimates, and neighborhood trends—just by providing an address or property ID.
Why Use This API?
Flexible Search
Input either Realtor Property IDs or plain Addresses. It handles the resolution automatically.
Affordable
At $9.99/month plus usage, it's significantly cheaper than enterprise data feeds, making it perfect for startups and scale-ups.
Rich Data
Get everything: Agent emails/phones, HOA fees, tax history, schools, and high-res photo links.
Developer Ready
Returns clean, structured JSON. No HTML parsing required. Integrates easily into any Python or Node.js workflow.
What Data You Get
This scraper goes deep. Here is a breakdown of the available data fields:
- Property Basics: Status, Price, Year Built, Type
- Location: Full address, coordinates, neighborhood stats
- Financials: Mortgage estimates, HOA fees, Tax history
- Agent Info: Names, Emails, Phone Numbers, Brokerage
- Market Data: Median prices, days on market, trends
How to Use
You can run this actor on the Apify platform using a simple JSON input.
{
"search_query": [
"3291777140",
"3808 Warm Meadows St, Las Vegas",
"13018 Lumberjack Rd NW Unit 1"
]
}Simply provide a list of Property IDs or full addresses. The actor will process them in parallel.
Sample Output
The API returns a highly structured JSON object. Here is a condensed example of what you receive:
[
{
"search_query": "3291777140",
"data": {
"property_id": "3291777140",
"status": "for_sale",
"list_price": 339000,
"location": {
"address": {
"line": "339 E 58th St Apt 9F",
"city": "Manhattan",
"state_code": "NY",
"postal_code": "10022"
}
},
"advertisers": [
{
"name": "Dylan Hoffman",
"email": "dhoffman@compass.com",
"phones": [
{ "number": "6464312260", "type": "Mobile" }
]
}
],
"mortgage": {
"estimate": {
"monthly_payment": 3535,
"down_payment": 67800
}
},
"schools": {
"schools": [
{ "name": "East Side Elementary School", "rating": 9 }
]
}
}
}
]Use Cases
🎯 Lead Generation
Automatically find listing agents and their contact info for specific properties to build high-quality outreach lists.
📊 Investment Analysis
Pull mortgage estimates, HOA fees, and tax history to calculate cap rates and ROI for thousands of properties instantly.
🤖 Automated CRM Enrichment
When a lead enters an address into your form, use this API to instantly populate your CRM with property details (sqft, beds, baths, price).
Frequently asked questions
How much does it cost?
The actor costs $9.99/month plus usage fees based on the compute time needed to scrape the data.
Can I search by address?
Yes, you can provide a full address (e.g., '3808 Warm Meadows St, Las Vegas') and the scraper will resolve it to the correct property listing.
Does it include agent contact info?
Yes, unlike many other scrapers, this actor extracts agent names, emails, and phone numbers when available.




