# Scrape California FMR Data for 2024

**Use case:** 

Quickly retrieve the latest Fair Market Rent data for all counties and metro areas in California for 2024. This enables real estate investors and affordable hou

## Input

```json
{
  "mode": "searchByState",
  "state": "California",
  "year": "2024",
  "maxItems": 500
}
```

## 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.