# Airbnb Listing URLs — Full Export

**Use case:** 

Discover every Airbnb listing URL in a city in one run — listing id, URL and name. Complete structured JSON export, ready to run.

## 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.