# Redfin Real Estate Scraper - $4/1000 Listings (`scrapeunblocker/redfin-scraper`) Actor

Scrape Redfin real-estate listings as JSON: price, beds, baths, sqft, lot, address, coordinates, property type, MLS status/number, days on market and price per sqft. For sale or recently sold, with pagination and filters. Detail mode adds agents, tax and price history. Powered by ScrapeUnblocker.

- **URL**: https://apify.com/scrapeunblocker/redfin-scraper.md
- **Developed by:** [Scrapeunblocker](https://apify.com/scrapeunblocker) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 listings

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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Redfin Real Estate Scraper

Scrape **Redfin real-estate listings** as clean, structured JSON - price, beds, baths, square footage, lot size, address, coordinates, property type, MLS status and number, days on market and price per square foot. For sale or recently sold, with automatic pagination and full filtering. No Redfin API key.

Powered by [ScrapeUnblocker](https://scrapeunblocker.com)'s anti-bot bypass - no proxies or CAPTCHA setup.

### What you get per listing (search mode)

- **Price**, **price per sqft** and monthly **HOA**
- **Beds**, **baths** (full + partial), **living area** (sqft) and **lot size**
- Full **address**: street, city, state, ZIP - and latitude/longitude
- **Property type**, **MLS status** and **MLS number**
- **Days on market**, **year built**, **stories**, garage/parking spaces
- Photo count, virtual/3D tour flags, open-house times and a clean listing **URL**

### Listing detail (mode = detail)

Pass a listing `url` and get one home in full: **listing and buyer agents**, **public records** (beds/baths/sqft/APN/year built), **tax** (assessed values, taxes due, roll year), full **price history** (sales, listings, price changes with dates) and the **Redfin Estimate**.

### Features

- **For sale or recently sold** - one `status` switch (with a `sold_within_days` look-back).
- **Automatic pagination** - set `max_results` and the scraper pages through Redfin until it collects that many.
- **Full filtering** - price range, minimum beds, minimum baths and property type (houses, condos, townhomes, multi-family, land, manufactured).
- **Sorting** - Redfin recommended, newest, price low-to-high or high-to-low, square feet, price per sqft.
- **Any US market** - a ZIP, a `City, ST` name, or a Redfin city URL.

### Input

| Field | Type | Default | Description |
|-------|------|---------|-------------|
| `mode` | select | search | `search` (listings for a location) or `detail` (one home by URL). |
| `location` | string | - | Search mode: `City, ST` or a ZIP, e.g. `78704`. |
| `url` | string | - | Detail mode: the listing URL. Search mode (optional): a Redfin city/ZIP page URL. |
| `status` | select | For sale | `for_sale` or `sold`. |
| `max_results` | integer | 350 | How many listings to collect (~350 per page). |
| `sort` | select | Recommended | `recommended`, `newest`, `price_asc`, `price_desc`, `sqft`, `price_per_sqft`. |
| `property_type` | select | Any | houses, condos, townhomes, multi\_family, land, manufactured, other. |
| `min_price` / `max_price` | integer | - | Price range. |
| `beds` / `baths` | integer | - | Minimum bedrooms / bathrooms. |
| `sold_within_days` | integer | 90 | For `sold`: how far back to look. |
| `proxy_country` | string | - | Exit-IP country (ISO-2), or blank for a US exit. |

### Example output (one dataset item, search mode)

```json
{
  "propertyId": 65994672,
  "listingId": 223263978,
  "mlsId": "8525848",
  "mlsStatus": "Active",
  "price": 3399950,
  "pricePerSqFt": 779,
  "hoaMonthly": 108,
  "beds": 5,
  "baths": 4.5,
  "sqFt": 4364,
  "lotSize": 36943,
  "yearBuilt": 1990,
  "propertyType": "Single Family Residential",
  "streetLine": "3200 Three Rivers Dr",
  "city": "Austin",
  "state": "TX",
  "zip": "78746",
  "latitude": 30.3199164,
  "longitude": -97.7827908,
  "daysOnMarket": 1,
  "numPhotos": 32,
  "url": "https://www.redfin.com/TX/Austin/3200-Three-Rivers-Dr-78746/home/65994672"
}
```

### Use cases

- **Market research** - price, inventory and days-on-market across cities or ZIPs.
- **Comparable sales (comps)** - recently sold homes with price history for valuation.
- **Deal sourcing** - filter by price, beds and type and pull matching listings automatically.
- **Valuation feeds** - Redfin Estimate, tax-assessed value and public records for a set of homes.

### Pricing

$4 per 1,000 listings - with the full listing detail, MLS status and Redfin Estimate included.

***

Built on [ScrapeUnblocker](https://scrapeunblocker.com). Questions? [docs.scrapeunblocker.com](https://docs.scrapeunblocker.com)

# Actor input Schema

## `mode` (type: `string`):

Search a location, or fetch one listing in full detail.

## `location` (type: `string`):

Search mode: city and state or ZIP, e.g. 'Austin, TX' or '78704'. For a city name a Redfin city URL is the most reliable input (see URL below).

## `url` (type: `string`):

Detail mode: the listing URL to fetch (from a search result). Search mode (optional): a Redfin city/ZIP page URL, e.g. https://www.redfin.com/city/30818/TX/Austin.

## `status` (type: `string`):

For sale or recently sold (search mode).

## `max_results` (type: `integer`):

How many listings to collect across pages (~350 per page).

## `sort` (type: `string`):

Ordering of the listings.

## `property_type` (type: `string`):

Property type filter. Leave as Any for all.

## `min_price` (type: `integer`):

Minimum price.

## `max_price` (type: `integer`):

Maximum price.

## `beds` (type: `integer`):

Minimum number of bedrooms.

## `baths` (type: `integer`):

Minimum number of bathrooms.

## `sold_within_days` (type: `integer`):

For status = Recently sold: look back this many days.

## `proxy_country` (type: `string`):

Exit-IP country (ISO-2). Leave blank for a US exit (Redfin is US-only).

## Actor input object example

```json
{
  "mode": "search",
  "location": "78704",
  "status": "for_sale",
  "max_results": 350,
  "sort": "recommended",
  "property_type": "",
  "sold_within_days": 90
}
```

# Actor output Schema

## `items` (type: `string`):

Collected listings

# 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 = {
    "location": "78704"
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapeunblocker/redfin-scraper").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 = { "location": "78704" }

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

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

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

```

## CLI example

```bash
echo '{
  "location": "78704"
}' |
apify call scrapeunblocker/redfin-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scrapeunblocker/redfin-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/aWxBVD3dJ5QUXSDVQ/builds/DWQnL0ZmVPnqT7ea6/openapi.json
