All sites
Data API
Hilton Data API
Structured JSON data, on demand, with anti-bot bypass built in.
5endpointsAkamai · Rate Limit handled for you
Example (captured live)
hilton.com
ExampleJSON responseclick the page to trace a field
{
"error": "akamai_clearance_failed",
"location": "New York, NY",
"message": "Could not mint Akamai clearance for this request. Please retry."
}
GET
/v1/data/hilton/directory1 credit / run VerifiedProperty Directory
List Hilton properties in a location (US 'City, ST' like 'Orlando, FL') with brand, tier, address, coordinates, phone, amenities and guest rating. The catalog view across all Hilton brands for a place. We mint Akamai clearance and read the location page's server-rendered property list (no dates needed).
Handled for you:AkamaiRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| location | string | yes | US 'City, ST' (e.g. 'Orlando, FL'), or a Hilton locations path like 'united-kingdom/england/london'. |
| Advanced filters | |||
| brand | string | no | Keep only one brand. Accepts a brand code (e.g. GU = Hilton Garden Inn) or a brand name (e.g. 'Hilton Garden Inn'). |
| star_rating | integer | no | Minimum star class, 1 to 5. Approximated from the brand tier when a property has no explicit star value. |
| amenities | string | no | Keep only properties advertising all of these amenities, comma separated. |
| sort_by | string | no | Order the results (price sorts use the SEO lead rate). |
| page | integer | no | Page number (used with per_page). (default: 1) |
| per_page | integer | no | Results per page, 1 to 100. Omit to return all matches on one page. |