Realtor Property Scraper avatar

Realtor Property Scraper

Pricing

from $8.10 / 1,000 results

Go to Apify Store
Realtor Property Scraper

Realtor Property Scraper

Search Realtor.com property listings in the United States. Extract sale, rent, and sold listing data with prices, beds, baths, area, images, location details, agents, and source URLs.

Pricing

from $8.10 / 1,000 results

Rating

5.0

(2)

Developer

AgentX

AgentX

Maintained by Community

Actor stats

2

Bookmarked

33

Total users

4

Monthly active users

1.5 hours

Issues response

17 hours ago

Last modified

Share

Affiliate disclosure: Actor links in this documentation may include an Apify referral parameter at no additional cost to you.

Realtor Property Scraper - Realtor.com Property Listings Data API

Realtor Property Scraper extracts structured Realtor.com listing data from United States markets for real estate analytics, lead generation, pricing research, and property intelligence workflows. It returns 40 normalized fields for sale, rental, and sold property records, including prices, beds, baths, area, images, location details, agent data, source URLs, and processing metadata. Property type and posted date remain optional; listing type defaults to sale when omitted.

Property Data Pay Per Result United States


Why Choose This API

Realtor.com Listing Intelligence for Repeatable Data Workflows

๐Ÿ  Sale, Rent, and Sold Listing Coverage Collect Realtor.com property listings for for_sale, for_rent, and sold workflows where the selected market supports them.

๐Ÿ“ Location-Based Property Search Search by city, region, neighborhood, postal code, or address in supported United States markets.

๐Ÿ“Š Normalized Property Records Return 40 consistent fields covering price, rooms, area, land, address, geo data, media, features, contacts, source URLs, and processing metadata.

๐Ÿ“… Recency Filtering Use posted_since with absolute or relative dates when you need recently posted listing workflows.


Quick Start Guide

How to Extract Realtor.com Property Data in 3 Steps

Step 1: Configure Your Request

Open Realtor Property Scraper and enter max results, country, and location.

Step 2: Add Optional Filters

Choose listing type, property type, and posted_since only when those filters are needed.

Step 3: Run and Export

Click Start and export the default dataset as JSON, CSV, Excel, XML, RSS, or through the Apify API.


Input Parameters

Configuration Fields

ParameterTypeRequiredDescriptionExample
max_resultsintegerYesMaximum number of Realtor.com property listings to return.10
countrystringYesCountry where Realtor.com listings are supported.United States
locationstringYesCity, region, neighborhood, postal code, or address supported by Realtor.com.Austin, TX
listing_typestringNoTransaction status: for_sale, for_rent, or sold; defaults to for_sale.for_sale
property_typestringNoOptional stable filter: residential, house, apartment, condo, townhouse, or land.house
posted_sincestringNoOnly include listings posted within this timeframe when supported.7 days

Example Input

{
"max_results": 10,
"country": "United States",
"location": "Austin, TX",
"listing_type": "for_sale",
"property_type": "house",
"posted_since": "7 days"
}

Output Data Schema

Core Property Fields

Field GroupExamples
Listing detailsplatform, title, description, listing_id, mls_id, listing_type, availability, market_type, property_type, subtype, category, business_type
Pricing, dimensions, and datesprice, rooms, area, land, building, dates, posted_time, fees
Locationlocation, address, geo, country, nearby
Media and featurescover_image, image_urls, media, open_houses, features, amenities, details
Community and unit datareviews, policies, units
Contacts and source linkscontact, source_url, official_url
Processing metadataprocessor, processed_at

Export Formats

  • JSON - Complete structured property records
  • CSV / Excel - Spreadsheet-compatible listing exports
  • API Access - Programmatic access through Apify dataset endpoints

Integration Examples

Actor ID

eou9sUeDcGLZomwXL

REST API

Send the documented input object to the synchronous dataset endpoint:

POST https://api.apify.com/v2/acts/eou9sUeDcGLZomwXL/run-sync-get-dataset-items?token=YOUR_API_TOKEN
Content-Type: application/json

