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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    9
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    9
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i kayak-scraper

Weekly Downloads

9

Version

1.0.2

License

ISC

Last publish

Collaborators

  • trevize