# Extract Vacant Property & Cash Buyer Leads in California

**Use case:** 

Generate lists of vacant properties and identified cash buyers across California, an essential resource for real estate developers and buy-and-hold investors. T

## Input

```json
{
  "locations": [
    "Los Angeles, CA",
    "San Diego, CA",
    "San Jose, CA"
  ],
  "leadTypes": [
    "vacant",
    "cash_buyer"
  ],
  "maxItems": 300,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zip": {
    "label": "ZIP",
    "format": "string"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "estimatedValue": {
    "label": "Est Value",
    "format": "integer"
  },
  "estimatedEquity": {
    "label": "Est Equity",
    "format": "integer"
  },
  "ownerName": {
    "label": "Owner",
    "format": "string"
  },
  "leadTypes": {
    "label": "Lead Types",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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