# Extract California Travel Nurse Housing Leads

**Use case:** 

Gather furnished rental options across major California cities to build a comprehensive database for travel nurse agencies. This enables agencies to quickly fin

## Input

```json
{
  "city": "Phoenix",
  "state": "CA",
  "maxItems": 5,
  "maxPrice": 3000,
  "moreDetails": false,
  "includeReviews": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "monthlyPrice": {
    "label": "Rent (USD)",
    "format": "integer"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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