Booking.com Stays Scraper avatar

Booking.com Stays Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Booking.com Stays Scraper

Booking.com Stays Scraper

Extract stay listings with prices, ratings, and location data from search results and map views. Powered by Booking.com Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

13 hours ago

Last modified

Share

This actor extracts Stays from Booking.com. It works on search results, map views, and deals pages to collect property data. The scraper returns pricing, location details, and property ratings for every listing found.

Want more from Booking.com?

This actor covers Stays only. The full Booking.com Scraper browser extension also includes Stays, Days, Rooms, Reviews, Flights with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Booking.com Scraper extension


Data Fields

Field NameDescriptionExample
Property NameThe name of the accommodationGrand Plaza Hotel
Property TypeCategory of the propertyHotel
AddressStreet address123 Main St
CityCity locationLondon
Country CodeISO country codeGB
All PhotosList of image URLs["https://img.example.com/1.jpg"]
Total ScoreNumerical rating8.5
Reviews CountNumber of guest reviews1240
Score TextQualitative rating labelVery Good
Secondary ScoreAdditional rating metric9.0
Secondary Score TextLabel for secondary scoreLocation
Star RatingOfficial star count4
Star Rating CaptionText description of stars4-star hotel
Is ClosedIf the property is inactivefalse
Display LocationNeighborhood or area nameWestminster
Main DistanceDistance from center0.5 miles from center
Is Centrally LocatedLocation statustrue
Is Within Best Location Score AreaHigh location rating statustrue
Is PreferredBooking.com partner statustrue
Host Trader LabelProfessional host statusProfessional
Is Sold OutAvailability statusfalse
Is Newly OpenedRecent opening statusfalse
Is SustainableEco-friendly certificationtrue
Final PriceCurrent booking price150.00
Original PricePrice before discounts200.00
Taxes and FeesAdditional costs15.00
Total PriceFinal cost including fees165.00
Price Before DiscountBase price200.00
Excluded ChargesFees not in total5.00
URLDirect link to propertyhttps://www.booking.com/hotel/gb/example.html

Input

  • urls: Array of URL strings. Use search results, map views, or deals pages.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.booking.com/searchresults.html?ss=London"],
"maxItems": 50
}

Example Output

[
{
"propertyName": "The Royal Stay",
"propertyType": "Hotel",
"address": "45 King Road",
"city": "London",
"countryCode": "GB",
"allPhotos": ["https://cf.bstatic.com/xdata/images/hotel/max1024x768/1.jpg"],
"totalScore": 9.1,
"reviewsCount": 850,
"scoreText": "Superb",
"secondaryScore": 9.5,
"secondaryScoreText": "Location",
"starRating": 5,
"starRatingCaption": "5-star hotel",
"isClosed": false,
"displayLocation": "Kensington",
"mainDistance": "1.2 miles from center",
"isCentrallyLocated": true,
"isWithinBestLocationScoreArea": true,
"isPreferred": true,
"hostTraderLabel": "Professional",
"isSoldOut": false,
"isNewlyOpened": false,
"isSustainable": true,
"finalPrice": 250.00,
"originalPrice": 300.00,
"taxesAndFees": 20.00,
"totalPrice": 270.00,
"priceBeforeDiscount": 300.00,
"excludedCharges": 0.00,
"url": "https://www.booking.com/hotel/gb/royal-stay.html"
},
{
"propertyName": "Budget Inn",
"propertyType": "Hostel",
"address": "10 Cheap Lane",
"city": "London",
"countryCode": "GB",
"allPhotos": ["https://cf.bstatic.com/xdata/images/hotel/max1024x768/2.jpg"],
"totalScore": 7.5,
"reviewsCount": 320,
"scoreText": "Good",
"secondaryScore": 7.0,
"secondaryScoreText": "Value",
"starRating": 2,
"starRatingCaption": "2-star hostel",
"isClosed": false,
"displayLocation": "Paddington",
"mainDistance": "2.5 miles from center",
"isCentrallyLocated": false,
"isWithinBestLocationScoreArea": false,
"isPreferred": false,
"hostTraderLabel": "Private",
"isSoldOut": false,
"isNewlyOpened": false,
"isSustainable": false,
"finalPrice": 45.00,
"originalPrice": 45.00,
"taxesAndFees": 5.00,
"totalPrice": 50.00,
"priceBeforeDiscount": 45.00,
"excludedCharges": 2.00,
"url": "https://www.booking.com/hotel/gb/budget-inn.html"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.