# Scrape Active Real Estate Brokers in Tampa, FL

**Use case:** 

Gather a comprehensive list of all active real estate brokers operating in Tampa for market research or lead generation. This data empowers real estate tech com

## Input

```json
{
  "mode": "byProfession",
  "lastName": "Smith",
  "board": "01",
  "licenseType": "Real Estate Broker",
  "county": "",
  "city": "Tampa",
  "statusFilter": "active",
  "fetchDetails": true,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "licenseeName": {
    "label": "Licensee name"
  },
  "licenseNumber": {
    "label": "License number"
  },
  "licenseType": {
    "label": "License type"
  },
  "status": {
    "label": "Status"
  },
  "expirationDate": {
    "label": "Expiration date"
  },
  "county": {
    "label": "County"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [Florida DBPR Professional & Contractor License Search Scraper](https://apify.com/crawlerbros/florida-dbpr-license-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/florida-dbpr-license-search-scraper) to learn more, explore other use cases, and run it yourself.