# Find Miami Homes for Sale on Redfin

**Use case:** 

Find current Miami homes for sale with prices, beds, baths, square footage, addresses, property status, photos, descriptions, and direct Redfin URLs.

## Input

```json
{
  "location": "Miami, FL",
  "listingType": "for_sale",
  "propertyType": "all",
  "minPrice": 0,
  "maxPrice": 0,
  "minBeds": 0,
  "minBaths": 0,
  "minSqft": 0,
  "maxItems": 3,
  "maxPages": 1
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "Sqft",
    "format": "number"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "listing_type": {
    "label": "Listing",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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