Discover/orbitz.com API
live

orbitz.com APIorbitz.com

Search Orbitz hotels and destinations via API. Get region IDs, hotel listings with pricing, and detailed property data including amenities and coordinates.

Endpoints
3
Updated
3mo ago
Try it
Search query for location (e.g., 'New York', 'Paris', 'London')
api.parse.bot/scraper/f1e72489-f062-425f-b9f3-d38c97a881ed/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f1e72489-f062-425f-b9f3-d38c97a881ed/location_typeahead?query=London' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for travel destinations by name and get region IDs, coordinates, and location type. Returns up to 10 matching locations including cities, airports, neighborhoods, and points of interest.

Input
ParamTypeDescription
queryrequiredstringSearch query for location (e.g., 'New York', 'Paris', 'London')
Response
{
  "type": "object",
  "fields": {
    "locations": "array of location objects with regionId, primaryText, secondaryText, displayName, type, coordinates, and country"
  },
  "sample": {
    "data": {
      "locations": [
        {
          "type": "CITY",
          "country": {
            "name": "France",
            "isoCode2": "FR"
          },
          "regionId": "2734",
          "coordinates": {
            "latitude": "48.853564",
            "longitude": "2.348095"
          },
          "displayName": "Paris, France",
          "primaryText": "Paris",
          "secondaryText": "Paris, France"
        }
      ]
    },
    "status": "success"
  }
}

About the orbitz.com API

The Orbitz API covers 3 endpoints that let you search travel destinations, find hotels by region and date, and retrieve full property details. Starting with location_typeahead, you can resolve a city name or airport code into a regionId, then pass that ID directly into search_hotels to pull live hotel listings. Each hotel object returned by get_hotel_details includes address, star rating, amenities, coordinates, and up to 10 gallery images.

Destination Search and Region IDs

The location_typeahead endpoint accepts a query string — a city name, airport, neighborhood, or point of interest — and returns up to 10 matching location objects. Each object includes a regionId, primaryText, secondaryText, displayName, type, coordinates, and country. The regionId is the key value: it acts as the required input for hotel searches and ties location lookup to inventory retrieval.

Hotel Search

Once you have a regionId, pass it to search_hotels along with check_in and check_out dates (YYYY-MM-DD format). The optional adults parameter sets the number of adults per room. The endpoint returns an array of hotel objects with pricing and images drawn directly from Orbitz listings for those dates.

Hotel Details

The get_hotel_details endpoint takes a property_id from search results and returns a single property record. Fields include name, address (with full_address, city, province, and country_code), coordinates (latitude and longitude), star_rating, tagline, amenities as a string array, and images — each image object carries a url and a description. Star rating and tagline are nullable and may not be present for every property.

Common use cases
  • Build a hotel price comparison tool using search_hotels results keyed by regionId
  • Populate a destination autocomplete input using location_typeahead results for cities and airports
  • Display a hotel detail page with gallery images and amenities from get_hotel_details
  • Map hotel locations using coordinates returned by get_hotel_details
  • Filter hotel search results by date range using check_in and check_out parameters
  • Resolve user-typed destination names to stable region IDs for downstream travel workflows
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Orbitz have an official developer API?+
Orbitz does not publish a public developer API or documented endpoint for third-party access. This Parse API provides structured access to Orbitz destination and hotel data.
What does `location_typeahead` return beyond city names?+
It returns up to 10 location objects of varying types, including cities, airports, neighborhoods, and points of interest. Each object includes a regionId, displayName, type, coordinates, and country — not just the place name.
Does `get_hotel_details` return room-level pricing or availability?+
Not currently. The endpoint returns property-level data: address, amenities, star rating, coordinates, tagline, and up to 10 images. Room types, nightly rates, and availability breakdowns are not included in the response. You can fork this API on Parse and revise it to add a room-detail or pricing endpoint.
Can I search for flights or car rentals through this API?+
Not currently. The API covers destination lookup and hotel search only — flights, car rentals, and vacation packages are not exposed. You can fork the API on Parse and revise it to add endpoints for those Orbitz product types.
Is `star_rating` always present in hotel detail responses?+
No. The star_rating field is nullable, as is tagline. Not every property on Orbitz carries a star classification, so callers should handle null values for both fields.
Page content last updated . Spec covers 3 endpoints from orbitz.com.
Related APIs in TravelSee all →
opentable.ca API
Search and discover restaurants on OpenTable, view detailed information like menus and reviews, and check real-time dining availability across metro areas. Find top-rated restaurants in your location and instantly see which tables are open for your preferred date and time.
fandango.com API
Search for movies and retrieve nearby theater listings with showtimes by ZIP code and date, plus showtimes for a specific movie at nearby theaters.
data.lime.bike API
Access real-time availability data for Lime bikes and scooters, including station locations, vehicle status, system alerts, and geofencing zones across multiple cities. Monitor micromobility inventory and service information to find nearby vehicles or plan your trips effectively.
turo.com API
Search for peer-to-peer car rentals across Turo by location and dates to browse available vehicles with pricing, specifications, and real-time availability. Get detailed information on specific cars to compare features and make rental decisions.
reservation.pc.gc.ca API
Access real-time campground availability and reservation data from the Parks Canada booking system. Search locations, retrieve available campsites and cabins, filter by equipment type, and review operating date schedules across the national park network. Includes detailed resource metadata and map-based availability overviews.
bahn.com API
Search German train schedules and stations, find connections between destinations, and compare ticket prices across Deutsche Bahn routes. Get real-time station information and transit association details to plan your train journey efficiently.
united.com API
Search United Airlines flights, check real-time flight status, and view detailed seat maps to plan your perfect trip. Compare fare options and use airport autocomplete to quickly find your departure and arrival cities.
thetrainline.com API
Search UK train stations and find the cheapest fares across date ranges, then generate direct booking links to complete your purchase on Trainline.com. Get real-time journey information to compare prices and book your tickets in seconds.