# Compare Barcelona hotel prices on eDreams

**Use case:** 

Search eDreams hotel availability for Barcelona dates. Export hotel names, prices, ratings, and metadata for travel price intelligence and OTA monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.edreams.com/travel/accommodation/hotel_results/checkIn=2026-07-08;checkOut=2026-07-10;geoId=513+REGION;room0Adults=2;buyPath=HSA_HOME;internalSearch=true"
    }
  ],
  "destination": "Barcelona",
  "geoType": "REGION",
  "checkInDate": "2026-07-08",
  "checkOutDate": "2026-07-10",
  "adults": 2,
  "childrenAges": [],
  "maxItems": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "cityName": {
    "label": "City name"
  },
  "destination": {
    "label": "Destination"
  },
  "checkInDate": {
    "label": "Check in date"
  },
  "checkOutDate": {
    "label": "Check out date"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "pricePerNight": {
    "label": "Price per night"
  },
  "priceWithoutDiscount": {
    "label": "Price without discount"
  },
  "discountPercentage": {
    "label": "Discount percentage"
  },
  "rating": {
    "label": "Rating"
  },
  "totalReviews": {
    "label": "Total reviews"
  },
  "category": {
    "label": "Category"
  },
  "roomsLeft": {
    "label": "Rooms left"
  },
  "distanceFromCityCenter": {
    "label": "Distance from city center"
  },
  "address": {
    "label": "Address"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "resultUrl": {
    "label": "Result url"
  }
}
```

## About this Actor

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