JavaScript SDK

import { ApifyClient } from "apify-client";
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor("eou9sUeDcGLZomwXL").call({
max_results: 10,
country: "United States",
location: "Austin, TX",
listing_type: "for_sale",
posted_since: "7 days",
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

JSON-LD Metadata

{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Realtor Property Scraper",
"description": "Realtor.com property listings data API for sale, rental, and sold records across the United States.",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "Real Estate Data API",
"operatingSystem": "Web, Cloud",
"url": "https:\/\/apify.com\/agentx\/realtor-property-scraper?fpr=aiagentapi",
"dateModified": "2026-07-21",
"featureList": [
"Sale, rental, and sold Realtor.com listing searches",
"40 normalized property fields",
"Optional property-type and recency filters",
"JSON, CSV, Excel, and API exports"
]
}

Pricing & Cost Calculator

Realtor Property Scraper uses pay-per-event pricing.

EventPriceDescription
Actor Start$0.01000Charged when the Actor starts running.
Result$0.00900 FREE / $0.00870 BRONZE / $0.00840 SILVER / $0.00810 GOLD+Charged for each result saved to the default dataset.

At the FREE result tier, one Actor Start event plus 100 results costs $0.91; one Actor Start event plus 1,000 results costs $9.01. The exact total follows the selected pricing tier and the number of results saved.


Use Cases & Applications

  • Realtor.com sale, rental, and sold listing research.
  • Market monitoring and comparable property analysis.
  • Real estate lead generation and owner or agent prospecting.
  • Rental and sale price benchmarking by location and property type.
  • Property intelligence datasets for dashboards, enrichment, and AI workflows.

FAQ

Which locations are supported?

The Actor accepts United States cities, regions, neighborhoods, postal codes, and addresses that Realtor.com can resolve.

Which listing types are supported?

Use for_sale, for_rent, or sold. If omitted, the runtime uses for_sale.

Are optional filters given hidden defaults?

No. property_type and posted_since remain unset unless supplied. Unsupported combinations are rejected before collection.

Are all fields always populated?

No. Every item follows the same 40-field schema, but unavailable source values remain empty or null.

Is the data real-time?

Results reflect Realtor.com data available when the run executes. Stored examples and historical online statistics may be stale.


SEO Keywords & Search Terms

Realtor property scraper, Realtor.com scraper API, Realtor listings data, homes for sale API, rental listings data, recently sold property data, comparable sales research, real estate lead generation, property monitoring automation


Trust & Certifications

  • โœ… Schema-aligned output โ€” published items use the documented 40-field property structure.
  • โœ… Source traceability โ€” records include source URLs and processing timestamps when available.
  • โœ… Validated inputs โ€” unsupported country, listing type, property type, and date combinations fail before collection.
  • โœ… Transparent billing โ€” Actor Start and Result events are documented above.
  • โœ… Current-run evidence โ€” live run output is the authoritative evidence; older online data is only historical context.

Important: Realtor.com's Terms of Use prohibit scraping and automated collection without Move's express written permission. They also prohibit using Realtor.com content for machine-learning or artificial-intelligence purposes. Do not run this Actor or use its output for those purposes unless you have obtained every permission required for your intended workflow.

Users are responsible for complying with applicable laws, contracts, platform terms, privacy obligations, intellectual-property rights, MLS restrictions, and any authorization that applies to them. Public visibility does not itself grant permission to collect or reuse listing content. Realtor.com is a trademark of its respective owner; this independent Actor is not endorsed by or affiliated with Realtor.com.

Verify prices, availability, contacts, and listing status against the returned source_url before making material decisions.


Related: Zillow Property Scraper ยท Homes Property Scraper ยท MagicBricks Property Scraper

Enrich: All Property Scraper ยท All Jobs Scraper ยท All Shopping Scraper

Support: https://t.me/AiAgentApi


Support & Community


Last Updated: 2026-07-21