Realtor.com Listing Scraper avatar

Realtor.com Listing Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Realtor.com Listing Scraper

Realtor.com Listing Scraper

Scrapes residential real-estate listings from Realtor.com by US city, county, neighborhood, or ZIP code, capturing prices, beds, baths, square footage, lot size, year built, addresses, coordinates, agents, brokerages, MLS sources, photos, open houses, and listing descriptions.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Collects residential real-estate listings from Realtor.com for any US city, county, neighbourhood or ZIP code. Pick a location and whether you want homes for sale, rentals, recently sold homes or new construction, and the actor returns one flat record per listing: price, beds, baths, square footage, lot size, year built, full address with coordinates and county, listing agent and brokerage, MLS source, photos, open-house times and the listing description.

Input

FieldDefaultDescription
locationAustin, TXUS location to search: City, ST, a county, a neighbourhood, or a 5-digit ZIP code.
listing_typefor_saleInventory to collect: for_sale, for_rent, sold or new_construction.
sort_bynewestResult ordering: newest, price_low_to_high, price_high_to_low or recently_sold.
max_results20Maximum listings to return (1–2000).
proxyConfigurationOptionalEnable a US-based proxy for the most reliable results.

Output

Each result is one property listing:

{
"property_id": "7655255143",
"listing_id": "2999994421",
"status": "for_sale",
"url": "https://www.realtor.com/realestateandhomes-detail/11464-Bristle-Oak-Trl_Austin_TX_78750_M76552-55143",
"address_line": "11464 Bristle Oak Trl",
"unit": "",
"city": "Austin",
"state_code": "TX",
"state": "Texas",
"postal_code": "78750",
"county": "Williamson",
"neighborhood": "",
"latitude": 30.452984,
"longitude": -97.819548,
"list_price": 490000,
"price_per_sqft": 251,
"price_reduced_amount": null,
"sold_price": null,
"sold_date": "2016-10-07",
"beds": 3,
"baths": 2,
"baths_full": 2,
"baths_half": null,
"sqft": 1953,
"lot_sqft": 7492,
"year_built": 1982,
"garage": 2,
"stories": 1,
"property_type": "single_family",
"description": "The classic brick and wood siding exterior of this moderately remodeled, single-story home...",
"hoa_fee": null,
"list_date": "2026-08-23T05:14:50.000000Z",
"days_on_market": null,
"is_new_listing": true,
"is_price_reduced": false,
"agent_name": "Jane Doe",
"agent_phone": "(512) 555-0142",
"office_name": "Example Realty Group",
"brokerage": "Example Realty",
"mls_source": "ACTRIS",
"photo_count": 37,
"primary_photo": "http://ap.rdcpix.com/243d35e3b4a3369664d703352f3b5adbl-m2137244393s.jpg",
"photos": ["http://ap.rdcpix.com/243d35e3b4a3369664d703352f3b5adbl-m2137244393s.jpg"],
"tags": ["fireplace", "garage_2_or_more", "vaulted_ceiling"],
"raw": { ... }
}

raw keeps the complete original listing payload so nothing is lost.

Notes

  • Runs with empty input (defaults to the newest homes for sale in Austin, TX).
  • Enable a US-based proxy for the most reliable results.
  • Intended for research and market-analysis use; please respect Realtor.com's terms of service.