# Find Investment Properties in San Francisco on Redfin

**Use case:** 

Identify potential investment opportunities in high-demand San Francisco neighborhoods by scraping all available listings. Gain a competitive edge by quickly an

## Input

```json
{
  "startUrls": [
    "https://www.redfin.com/city/19793/CA/San-Francisco"
  ],
  "searchMode": "SALE",
  "maxItems": 200
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqFt": {
    "label": "Sq Ft",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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