Redfin Scraper - Property Listings avatar

Redfin Scraper - Property Listings

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Redfin Scraper - Property Listings

Redfin Scraper - Property Listings

Scrape Redfin listings with detailed property data, price estimates, market insights & agent info. Access comprehensive real estate data for analysis & investment decisions.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

30

Total users

4

Monthly active users

5 days ago

Last modified

Share

Redfin Real Estate Scraper

Scrape real estate listings from Redfin by city, ZIP code, address, or school/landmark with radius search. Extract property details, prices, photos, agent info, and price history. Perfect for real estate investors, agents, and market researchers.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"searchRadius": 5,
"propertyTypes": [],
"maxResults": 50
}

Input Parameters

ParameterTypeDefaultRequiredDescription
demoModebooleantrueNoRun with sample data (no real scraping). Free to use for testing. Set to false and provide city/zipCode/address for real scraping.
citystring-NoCity to search (e.g., 'San Francisco' or 'Miami'). Use with State field for best results.
statestring-NoTwo-letter state code (e.g., 'CA', 'TX', 'NY'). Used with City field.
zipCodestring-NoZIP code to search (e.g., '94102')
addressstring-NoStreet address to search around (combine with searchRadius)
landmarkstring-NoSearch near a landmark or school name (e.g., 'Stanford University')
searchRadiusinteger5NoRadius around address/landmark in miles
priceMininteger-NoMinimum listing price (e.g., 500000)
priceMaxinteger-NoMaximum listing price (e.g., 1500000)
bedsMininteger-NoMinimum number of bedrooms
bathsMininteger-NoMinimum number of bathrooms
propertyTypesarray[]NoTypes of properties to include
listedWithininteger-NoOnly show listings from the last N days (e.g., 7 for new listings)
maxResultsinteger50NoMaximum number of listings to scrape
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint)
sessionCookiesstring-NoJSON array of cookies from Cookie-Editor browser extension. Export cookies while browsing Redfin for better access.

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Property ScrapedEach Redfin property listing scraped$0.10

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal