Booking.com Bulk Prices
Accepts a small batch of Booking.com search parameter objects and returns visible price cards for each search. The default server limit is intentionally small to protect the Booking proxy/WAF path.
Run this endpoint
Endpoint
https://scrappa.co/api/booking/bulk-prices
https://scrappa.co/api/booking/bulk-prices
x-api-key
searches
= ["example"]
{
"data": {
"results": []
}
}
Parameters
Start with the required fields, then add optional filters only when your use case needs them.
Runnable path
1 required parameter needed before sending a request.
array
Required
JSON array of search objects. Each object requires ss, checkin, and checkout.
["example"]
Response Schema
Example response fields are illustrative; inspect the JSON before integrating.
Example response fields
Scan these fields before integrating.
data
{
"data": {
"results": []
}
}
Generate Code with AI
Copy a ready-made prompt with all the endpoint details, parameters, and example responses. Paste it into ChatGPT, Claude, or any AI assistant to instantly generate working code.
Related Booking.com API docs
Booking.com Search API
Search Booking.com listings by destination, dates, guests, rooms, currency, and locale.
Booking.com Hotel API
Extract hotel-page metadata, schema, aggregate ratings, and canonical property URLs.
Booking.com scraper API overview
Compare Booking search, hotel data API, pricing, availability, reviews, and scraper workflows.