# Airbnb Occupancy & Availability Tracker — STR Data

**Use case:** 

Pull Airbnb availability calendars to estimate occupancy and revenue for any market. A free, flexible alternative to AirDNA for short-term rental investors.

## Input

```json
{
  "location": [
    "Lisbon, Portugal"
  ],
  "scrapeAvailability": true,
  "maxItems": 50,
  "currency": "USD",
  "adults": 2,
  "country": "US"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "pricePerNight": {
    "label": "Price/night",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "roomType": {
    "label": "Type",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [Airbnb Scraper — Listings, Prices & Availability/Occupancy](https://apify.com/ruslanzotkin/airbnb-str-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ruslanzotkin/airbnb-str-scraper) to learn more, explore other use cases, and run it yourself.