# 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.

- **Documentation:** [https://scrappa.co/docs/booking-api/booking_bulk_prices](https://scrappa.co/docs/booking-api/booking_bulk_prices)
- **API group:** Booking.com API
- **Endpoint:** `POST https://scrappa.co/api/booking/bulk-prices`

## Authentication

Send your Scrappa API key in the `X-API-KEY` request header. Paid endpoints also support accountless x402 payments when called without an API key.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `searches` | array | Yes | JSON array of search objects. Each object requires ss, checkin, and checkout. |

## Example response

```json
{
    "data": {
        "results": []
    }
}
```

## More Scrappa resources

- [API documentation](https://scrappa.co/docs)
- [Full LLM-readable API reference](https://scrappa.co/llms-full.txt)
- [OpenAPI specification](https://scrappa.co/docs/api.json)
- [Pricing](https://scrappa.co/pricing)
