Booking Scraper avatar
Booking Scraper

Pricing

$99.00 / 1,000 results

Go to Store
Booking Scraper

Booking Scraper

Developed by

Runtime

Runtime

Maintained by Community

This Apify actor scrapes hotel data from Booking.com. It supports robust navigation, proxy configuration, batch processing, and flexible extraction limits.

5.0 (1)

Pricing

$99.00 / 1,000 results

1

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

Start URLs

startUrlsarrayOptional

URLs to start crawling from. Defaults to Booking.com homepage.

Destination City

destinationstringOptional

The city or destination to search for hotels. This will be entered in the search form.

Default value of this property is "Paris"

Max Hotels

maxHotelsintegerOptional

Maximum number of hotels to extract from the search results. Set to 0 to extract all available hotels.

Default value of this property is 100

Batch Size

batchSizeintegerOptional

Number of hotels to extract in each batch. Use 1 for one-by-one extraction, or higher for batch processing.

Default value of this property is 10

Get Detailed Information

getDetailsbooleanOptional

When enabled, the actor will visit each individual hotel page to extract complete addresses and coordinates. This provides more accurate data but takes longer to run.

Default value of this property is false

Proxy configuration

proxyConfigurationobjectOptional

Choose to use no proxy, Apify Proxy, or provide custom proxy URLs.

Default value of this property is {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"FR"}

Custom Proxy URL Function

newUrlFunctionstringOptional

Custom function to generate proxy URLs. Advanced users only.