# Collect Established Hotels With High Review Volume

**Use case:** 

Collect established hotels in London with high review volume, popularity segments, quality signals, lead scores, and source records.

## Input

```json
{
  "destinations": [
    "London"
  ],
  "maxResultsPerDestination": 15,
  "includeDetails": true,
  "minimumReviewCount": 1000,
  "adults": 2,
  "children": 0,
  "rooms": 1,
  "currency": "GBP",
  "language": "en-gb"
}
```

## Output

```json
{
  "propertyName": {
    "label": "Property",
    "format": "string"
  },
  "destination": {
    "label": "Destination",
    "format": "string"
  },
  "qualificationScore": {
    "label": "Lead score",
    "format": "integer"
  },
  "qualificationTier": {
    "label": "Tier",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "stars": {
    "label": "Stars",
    "format": "integer"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Accommodation Partner Lead Finder](https://apify.com/fetch_cat/accommodation-partner-lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/accommodation-partner-lead-finder) to learn more, explore other use cases, and run it yourself.