# Airbnb Entire-Home Listing URLs

**Use case:** 

Discover Airbnb listing URLs for entire-home stays in a city — filter by room type, get listing id and URL. Structured JSON, ready to run.

## Input

```json
{
  "searchLocations": [
    "Miami, FL"
  ],
  "startUrls": [],
  "maxResults": 1000,
  "roomTypes": [
    "Entire home/apt"
  ],
  "excludeEmptyFields": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing id"
  },
  "name": {
    "label": "Name"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

This example demonstrates how to use [Airbnb URL Scraper — Fast, Cheap Listing URL Discovery](https://apify.com/blackfalcondata/airbnb-url-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/airbnb-url-scraper) to learn more, explore other use cases, and run it yourself.