# Austin 78701 property listings

**Use case:** 

Run a bounded Austin 78701 property listings example task for redfin-property-listings-scraper.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.redfin.com/zipcode/78701"
    }
  ],
  "locations": [
    "78701"
  ],
  "maxItems": 10,
  "statusFilter": "for_sale",
  "includeRaw": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "propertyId": {
    "label": "Property ID",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "beds": {
    "label": "Beds",
    "format": "integer"
  },
  "baths": {
    "label": "Baths",
    "format": "integer"
  },
  "sqft": {
    "label": "Square feet",
    "format": "integer"
  },
  "street": {
    "label": "Street",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zip": {
    "label": "ZIP",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "integer"
  },
  "longitude": {
    "label": "Longitude",
    "format": "integer"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  }
}
```

## About this Actor

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