Priceline Travel MCP Server avatar

Priceline Travel MCP Server

Pricing

from $2.00 / 1,000 dataset items

Go to Apify Store
Priceline Travel MCP Server

Priceline Travel MCP Server

MCP server + scraper for Priceline. Search hotels and flights, and fetch hotel details and guest reviews live from Claude, ChatGPT, Cursor and other AI agents — or run it as a classic Priceline hotel scraper. Pay per tool call.

Pricing

from $2.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 days ago

Last modified

Share

Give your AI assistant live access to Priceline hotels and flights. This actor runs as a Model Context Protocol (MCP) server — connect Claude, ChatGPT, Cursor or any MCP-capable agent and it can search hotels, pull hotel details and reviews, and get flexible-date flight fares on demand. It also works as a classic one-shot Priceline hotel scraper.

Who it's for

  • AI-assistant users — ask "find 4-star hotels in Miami under $200 for next weekend" and get live answers inside your chat.
  • Agent & app builders — add real Priceline travel data to an LLM app without writing or maintaining a scraper.
  • Analysts — pull hotels or fares interactively while researching a market.

MCP tools

ToolWhat it does
autocomplete_destinationResolve a place name to Priceline destinations + geo ids
search_hotelsSearch hotels by destination + dates (prices, ratings, amenities)
get_hotel_detailsRooms, rates and highlights for one hotel
get_hotel_reviewsGuest reviews for a hotel
flight_fare_matrixFlexible-date flight fare matrix (cheapest per date)

Connect it (Standby mode)

  1. Start the actor in Standby mode on Apify.
  2. Point your MCP client at <ACTOR_STANDBY_URL>/mcp (Streamable HTTP transport).
  3. The tools above appear automatically in your assistant.

Example (Claude Desktop / Cursor MCP config):

{
"mcpServers": {
"priceline": {
"url": "https://<your-actor-standby-url>/mcp"
}
}
}

Classic scraper mode

Prefer a dataset? Run it normally with input like:

{
"destination": "New York",
"checkIn": "2026-09-01",
"checkOut": "2026-09-03",
"sort": "PRICE",
"limit": 50
}

It pushes one row per hotel (name, star level, price, rating, amenities, geo) to the dataset — the same fields as the Priceline Hotel Scraper.

Example tool result

{
"destination": "Miami",
"count": 2,
"hotels": [
{
"hotel_id": "3356003",
"name": "Super 8 by Wyndham Florida City",
"star_level": "2.5-Star Hotel",
"price_amount": "44.25",
"price_currency": "USD",
"review_count_label": "1,002 Reviews"
}
]
}

FAQ

Which assistants work? Any MCP client — Claude Desktop, Cursor, Windsurf, or your own agent using the MCP SDK.

How fresh is the data? Live — every tool call queries Priceline in real time.

Do I need an API key from Priceline? No. The actor handles access for you.

Can I still get a dataset? Yes — run it in normal mode with a destination.

Is this legal? The actor accesses publicly available travel data. You are responsible for using it in line with applicable laws and Priceline's terms.