# Find Absentee Owner Real Estate Leads in Florida

**Use case:** 

Identify and extract absentee owner real estate leads across key Florida cities to fuel your targeted marketing campaigns. Acquire crucial owner information and

## Input

```json
{
  "locations": [
    "Miami, FL",
    "Orlando, FL",
    "Tampa, FL",
    "Jacksonville, FL"
  ],
  "leadTypes": [
    "absentee_owner"
  ],
  "maxItems": 200,
  "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.