All notable changes to this actor are documented in this file.
- Initial release. Pay-per-event Booking.com hotel scraper.
- Search by location (
locationQuery) or scrape specific properties via startUrls.
- 22 output fields per hotel: 20 standard reference fields (name, url, hotelId,
location, starRating, reviewScore, reviewCount, reviewScoreWord, price,
pricePerNight, currency, roomType, freeCancellation, breakfastIncluded,
photoUrl, propertyType, checkin, checkout, distanceFromCenter, scrapedAt)
plus two extras:
address and coordinates ({ latitude, longitude }).
- Run-scoped dedupe by
hotelId — overlapping searches and sponsored-then-organic
placements within a single run are charged exactly once.
- PlaywrightCrawler with residential proxy default for AWS WAF resilience.
- Pricing:
$0.0575 per actor_start (Free tier) and $9.76 / 1,000 per
hotel_scraped (Free tier), matching automation-lab/booking-scraper.