Edreams Hotels Scraper avatar

Edreams Hotels Scraper

Pricing

from $1.99 / 1,000 hotel results

Go to Apify Store
Edreams Hotels Scraper

Edreams Hotels Scraper

Search eDreams hotel offers by destination and travel dates, then extract prices, hotel details, reviews, facilities, cancellation, and location data. No API key required.

Pricing

from $1.99 / 1,000 hotel results

Rating

0.0

(0)

Developer

rainminer

rainminer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

The eDreams Hotels Scraper extracts hotel offer data from eDreams for a selected destination, check-in date, check-out date, and guest count. It returns structured accommodation data that can be exported from Apify in JSON, CSV, Excel, HTML, or XML.

Use this Actor to monitor hotel prices, compare accommodation options, collect review and facility data, or feed eDreams hotel search results into your own workflows.

What Can eDreams Hotels Scraper Do?

  • Search eDreams hotel offers by destination and dates.
  • Resolve destination names such as Barcelona through eDreams accommodation autocomplete.
  • Extract hotel names, prices, per-night prices, discounts, ratings, reviews, facilities, room availability, addresses, coordinates, and images.
  • Accept direct eDreams hotel result URLs in startUrls.
  • Run with Apify scheduling, API access, dataset exports, webhooks, and proxy configuration.

What eDreams Hotel Data Can You Extract?

FieldDescription
nameHotel or accommodation name
cityNameCity returned by eDreams
addressAccommodation address
priceTotal displayed price
pricePerNightDisplayed price per night
priceWithoutDiscountPrice before discounts when returned
discountPercentageDiscount percentage when returned
ratingUser review rating
totalReviewsNumber of reviews
roomsLeftRooms-left value when returned
facilitiesFacility codes such as FREE_WIFI
categoryAccommodation category or star class
coordinatesLatitude and longitude
imageUrlMain accommodation image URL
resultUrleDreams hotel results URL used for the scrape

How to Scrape eDreams Hotels

  1. Open the Actor input tab.
  2. Enter a destination, for example Barcelona.
  3. Choose check-in and check-out dates.
  4. Set adult guests, optional children ages, and maxItems.
  5. Run the Actor and download the dataset in your preferred format.

If you already have an eDreams hotel result URL, add it to startUrls. The Actor will parse dates, geo ID, geo type, and guest count from the URL where possible.

Input Example

{
"destination": "Barcelona",
"checkInDate": "2026-07-08",
"checkOutDate": "2026-07-10",
"adults": 2,
"childrenAges": [],
"maxItems": 5,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output Example

{
"destination": "Barcelona",
"geoId": "513",
"geoType": "REGION",
"checkInDate": "2026-07-08",
"checkOutDate": "2026-07-10",
"name": "Hotel Monegal",
"cityName": "Barcelona",
"address": "Pelayo 62",
"price": 444.69,
"currency": "EUR",
"pricePerNight": 222.34,
"priceWithoutDiscount": 589,
"discountPercentage": 24,
"rating": 3.3,
"totalReviews": 650,
"roomsLeft": 99,
"facilities": ["FREE_WIFI"],
"imageUrl": "https://i.travelapi.com/...",
"scrapedAt": "2026-06-08T08:30:00.000Z"
}

How Much Does It Cost to Scrape eDreams Hotels?

This Actor uses HTTP requests for the eDreams hotel search flow, so it is lightweight compared with browser-based scraping. Cost depends on the number of destination searches, selected proxy configuration, and how many results you save. Start with a small maxItems value for monitoring runs.

Notes and Limitations

Hotel availability and pricing can change quickly. Treat scraped prices as snapshots from the time of the run and verify final rates on eDreams before booking.

If eDreams returns no availability, blocks a market, or changes its search API, the Actor may return fewer fields or no items for that run. Using proxies can improve reliability in markets where traffic is restricted.

This Actor extracts publicly visible hotel offer information. You should use it responsibly, respect eDreams' terms, and ensure your use case complies with applicable laws and regulations. If you are unsure whether your use case is allowed, consult a legal professional.