kayak-scraper
v1.0.2
Published
This is a library that you can use to get flight information from kayak.
Downloads
6
Maintainers
Readme
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.