Runnable examples for the Realtor.com Property Scraper — US Listings | from $1.40/1K on Apify.
Scrape for-sale, for-rent, and recently-sold listings from Realtor.com into clean JSON — address, price, beds, baths, sqft, coordinates, status, and more. No proxy needed. Every result ships a parse_confidence score.
address · baths · beds · city · latitude · list_date · longitude · lot_sqft · parse_confidence · photo_url · price · property_id · property_type · sqft · state · status · url · warnings · zip
- Get your Apify token: https://console.apify.com/account/integrations
- Run a language example below. Both call the actor and print the results.
| Example | File |
|---|---|
Python (apify-client) |
examples/python/run.py |
JavaScript (apify-client) |
examples/javascript/run.js |
| Sample output (real records) | examples/sample_output.json |
{
"searchUrls": [
{
"url": "https://www.realtor.com/realestateandhomes-search/Austin_TX"
}
],
"maxResults": 100,
"status": [
"for_sale"
],
"sortType": "relevant"
}- Actor on Apify Store: https://apify.com/bovi/realtor-scraper
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).