# Compare Qualified Hotel Leads Across Multiple Cities

**Use case:** 

Compare qualified hotel leads in Berlin and Barcelona using ratings, review volume, property details, and transparent lead scores.

## Input

```json
{
  "destinations": [
    "Berlin",
    "Barcelona"
  ],
  "maxResultsPerDestination": 15,
  "includeDetails": true,
  "minimumRating": 8.5,
  "minimumReviewCount": 250,
  "adults": 2,
  "children": 0,
  "rooms": 1,
  "currency": "EUR",
  "language": "en-us"
}
```

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