# Scrape Airbnb Listings for London Market Research

**Use case:** 

Gather comprehensive data on Airbnb listings in London to analyze market trends, identify popular property types, and understand pricing strategies. This data h

## Input

```json
{
  "location": "London, UK",
  "adults": 2,
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "type": {
    "label": "Property Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  }
}
```

## About this Actor

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