# Scrape Real Estate Agents in Florida

**Use case:** 

Extract contact details for real estate professionals and brokers operating in Florida. Build a targeted marketing list to sell home staging, photography, or CR

## Input

```json
{
  "jobTitles": [
    "Real Estate Agent",
    "Realtor",
    "Broker"
  ],
  "locations": [
    "Florida",
    "Miami",
    "Orlando"
  ],
  "industries": [
    "Real Estate"
  ],
  "companyNames": [],
  "maxLeads": 150
}
```

## Output

```json
{
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  }
}
```

## About this Actor

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