# Find travel nurse housing near Boston hospitals

**Use case:** 

Scrape Furnished Finder for travel nurse housing near Boston hospitals furnished apartments, private rooms, and short-term rentals with pricing, and description

## Input

```json
{
  "urls": [
    "https://www.furnishedfinder.com/housing/us--ny--newyork-presbyterian-weill-cornell-medical-center"
  ],
  "searchQuery": "Boston, MA",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxItems": 500,
  "host_profile": false,
  "max_concurrency": 5
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source Query",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "propertyTypeClass": {
    "label": "Property Type Class",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "rentAmount": {
    "label": "Price",
    "format": "object"
  },
  "bedroomCount": {
    "label": "Bedroom Count",
    "format": "integer"
  },
  "bathroomCount": {
    "label": "Bathroom Count",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [FurnishedFinder](https://apify.com/rigelbytes/furnishedfinder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rigelbytes/furnishedfinder) to learn more, explore other use cases, and run it yourself.