Skip to content
All sites
Data API

Hilton Data API

Structured JSON data, on demand, with anti-bot bypass built in.

5endpointsAkamai · Rate Limit handled for you
hilton.comGET/hilton/brandsGET/hilton/direct…GET/hilton/hotel{ } JSON

Hilton Data API

Extract structured data from Hilton as structured JSON. One POST per query, anti-bot handled, billed only on success.

POST /v1/data/hilton/{action}

Key Features

Structured JSON

Clean, normalized records for structured data. No HTML parsing on your side.

5 endpoints

Across 2 categories, all under one base path.

Anti-bot handled

Akamai, Rate Limit cleared for you behind the scenes.

Fresh or cached

Serve instantly from the warm store, or force a live scrape per request.

Regions & Languages

Global coverage. Results are returned for the default locale.

Pagination

Page through results with page.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
import requests

resp = requests.post(
    "https://api.capzy.ai/v1/data/hilton/search",
    json={
  "clientKey": "capzy_your_key_here",
  "params": {
    "query": "New York, NY",
    "adults": 2,
    "children": 0,
    "rooms": 1,
    "page": "1"
  }
},
)
print(resp.json()["result"])

Per-run pricing

failed requests are free
EndpointCategoryPrice / 1k results
/v1/data/hilton/brandsBrand DirectoryReference1 credit / run
/v1/data/hilton/directoryProperty DirectoryHotels1 credit / run
/v1/data/hilton/hotelHotel DetailsHotels1 credit / run
/v1/data/hilton/roomsRoom Rates & AvailabilityHotels1 credit / run
/v1/data/hilton/searchSearch HotelsHotels1 credit / run