Priceline Flight Price Scraper avatar

Priceline Flight Price Scraper

Pricing

from $3.00 / 1,000 dataset items

Go to Apify Store
Priceline Flight Price Scraper

Priceline Flight Price Scraper

Get a flexible-date flight fare matrix from Priceline.com — the cheapest fare for every departure and return date in a window, with validating carrier, number of stops, and take-off and landing times. Great for cheapest-day analysis and price calendars. Pay only for the fares you get.

Pricing

from $3.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Get a flexible-date fare matrix for any flight route from Priceline.com. Give it an origin, a destination and a date window, and it returns the cheapest fare for every departure/return date combination — with the validating carrier, number of stops per leg, take-off and landing times, and the exact airports chosen. Ideal for building price calendars and finding the cheapest day to fly.

Built on Priceline's official fare API, so you get clean structured JSON without fighting anti-bot defenses.

Who it's for

  • Travel analysts & fare researchers — cheapest-day analysis and price calendars across a date window.
  • Deal sites & travel apps — power a "cheapest dates to fly" widget.
  • Developers & data teams — a reliable structured fare feed for any route.

What you get (output fields)

FieldDescription
route, origin, destinationRoute and IATA codes
datesDeparture (and return) dates YYYY-MM-DD
display_dateHuman-friendly date-range label
display_price, amount_per_pax, currencyFare price
validating_carrierAirline (IATA code)
cabin_class, adultsCabin and passengers priced
stops_per_sliceStops per leg
takeoff_times, landing_timesTimes per leg
origins, destinationsActual airports chosen per leg
scraped_atISO-8601 scrape timestamp

Use cases

  • Cheapest-day-to-fly calendars — sweep ± days around your dates and rank by price.
  • Route price monitoring — schedule daily runs and track fares over time.
  • Fare-comparison products — feed Priceline fares into a multi-source app.

Input

FieldTypeDefaultDescription
originstringJFKOrigin IATA code
destinationstringLAXDestination IATA code
departDatestring+30dDeparture YYYY-MM-DD
returnDatestring+37dReturn YYYY-MM-DD (empty = one-way)
adultsinteger1Passengers
cabinClassenumECOECO, PREMIUM_ECO, BUSINESS, FIRST
dateFlexinteger3± days around each date (0–7)
maxItemsinteger100Cap on rows
proxyConfigurationobjectApify residentialProxy settings

Example input

{
"origin": "JFK",
"destination": "LAX",
"departDate": "2026-09-01",
"returnDate": "2026-09-08",
"cabinClass": "ECO",
"dateFlex": 3
}

Example output row

{
"route": "JFK-LAX",
"display_date": "Aug 29–Sep 5",
"dates": ["2026-08-29", "2026-09-05"],
"display_price": "352",
"amount_per_pax": 351.8,
"currency": "USD",
"validating_carrier": "B6",
"cabin_class": "ECO",
"stops_per_slice": [0, 0],
"takeoff_times": ["18:50", "23:13"],
"landing_times": ["21:59", "07:33"],
"scraped_at": "2026-07-21T00:00:00Z"
}

Scheduling & integrations

Schedule daily runs to build a fare-history dataset, or call it via the Apify API and pipe results to Sheets, a database or a webhook. Exports to JSON, CSV, Excel and HTML.

AI assistants (MCP)

Want to query Priceline fares live from Claude, ChatGPT or Cursor? Use the companion Priceline Travel MCP Server actor.

FAQ

Is this a full itinerary search? It returns the cheapest fare per date combination (a fare matrix / price calendar), not every individual itinerary — perfect for finding the best dates and price to fly.

How fresh is the data? Live — each run queries Priceline in real time.

One-way or round-trip? Both — leave returnDate empty for one-way.

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