Redfin Real Estate Scraper
Pricing
from $2.00 / 1,000 results
Redfin Real Estate Scraper
Scrape Redfin property listings with prices, addresses, beds, baths, square footage, lot size, and listing details. Works with any Redfin search URL for real estate market analysis and investment research.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer

Stephan Corbeil
Actor stats
0
Bookmarked
1
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
Scrape comprehensive property listing data from Redfin including prices, property details, market conditions, and neighborhood information. Ideal for real estate investment analysis, market research, and property intelligence.
Features
- Property Details: Address, price, beds, baths, square footage, lot size, year built
- Market Data: Days on market, price per sqft, listing status, price history
- Property Features: Type, condition, parking, basement, HOA information
- Neighborhood Data: Schools, walkability score, property taxes
- Listing Information: Agent, MLS number, listing date, listing history
- Search Flexibility: Use Redfin search URLs with custom filters
- Historical Data: Previous prices and price changes
- Export Ready: Structured JSON for CRM, dashboards, or analysis
Input Parameters
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
| searchUrl | String | Yes | Redfin search results page URL (e.g., redfin.com/city/CA/.../homes) | "" |
| maxResults | Integer | No | Maximum listings to extract (1-500) | 100 |
| includeHistory | Boolean | No | Include price and DOM history | false |
| includeNeighborhood | Boolean | No | Include neighborhood/school data | true |
Output
| Field | Type | Description |
|---|---|---|
| address | String | Full property address |
| city | String | City name |
| state | String | State or province |
| zipCode | String | Postal code |
| price | Number | Listed price in USD |
| pricePerSqft | Number | Price per square foot |
| beds | Integer | Number of bedrooms |
| baths | Number | Number of bathrooms |
| sqft | Integer | Square footage |
| lotSize | String | Lot size (acres or sqft) |
| yearBuilt | Integer | Year of construction |
| propertyType | String | House, Condo, Townhome, etc. |
| daysOnMarket | Integer | Days since listing |
| listingStatus | String | For sale, Sold, Pending, etc. |
| agentName | String | Listing agent name |
| mlsNumber | String | MLS listing number |
| schools | Array | Nearby schools and ratings |
| walkscore | Number | Walkability score (0-100) |
| taxAnnual | Number | Annual property tax |
| priceHistory | Array | Historical prices and dates |
| redfin_url | String | Redfin listing URL |
Use Cases
- Investment Analysis: Evaluate property values, returns, and market conditions
- Comparative Market Analysis: Benchmark properties against comps in the area
- Market Research: Track price trends, inventory, and market dynamics
- Real Estate Database: Build comprehensive property datasets for CRM integration
- Wholesaling Leads: Identify deal opportunities and off-market properties
- Neighborhood Analysis: Compare neighborhoods by price, schools, walkability
- Development Planning: Analyze land availability and zoning for development
- Portfolio Monitoring: Track properties and market conditions in target areas
Example Output
{"address": "123 Main Street","city": "San Francisco","state": "CA","zipCode": "94102","price": 1850000,"pricePerSqft": 3200,"beds": 3,"baths": 2.5,"sqft": 2180,"lotSize": "0.15 acres","yearBuilt": 1985,"propertyType": "House","daysOnMarket": 12,"listingStatus": "For Sale","agentName": "Jane Smith","mlsNumber": "123456789","schools": [{"name": "Lincoln Elementary School","rating": 8,"distance": "0.5 mi"}],"walkscore": 92,"taxAnnual": 12500,"priceHistory": [{"date": "2024-02-10", "price": 1850000},{"date": "2024-01-15", "price": 1825000}],"redfin_url": "https://www.redfin.com/CA/San-Francisco/123-Main-Street-94102"}
Limitations
- Redfin data accuracy depends on MLS data updates (usually daily)
- Some properties may have restricted or incomplete information
- Price history limited to recent years
- Off-market or private listings not available
- International properties not supported (US focus)
- Neighborhood data availability varies by location
- Large result sets may require multiple searches
Cost & Performance
Typical runs cost $0.10-$1.00 in platform credits for 50-200 listings. Processing time: ~1-4 minutes depending on listing count and data detail level.
Built by nexgendata. Questions or need support? Check the documentation or open an issue on the actor page.