# HousingAnywhere Rental Inventory Monitor

**Use case:** 

Monitor HousingAnywhere Amsterdam rental inventory, prices, availability, amenities, and listing changes with recurring structured dataset exports.

## Input

```json
{
  "searchUrls": [
    {
      "url": "https://housinganywhere.com/s/Amsterdam--Netherlands"
    }
  ],
  "listingUrls": [],
  "maxListings": 100,
  "includeDetails": true,
  "maxPagesPerSearch": 10
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "propertyType": {
    "label": "Property type"
  },
  "monthlyRent": {
    "label": "Monthly rent",
    "format": "number"
  },
  "currency": {
    "label": "Currency"
  },
  "utilitiesIncluded": {
    "label": "Utilities included",
    "format": "boolean"
  },
  "availability": {
    "label": "Availability"
  },
  "bedroomSizeM2": {
    "label": "Bedroom m²",
    "format": "number"
  },
  "propertySizeM2": {
    "label": "Property m²",
    "format": "number"
  },
  "furnished": {
    "label": "Furnished",
    "format": "boolean"
  },
  "housemates": {
    "label": "Housemates",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "registrationPossible": {
    "label": "Registration",
    "format": "boolean"
  },
  "sourceSearchUrl": {
    "label": "Source search",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [HousingAnywhere Rental Listings Scraper](https://apify.com/automation-lab/housinganywhere-rental-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/housinganywhere-rental-listings-scraper) to learn more, explore other use cases, and run it yourself.