Skip to content
Scrappa Get API key

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

Booking.com Bulk Prices 1 credit/request

Endpoint

GET https://scrappa.co/api/booking/bulk-prices
Request preview POST
https://scrappa.co/api/booking/bulk-prices
Auth header x-api-key
Cost 1 credit/request
searches = ["example"]
Response preview 200 OK
{
    "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.

searches array Required

JSON array of search objects. Each object requires ss, checkin, and checkout.

Example value ["example"]

Response Schema

Example response fields are illustrative; inspect the JSON before integrating.

Example response fields

Scan these fields before integrating.

data
JSON Response
200 OK
{
    "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

Try It Live

Test this endpoint in our interactive playground with real data.