# AirDNA Alternative — Airbnb STR Data, No API Key

**Use case:** 

A no-code AirDNA alternative: pull Airbnb listings with ADR, RevPAR & annual revenue for any city. Export CSV/JSON, no subscription.

## Input

```json
{
  "searchMode": "destination",
  "maxResultsPerQuery": 25,
  "destination": "San Diego, CA",
  "ne_lat": "44.029",
  "ne_lng": "-79.317",
  "sw_lat": "43.824",
  "sw_lng": "-79.498",
  "placeId": "ChIJpTvG15DL1IkRd8S0KlBVNTI",
  "category_tag": "Tag:4104",
  "airbnbUrl": "https://www.airbnb.com/s/Lisbon--Portugal/homes",
  "checkIn": "2026-07-15",
  "checkOut": "2026-07-22",
  "adults": 2,
  "children": 0,
  "infants": 0,
  "pets": 0,
  "currency": "USD",
  "typeOfPlace": "Any_type",
  "superhost": false,
  "guestFavorite": false,
  "luxuryHomes": false,
  "computeOccupancy": false,
  "availabilityWindowDays": 90
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "detailUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "listingTitle": {
    "label": "Title",
    "format": "text"
  },
  "subtitle": {
    "label": "Subtitle",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "totalPrice": {
    "label": "Sample Total",
    "format": "number"
  },
  "nightlyRateFromTotal": {
    "label": "Nightly Rate",
    "format": "number"
  },
  "adr": {
    "label": "ADR",
    "format": "number"
  },
  "occupancyRate": {
    "label": "Occupancy",
    "format": "number"
  },
  "revpar": {
    "label": "RevPAR",
    "format": "number"
  },
  "estimatedAnnualRevenue": {
    "label": "Annual Revenue",
    "format": "number"
  },
  "daysUntilNextAvailable": {
    "label": "Next Available (days)",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "isStale": {
    "label": "Stale",
    "format": "boolean"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "sampleCheckIn": {
    "label": "Sample Check-in",
    "format": "text"
  },
  "sampleCheckOut": {
    "label": "Sample Check-out",
    "format": "text"
  },
  "sourceQuery": {
    "label": "Source Query",
    "format": "text"
  },
  "processedAt": {
    "label": "Processed At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Airbnb Scraper + STR Market KPIs (ADR · Occupancy · RevPAR)](https://apify.com/sian.agency/airbnb-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/airbnb-property-scraper) to learn more, explore other use cases, and run it yourself.