Expedia API

The Expedia API for hotel reviews and live rates.

Pull guest reviews and live room rates from Expedia as clean JSON, keyed off the property ID.

REQUEST GET
USE CASE Paginated Expedia guest reviews for a property, newest-first.
curl "https://api.stayapi.com/v1/expedia/hotel/reviews" \
  -G \
  -H "x-api-key: $STAYAPI_KEY" \
  -d "property_id=1582716" \
  -d "per_page=5" \
  -d "sort=recent_desc"
RESPONSE 200 OK
2.41s
{
  "property_id": "1582716",
  "reviews": [
    {
      "id": "review_123456",
      "rating": "10/10 Excellent",
      "text": "The room was clean and nice. The staff was very friendly and helpful. Great location near the city center.",
      "reviewer_name": "Andrew",
      "review_date": "Nov 2024"
    },
    {
      "id": "review_123457",
      "rating": "8/10 Good",
      "text": "Good place for a short rest. Clean room and comfortable bed.",
      "reviewer_name": "Marek",
      "review_date": "Oct 2024"
    }
  ],
  "total_count": 5,
  "page": 0,
  "per_page": 5,
  "has_more": true
}
99.9% uptime ~3s avg response Live, not cached

Trusted by hospitality teams at

Overview

What the Expedia API gives you.

Expedia has no public data API for the guest reviews and live rates that revenue and product teams want to read. The usual answer is a scraping stack: headless browsers, rotating proxies, CAPTCHA solvers, and a parser that breaks every time the page changes.

StayAPI is that layer, run for you. You send an Expedia property_id and get structured JSON back: review text, ratings, and dates, plus room types with nightly rates, total prices, strikeout prices, and availability. This page is honest about scope: Expedia is reviews and rates today, not a full search stack.

01

One key, two reads.

x-api-key in, JSON out. Reviews and live rates behind one base URL, keyed off the Expedia property_id. No SDK to install.

02

We run the hard part.

Fetching, parsing, proxy rotation, and source uptime are ours. You consume normalized JSON and never touch a headless browser.

03

Real-time, not cached.

Every call hits Expedia live, so rates, availability, and review counts are current to the request, not a stale nightly snapshot.

Use cases

What teams build on the Expedia API.

The same endpoints, pointed at different jobs. These are the ones we see most.

01

Rate shopping and parity.

Pull Expedia room rates per date and occupancy, then compare against your own rate to catch parity slips and undercutting.

02

Review monitoring.

Stream new Expedia reviews into your dashboard, sort newest-first, dedupe across sources, and run sentiment or topic clustering on the text.

03

Metasearch and price comparison.

Show Expedia nightly and total prices next to other channels so a traveler sees the real cost, including taxes and fees, before booking.

04

Market and compset analysis.

Benchmark a property against its comp set on Expedia price, room type, and rating using the same fields for every hotel you track.

Pricing

100 free requests on signup.
Pick a plan when you need more.

Flat monthly plans, every endpoint included on every plan. 1 request = 1 credit. No per-endpoint multipliers, no surprise overages.

01 Free

Wire it up. See the schema.

$0 to start
  • 100 free requests on signup
  • Every endpoint included
  • No credit card required
  • Same schema as paid
Start free
02 Basic

Kick the tires in production.

$49 per month
  • 1,500 requests / month
  • Every endpoint included
  • Per-endpoint usage dashboard
  • Email support
Start Basic
04 Scale

Daily pulls in production.

$450 per month
  • 100,000 requests / month
  • Every endpoint included
  • Per-endpoint usage dashboard
  • Priority email support
Start scaling
05 Custom

Above 100k / month, annual terms, white-glove onboarding.

Let's talk
  • 1M+ requests / month
  • Volume rate on the call
  • Per-endpoint usage dashboard
  • Priority email + Slack support
Book a scoping call

Every plan ships every endpoint. Same uptime, same schema, same response time.

Questions

What people ask about the Expedia API.

Don't see your question? Email us at info@stayapi.com.

Does Expedia have a public API?

Expedia runs partner programs (EPS Rapid, the affiliate API) that are gated, contract-bound, and built for booking flows, not for reading guest reviews or shopping competitor rates. StayAPI gives you Expedia reviews and live rates over plain REST with a key you get in 30 seconds.

How do I get Expedia hotel reviews?

Call /v1/expedia/hotel/reviews with a property_id (the number after the h in an Expedia hotel URL). You get review text, rating, reviewer name, and date as JSON, with pagination and a sort=recent_desc option for newest-first. See the reviews endpoint docs.

Can I get Expedia rates via API?

Yes. /v1/expedia/hotel/rates returns room types and rate plans for your check_in and check_out dates: nightly rate, total price, strikeout price, total with taxes and fees, and availability, fetched live on each call. See the rates endpoint docs.

Is the Expedia API free?

You get 100 free requests on signup, every endpoint included, no credit card. After that it is flat monthly plans starting at $49. One request equals one credit, with no per-endpoint multipliers.

What response format does the API return?

JSON over HTTPS, the same shape on every call. REST works in any language with no SDK to install. Community examples in Python, Node, PHP, and Ruby live in the docs.

Two ways to start.

Both end with live Expedia data in your stack. The fast path is on the left.

01 · the fast path

Try it free

100 free requests after sign up. Fastest way to see if the schema fits.

Start free
  • Live API key in 30 seconds
  • No credit card required
  • Same schema as paid
02 · the scoped path

Book a scoping call

15 minutes. Volume + endpoint mix. Walk out with a quote.

Book a demo
  • Quote on the call, not after
  • Engineering, not sales
  • No deck, no slides