# RealtorPulse — Fresh Listing Lead Scraper (`ayk_6789/my-actor`) Actor

RealtorPulse scrapes Realtor.com for properties listed within a configurable time window (default: last 24 hours), then auto-enriches each lead with full property details
Built for real estate investors, wholesalers, agents, and lead generation teams who need first-mover access to fresh inventory.

- **URL**: https://apify.com/ayk\_6789/my-actor.md
- **Developed by:** [YKA](https://apify.com/ayk_6789) (community)
- **Categories:** Lead generation, Real estate, Automation
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $15.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## RealtorPulse — Fresh Listing Lead Scraper

**The only Realtor.com scraper that filters by listing age, not just location.**

RealtorPulse scrapes Realtor.com for properties listed within a configurable time window (default: last 24 hours), then auto-enriches each lead with full property details — agent contacts, mortgage estimates, tax history, price history, open houses, photos, and 50+ fields — in a single run.

Built for real estate investors, wholesalers, agents, and lead generation teams who need **first-mover access** to fresh inventory.

---

### What makes this different

Every other Realtor.com scraper returns listings sorted by default relevance — you get stale inventory mixed with fresh. RealtorPulse applies a `list_date` filter directly in the GraphQL query before any results are returned, so every lead in your dataset was listed within your specified window.

| Feature | Generic Realtor scrapers | RealtorPulse |
|---|---|---|
| Filter by listing age | ❌ | ✅ |
| Full detail enrichment | Partial | ✅ 50+ fields |
| Agent name + phone + email | Sometimes | ✅ Always |
| Mortgage estimate | ❌ | ✅ |
| Tax history | ❌ | ✅ |
| Price history | ❌ | ✅ |
| Open house schedule | ❌ | ✅ |
| Property flags (foreclosure, auction, price reduced) | ❌ | ✅ |
| Street view URL | ❌ | ✅ |
| Days on MLS | ❌ | ✅ |
| Ranked tags (luxury, cul-de-sac, open plan…) | ❌ | ✅ |

---

### Input

```json
{
  "zip_codes": ["77069", "77070", "77071"],
  "listing_types": ["forSale", "fsbo", "newConstruction"],
  "max_hours_old": 24,
  "max_per_zip": 50
}
````

| Field | Type | Required | Description |
|---|---|---|---|
| `zip_codes` | `string[]` | ✅ | One or more US ZIP codes to monitor |
| `listing_types` | `string[]` | ✅ | `forSale`, `fsbo`, `newConstruction`, `forRent` |
| `max_hours_old` | `integer` | ✅ | Maximum listing age in hours (e.g. `24`, `48`, `72`) |
| `max_per_zip` | `integer` | ❌ | Cap results per ZIP per listing type. Default: 200 |

***

### Output fields

Each result is a JSON object with the following fields:

#### Core listing

| Field | Description |
|---|---|
| `property_id` | Realtor.com unique property ID |
| `listing_id` | MLS listing ID |
| `listing_type` | `forSale`, `fsbo`, `newConstruction`, `forRent` |
| `realtor_url` | Direct URL to listing page |
| `list_date` | ISO timestamp when listed |
| `home_status` | `for_sale`, `under_contract`, etc. |
| `price` | List price (USD) |
| `price_per_sqft` | Calculated price per sq ft |
| `days_on_mls` | Days since MLS listing date |

#### Property details

| Field | Description |
|---|---|
| `street_address`, `city`, `state`, `zip_code` | Full address |
| `county`, `county_fips` | County name and FIPS code |
| `latitude`, `longitude` | Coordinates |
| `bedrooms`, `bathrooms`, `bathrooms_full`, `bathrooms_half` | Room counts |
| `baths_consolidated` | Realtor.com display format e.g. `"2.5"` |
| `sqft`, `lot_sqft` | Interior and lot sizes |
| `year_built`, `year_renovated` | Construction dates |
| `stories`, `garage`, `garage_type` | Structure details |
| `pool`, `fireplace`, `roofing`, `exterior` | Property features |
| `cooling`, `heating`, `construction`, `zoning` | Systems and zoning |
| `description` | Full listing text |
| `property_details` | Category/text pairs (interior, exterior, HOA, schools, etc.) |

#### Agent & brokerage

| Field | Description |
|---|---|
| `agent_name` | Primary listing agent |
| `agent_phone` | Direct agent phone |
| `agent_email` | Agent email address |
| `agent_photo` | Agent headshot URL |
| `agent_slogan` | Agent tagline |
| `brokerage` | Brokerage name |
| `office_name` | Office name |
| `office_phone` | Office phone |
| `office_email` | Office email |
| `state_license` | Agent state license number |
| `source_agent_name` | MLS-feed agent name |
| `source_agent_phone` | MLS-feed agent phone |
| `source_agent_email` | MLS-feed agent email |

#### Financial

| Field | Description |
|---|---|
| `hoa_fee` | Monthly HOA fee |
| `mortgage_monthly_payment` | Realtor.com estimated payment |
| `mortgage_rate` | Estimated rate used |
| `property_tax_rate` | County tax rate |
| `last_sold_date`, `last_sold_price` | Prior sale data |
| `last_price_change_amount` | Most recent price adjustment |
| `price_history` | Array of `{date, event, price}` |

#### Flags

| Field | Description |
|---|---|
| `is_new_listing` | Listed within Realtor.com's "new" window |
| `is_price_reduced` | Price has been cut |
| `is_foreclosure` | Bank-owned / REO |
| `is_auction` | Auction listing |
| `is_coming_soon` | Pre-market listing |
| `is_contingent` | Under contract with contingencies |
| `is_short_sale` | Short sale listing |
| `is_usda_eligible` | USDA loan eligible |

#### Media & extras

| Field | Description |
|---|---|
| `photos` | Up to 15 photo URLs |
| `photo_count` | Total photos available |
| `virtual_tour_url` | 3D tour link |
| `floorplan_url` | Floor plan link |
| `street_view_url` | Google Street View URL |
| `open_houses` | Array of `{start, end, desc, time_zone}` |
| `ranked_tags` | Realtor.com feature tags with rank order |

#### Lead metadata

| Field | Description |
|---|---|
| `fresh_lead_meta.is_fresh` | Whether listing passed the time filter |
| `fresh_lead_meta.signal` | Field used for freshness check (`list_date`) |
| `fresh_lead_meta.window_hours` | Time window configured for this run |
| `detail_fetched` | Whether full detail enrichment succeeded |

***

### Sample output

```json
{
  "property_id": "7832158252",
  "listing_type": "forSale",
  "realtor_url": "https://www.realtor.com/realestateandhomes-detail/6885-Tournament-Dr_Houston_TX_77069_M78321-58252",
  "street_address": "6885 Tournament Dr",
  "city": "Houston",
  "state": "TX",
  "zip_code": "77069",
  "price": 375000,
  "bedrooms": 3,
  "bathrooms_full": 2,
  "sqft": 2116,
  "year_built": 1994,
  "list_date": "2026-04-18T00:14:53.000000Z",
  "days_on_mls": 0,
  "agent_name": "Cindy Boutwell",
  "agent_phone": "2817973590",
  "agent_email": "cindy@theboutwellteam.com",
  "brokerage": "Boutwell Properties",
  "mortgage_monthly_payment": 2959,
  "mortgage_rate": 0.06198,
  "hoa_fee": 138,
  "is_new_listing": true,
  "open_houses": [
    { "start": "2026-04-18T14:00:00", "end": "2026-04-18T16:00:00", "time_zone": "CST" }
  ],
  "photo_count": 37,
  "detail_fetched": true
}
```

***

### Use cases

**Wholesalers** — Monitor target ZIP codes hourly. Call sellers before competing investors see the listing.

**Fix & flip investors** — Filter `is_price_reduced + is_foreclosure` to surface distressed inventory the moment it lists.

**Real estate agents** — Identify new listings in your farm area within hours. Beat buyer's agents to the call.

**Lead generation agencies** — Build seller lead pipelines by ZIP code. Export agent contacts for outreach campaigns.

**PropTech / CRM enrichment** — Pipe fresh listings directly into your CRM via Apify API. Full agent contact info included on every record.

**Market research** — Track inventory velocity, price trends, and days-on-market by ZIP code over time.

***

### Scheduling

For continuous lead monitoring, use Apify's built-in scheduler:

- **Hourly** — Aggressive monitoring. Best for hot markets and wholesalers.
- **Every 6 hours** — Balanced. Catches same-day listings without excessive runs.
- **Daily** — Standard market research workflow.

Set `max_hours_old` to match your schedule interval (e.g. `6` for 6-hour runs) to avoid duplicates.

***

### Proxy

Realtor.com requires residential proxies. This actor uses Apify's `RESIDENTIAL` proxy group automatically. Datacenter IPs are blocked at the CDN level and will return 403s.

***

### Legal notice

This actor extracts publicly visible listing data from Realtor.com. Agent contact information (name, phone, email) is professional contact data intentionally published for business purposes. Users are responsible for compliance with Realtor.com's Terms of Service and applicable laws. Do not use this data to power a competing listing service or for bulk unsolicited contact campaigns.

***

### Support

Open an issue on this actor's GitHub repository or contact via the Apify console. Include your run ID and the ZIP codes that failed.

# Actor input Schema

## `zipCodes` (type: `array`):

List of ZIP codes to scrape (e.g. 75230, 77069)

## `listingTypes` (type: `array`):

Types of listings: forSale, fsbo, newConstruction, forRent

## `maxHoursOld` (type: `integer`):

Only return listings posted within this many hours (1–720)

## `maxListingsPerZip` (type: `integer`):

Maximum listings per ZIP per listing type (0 = unlimited)

## `deduplicateResults` (type: `boolean`):

Skip listings already seen in previous runs

## `webhookUrl` (type: `string`):

Optional URL to POST each listing to in real time

## `notifyEmail` (type: `string`):

Optional email to receive a run summary

## Actor input object example

```json
{
  "zipCodes": [
    "75230"
  ],
  "listingTypes": [
    "forSale",
    "fsbo"
  ],
  "maxHoursOld": 24,
  "maxListingsPerZip": 200,
  "deduplicateResults": true,
  "webhookUrl": "",
  "notifyEmail": ""
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "zipCodes": [
        "75230"
    ],
    "listingTypes": [
        "forSale",
        "fsbo"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("ayk_6789/my-actor").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "zipCodes": ["75230"],
    "listingTypes": [
        "forSale",
        "fsbo",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("ayk_6789/my-actor").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "zipCodes": [
    "75230"
  ],
  "listingTypes": [
    "forSale",
    "fsbo"
  ]
}' |
apify call ayk_6789/my-actor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=ayk_6789/my-actor",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "RealtorPulse — Fresh Listing Lead Scraper",
        "description": "RealtorPulse scrapes Realtor.com for properties listed within a configurable time window (default: last 24 hours), then auto-enriches each lead with full property details \nBuilt for real estate investors, wholesalers, agents, and lead generation teams who need first-mover access to fresh inventory.",
        "version": "0.0",
        "x-build-id": "nebwIHAGAnfTVocNZ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/ayk_6789~my-actor/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-ayk_6789-my-actor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/ayk_6789~my-actor/runs": {
            "post": {
                "operationId": "runs-sync-ayk_6789-my-actor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/ayk_6789~my-actor/run-sync": {
            "post": {
                "operationId": "run-sync-ayk_6789-my-actor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "zipCodes"
                ],
                "properties": {
                    "zipCodes": {
                        "title": "ZIP Codes",
                        "type": "array",
                        "description": "List of ZIP codes to scrape (e.g. 75230, 77069)",
                        "items": {
                            "type": "string"
                        }
                    },
                    "listingTypes": {
                        "title": "Listing Types",
                        "type": "array",
                        "description": "Types of listings: forSale, fsbo, newConstruction, forRent",
                        "default": [
                            "forSale",
                            "fsbo"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxHoursOld": {
                        "title": "Max Hours Old",
                        "minimum": 1,
                        "maximum": 720,
                        "type": "integer",
                        "description": "Only return listings posted within this many hours (1–720)",
                        "default": 24
                    },
                    "maxListingsPerZip": {
                        "title": "Max Listings Per ZIP",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum listings per ZIP per listing type (0 = unlimited)",
                        "default": 200
                    },
                    "deduplicateResults": {
                        "title": "Deduplicate Results",
                        "type": "boolean",
                        "description": "Skip listings already seen in previous runs",
                        "default": true
                    },
                    "webhookUrl": {
                        "title": "Webhook URL",
                        "type": "string",
                        "description": "Optional URL to POST each listing to in real time",
                        "default": ""
                    },
                    "notifyEmail": {
                        "title": "Notification Email",
                        "type": "string",
                        "description": "Optional email to receive a run summary",
                        "default": ""
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
