---
title: "Get Nearby Prices"
method: GET
path: "/hotel-deals/nearby/{iata}/prices"
tags: ["hotel-deals"]
---

# Get Nearby Prices

`GET /hotel-deals/nearby/{iata}/prices`

Get live ETG prices for deal hotels near an airport.

## Path parameters

- `iata` string, required

## Query parameters

- `check_in` string, required
- `check_out` string, required
- `guests` integer
- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/fa4c4b94f345?raw)
