# Paris hotels (Dec 2026 dates)

**Use case:** 

Live Paris hotel rates as JSON for 1–5 Dec 2026. Destination search with free cancellation and review score 8+.

## Input

```json
{
  "endpoint": "/search",
  "destination": "Paris",
  "hotel_name": "Kremlin Palace Antalya",
  "area": "Budapest",
  "hotel_booking_id": "cy/four-seasons-limassol",
  "checkin_date": "2026-12-01",
  "checkout_date": "2026-12-05",
  "adults": 2,
  "children": 0,
  "currency": "EUR",
  "budget_per_night": 300,
  "filters": [
    "free_cancellation",
    "review_score_8"
  ],
  "free_cancellation": false,
  "proxy_country": "de"
}
```

## Output

```json
{
  "name": {
    "label": "Hotel",
    "format": "text"
  },
  "available": {
    "label": "Available",
    "format": "boolean"
  },
  "price_string": {
    "label": "Price",
    "format": "text"
  },
  "price": {
    "label": "Price number",
    "format": "number"
  },
  "review_score": {
    "label": "Score",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "room_type": {
    "label": "Room",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "nights": {
    "label": "Nights",
    "format": "number"
  },
  "adults": {
    "label": "Adults",
    "format": "number"
  },
  "children": {
    "label": "Children",
    "format": "number"
  },
  "link": {
    "label": "Booking link",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "hotel_booking_id": {
    "label": "Hotel ID",
    "format": "text"
  },
  "booking_url": {
    "label": "Hotel URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Booking.com API · $3.70/1k](https://apify.com/mtnrabi/booking-real-time-api.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mtnrabi/booking-real-time-api.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/mtnrabi/booking-real-time-api.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
