# Discover SF Bay Area Investment Property Opportunities

**Use case:** 

Gather comprehensive data on properties for sale across key San Francisco Bay Area cities to pinpoint undervalued assets or emerging investment hot spots. Real 

## Input

```json
{
  "search": "San Francisco, CA",
  "mode": "BUY",
  "maxItems": 250,
  "endPage": 7,
  "scrapeDetails": true
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "beds": {
    "label": "Beds",
    "format": "integer"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "Sqft",
    "format": "integer"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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