kayak-scraper

1.0.2 • Public • Published

Kayak-Scraper

This is an open-source node library that you can use to scrape flight information from Kayak. Note: This is an unofficial library and for testing purposes only. If you wish to get data from Kayak, please do so using their own APIs.

Installation

npm install kayak-scraper

Usage

var kayak = require('kayak');
kayak.getTripDetails("JFK", "SFO", new Date(2016, 10, 18), new Date(2016, 10, 26));

This will get you cheapest flights from JFK to SFO between October 18th and October 26th, 2016.

/kayak-scraper/

    Package Sidebar

    Install

    npm i kayak-scraper

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • trevize