# Analyze Florida Metro Area FMR Data 2024

**Use case:** 

Gather 2024 Fair Market Rent data for all major metropolitan areas across Florida. This task helps real estate investors and relocation specialists assess housi

## Input

```json
{
  "mode": "searchByState",
  "state": "Florida",
  "year": "2024",
  "maxItems": 300
}
```

## Output

```json
{
  "area_name": {
    "label": "Area name"
  },
  "county_name": {
    "label": "County name"
  },
  "state_code": {
    "label": "State code"
  },
  "year": {
    "label": "Year"
  },
  "efficiency_fmr": {
    "label": "Efficiency fmr"
  },
  "onebr_fmr": {
    "label": "Onebr fmr"
  },
  "twobr_fmr": {
    "label": "Twobr fmr"
  },
  "threebr_fmr": {
    "label": "Threebr fmr"
  },
  "fourbr_fmr": {
    "label": "Fourbr fmr"
  }
}
```

## About this Actor

This example demonstrates how to use [HUD Fair Market Rents Scraper](https://apify.com/crawlerbros/hud-fair-market-rents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/hud-fair-market-rents-scraper) to learn more, explore other use cases, and run it yourself.