# Airbnb Listing URLs by City

**Use case:** 

Discover every Airbnb listing URL for a city — listing id, URL and name. The cheapest way to enumerate stays, structured JSON.

## Input

```json
{
  "searchLocations": [
    "New York, NY"
  ],
  "startUrls": [],
  "maxResults": 0,
  "roomTypes": [],
  "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.