AS
Apify Store
/voyager/booking-reviews-scraper
Booking Reviews Scraper
Scraper to get reviews from hotels, apartments and other accommodations listed on the Booking.com portal. Extract data using hotel URLs for review text, ratings, stars, basic reviewer info, length of
liveasyncunknown~30s typical
travelbookingreviews
$0.0025
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.002 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /voyager/booking-reviews-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| startUrls* | array | URLs of hotels to scrape reviews from. If you add any userData, it will be included in each review for the given hotel under the key `customData` |
| maxReviewsPerHotel | integer | Maximum number of reviews to scrape per hotel default 9999999 |
| sortReviewsBy | string (f_relevance | f_recent_desc | f_recent_asc | f_score_desc | f_score_asc) | Review attribute by which the reviews will be ordered default "f_relevance" |
| cutoffDate | string | If <b>Sort reviews by</b> is set to <b>Newest first</b>, the scraper stops at the first review older than this date. If set to <b>Oldest first</b>, reviews newer than this date are ignored. Ignored for other sorting options. - Input the date in the UTC timezone. |
| reviewScores | array | Filter reviews by their score, as shown on Booking.com default ["ALL"] |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/voyager/booking-reviews-scraper","input":{"startUrls":[{"url":"https://www.booking.com/hotel/cz/jeromehouse.en-gb.html"}],"maxReviewsPerHotel":9999999,"sortReviewsBy":"f_relevance","reviewScores":["ALL"]},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /voyager/booking-reviews-scraper -i '{"startUrls":[{"url":"https://www.booking.com/hotel/cz/jeromehouse.en-gb.html"}],"maxReviewsPerHotel":9999999,"sortReviewsBy":"f_relevance","reviewScores":["ALL"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/voyager/booking-reviews-scraper", input: {"startUrls":[{"url":"https://www.booking.com/hotel/cz/jeromehouse.en-gb.html"}],"maxReviewsPerHotel":9999999,"sortReviewsBy":"f_relevance","reviewScores":["ALL"]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.