# For Sale Redfin Standard Export

**Use case:** 

Standard Export of Redfin for For Sale. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.redfin.com/city/11203/CA/Los-Angeles",
  "maxItems": 100,
  "listingType": "for-sale"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "title": {
    "label": "🏠 Title",
    "format": "text"
  },
  "price": {
    "label": "💰 Price ($)",
    "format": "number"
  },
  "pricePerSqFt": {
    "label": "📐 Price/SqFt ($)",
    "format": "number"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "zipCode": {
    "label": "📮 Zip Code",
    "format": "text"
  },
  "beds": {
    "label": "🛏️ Beds",
    "format": "number"
  },
  "baths": {
    "label": "🚿 Baths",
    "format": "number"
  },
  "squareFeet": {
    "label": "📏 Sq Ft",
    "format": "number"
  },
  "propertyType": {
    "label": "🏗️ Property Type",
    "format": "text"
  },
  "yearBuilt": {
    "label": "🏚️ Year Built",
    "format": "number"
  },
  "daysOnMarket": {
    "label": "📅 Days on Market",
    "format": "number"
  },
  "status": {
    "label": "🔖 Status",
    "format": "text"
  },
  "hoaFee": {
    "label": "🏛️ HOA Fee ($/mo)",
    "format": "number"
  },
  "mlsId": {
    "label": "🔑 MLS ID",
    "format": "text"
  },
  "listingUrl": {
    "label": "🔗 Listing URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Redfin Scraper](https://apify.com/parseforge/redfin-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/redfin-scraper) to learn more, explore other use cases, and run it yourself.