# Extract Texas County-Level FMRs for 2025

**Use case:** 

Scrape projected Fair Market Rent data for all individual counties within Texas for the upcoming 2025 fiscal year. This allows developers and housing agencies t

## Input

```json
{
  "mode": "byCounty",
  "state": "Texas",
  "year": "2025",
  "maxItems": 600
}
```

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