# Airbnb professional host portfolio monitor

**Use case:** 

Create repeat Airbnb host portfolio snapshots for operator research, property-management leads, listing changes, and market monitoring.

## Input

```json
{
  "hostProfileUrls": [
    {
      "url": "https://www.airbnb.com/users/show/107434423"
    }
  ],
  "hostIds": [
    "107434423"
  ],
  "maxListingsPerHost": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "hostName": {
    "label": "Host",
    "format": "text"
  },
  "hostId": {
    "label": "Host ID",
    "format": "text"
  },
  "hostLocation": {
    "label": "Host location",
    "format": "text"
  },
  "hostManagedListingsTotalCount": {
    "label": "Total managed",
    "format": "number"
  },
  "surfacedListingCount": {
    "label": "Surfaced",
    "format": "number"
  },
  "listingName": {
    "label": "Listing",
    "format": "text"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "propertyTypeName": {
    "label": "Property type",
    "format": "text"
  },
  "roomType": {
    "label": "Room type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "ratingAverage": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "hostProfileUrl": {
    "label": "Host profile",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Airbnb Host Portfolio Scraper](https://apify.com/automation-lab/airbnb-host-portfolio-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/airbnb-host-portfolio-scraper) to learn more, explore other use cases, and run it yourself.